From f6e4c440d34622f5ed1e4fde5a5ab047c4ac121e Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 28 Aug 2007 12:06:47 +0000 Subject: convert image to rgb before saving as jpeg (fix using indexed images as source) --- gimp/scripts/gimp-normalize-to-bootsplash.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gimp/scripts/gimp-normalize-to-bootsplash.scm b/gimp/scripts/gimp-normalize-to-bootsplash.scm index 902abe6..6f961d8 100644 --- a/gimp/scripts/gimp-normalize-to-bootsplash.scm +++ b/gimp/scripts/gimp-normalize-to-bootsplash.scm @@ -35,6 +35,7 @@ ) (gimp-image-flatten image) + (gimp-image-convert-rgb image) (let* ((drawable (car (gimp-image-get-active-drawable image)))) -- cgit v1.2.1