From 0edb248cfa17eb96e8d5ec854550016b6feea2ba Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Wed, 18 Nov 1998 14:39:32 +0000 Subject: Made PROOF logo same width as GENERAL. Made both have transparent background. --- images/ProofGeneral.8bit.gif | Bin 7198 -> 10074 bytes images/ProofGeneral.gif | Bin 14983 -> 18306 bytes images/gimp/scripts/proofgeneral.scm | 6 ++++-- images/text_general.8bit.gif | Bin 2605 -> 2647 bytes images/text_general.gif | Bin 5483 -> 5445 bytes images/text_general.xcf | Bin 35038 -> 35038 bytes images/text_proof.8bit.gif | Bin 2173 -> 2263 bytes images/text_proof.gif | Bin 4652 -> 4695 bytes images/text_proof.xcf | Bin 27353 -> 28343 bytes 9 files changed, 4 insertions(+), 2 deletions(-) (limited to 'images') diff --git a/images/ProofGeneral.8bit.gif b/images/ProofGeneral.8bit.gif index cfae47e8..7aab1cae 100644 Binary files a/images/ProofGeneral.8bit.gif and b/images/ProofGeneral.8bit.gif differ diff --git a/images/ProofGeneral.gif b/images/ProofGeneral.gif index 3920d796..a67429f7 100644 Binary files a/images/ProofGeneral.gif and b/images/ProofGeneral.gif 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 Binary files a/images/text_general.8bit.gif and b/images/text_general.8bit.gif differ diff --git a/images/text_general.gif b/images/text_general.gif index dd4b54fb..468b2a78 100644 Binary files a/images/text_general.gif and b/images/text_general.gif differ diff --git a/images/text_general.xcf b/images/text_general.xcf index 97d597f9..1ac395ac 100644 Binary files a/images/text_general.xcf and b/images/text_general.xcf differ diff --git a/images/text_proof.8bit.gif b/images/text_proof.8bit.gif index 12e61d30..6f11a888 100644 Binary files a/images/text_proof.8bit.gif and b/images/text_proof.8bit.gif differ diff --git a/images/text_proof.gif b/images/text_proof.gif index b40a088b..2395d9e1 100644 Binary files a/images/text_proof.gif and b/images/text_proof.gif differ diff --git a/images/text_proof.xcf b/images/text_proof.xcf index 7d81058e..d8eb885f 100644 Binary files a/images/text_proof.xcf and b/images/text_proof.xcf differ -- cgit v1.2.3