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/gimp/scripts/proofgeneral.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'images/gimp/scripts') 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) -- cgit v1.2.3