aboutsummaryrefslogtreecommitdiffhomepage
path: root/images
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-11-18 14:39:32 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-11-18 14:39:32 +0000
commit0edb248cfa17eb96e8d5ec854550016b6feea2ba (patch)
tree11a736b569918c02aeee7aae44aac053a07f85e0 /images
parenta64465fd86a5c9ee5e684835c7c38b400f11c72d (diff)
Made PROOF logo same width as GENERAL. Made both have transparent background.
Diffstat (limited to 'images')
-rw-r--r--images/ProofGeneral.8bit.gifbin7198 -> 10074 bytes
-rw-r--r--images/ProofGeneral.gifbin14983 -> 18306 bytes
-rw-r--r--images/gimp/scripts/proofgeneral.scm6
-rw-r--r--images/text_general.8bit.gifbin2605 -> 2647 bytes
-rw-r--r--images/text_general.gifbin5483 -> 5445 bytes
-rw-r--r--images/text_general.xcfbin35038 -> 35038 bytes
-rw-r--r--images/text_proof.8bit.gifbin2173 -> 2263 bytes
-rw-r--r--images/text_proof.gifbin4652 -> 4695 bytes
-rw-r--r--images/text_proof.xcfbin27353 -> 28343 bytes
9 files changed, 4 insertions, 2 deletions
diff --git a/images/ProofGeneral.8bit.gif b/images/ProofGeneral.8bit.gif
index cfae47e8..7aab1cae 100644
--- a/images/ProofGeneral.8bit.gif
+++ b/images/ProofGeneral.8bit.gif
Binary files differ
diff --git a/images/ProofGeneral.gif b/images/ProofGeneral.gif
index 3920d796..a67429f7 100644
--- a/images/ProofGeneral.gif
+++ b/images/ProofGeneral.gif
Binary files differ
diff --git a/images/gimp/scripts/proofgeneral.scm b/images/gimp/scripts/proofgeneral.scm
index f2a912da..9491655e 100644
--- a/images/gimp/scripts/proofgeneral.scm
+++ b/images/gimp/scripts/proofgeneral.scm
@@ -64,12 +64,14 @@
(gifname (string-append imgname ".gif"))
(poorgifname (string-append imgname ".8bit.gif")))
;; Flatten and save as jpg
- (gimp-image-flatten image)
+ ;;(gimp-image-flatten image)
+ ;; Flattening forces a white background. Let's use merge.
+ (gimp-image-merge-visible-layers image 0)
(file-jpeg-save 1 image (car (gimp-image-active-drawable image))
jpgname jpgname
0.75 0 1)
;; gif with full palette
- (gimp-convert-indexed image 1 256)
+ (gimp-convert-indexed image TRUE 255)
(file-gif-save 1 image (car (gimp-image-active-drawable image))
gifname gifname
FALSE FALSE 0 0)
diff --git a/images/text_general.8bit.gif b/images/text_general.8bit.gif
index 1d188915..8d3c024a 100644
--- a/images/text_general.8bit.gif
+++ b/images/text_general.8bit.gif
Binary files differ
diff --git a/images/text_general.gif b/images/text_general.gif
index dd4b54fb..468b2a78 100644
--- a/images/text_general.gif
+++ b/images/text_general.gif
Binary files differ
diff --git a/images/text_general.xcf b/images/text_general.xcf
index 97d597f9..1ac395ac 100644
--- a/images/text_general.xcf
+++ b/images/text_general.xcf
Binary files differ
diff --git a/images/text_proof.8bit.gif b/images/text_proof.8bit.gif
index 12e61d30..6f11a888 100644
--- a/images/text_proof.8bit.gif
+++ b/images/text_proof.8bit.gif
Binary files differ
diff --git a/images/text_proof.gif b/images/text_proof.gif
index b40a088b..2395d9e1 100644
--- a/images/text_proof.gif
+++ b/images/text_proof.gif
Binary files differ
diff --git a/images/text_proof.xcf b/images/text_proof.xcf
index 7d81058e..d8eb885f 100644
--- a/images/text_proof.xcf
+++ b/images/text_proof.xcf
Binary files differ