From a7722dda96d5cf9c72d9d67927dcbc2d7ad41cfc Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Fri, 23 Oct 2009 12:54:55 +0000 Subject: - Do not hardcode png file as input file --- gimp/scripts/gimp-normalize-to-bootsplash.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gimp/scripts/gimp-normalize-to-bootsplash.scm b/gimp/scripts/gimp-normalize-to-bootsplash.scm index 16cd52c..19a4c3a 100644 --- a/gimp/scripts/gimp-normalize-to-bootsplash.scm +++ b/gimp/scripts/gimp-normalize-to-bootsplash.scm @@ -31,7 +31,7 @@ (set! i (+ i 1))))) (define (gimp-normalize-to-bootsplash quality infile outfile) - (let* ((image (car (file-png-load 1 infile infile))) + (let* ((image (car (gimp-file-load 1 infile infile))) ) (gimp-image-flatten image) @@ -49,8 +49,8 @@ (script-fu-register ; I always forget these ... "gimp-normalize-to-bootsplash" ; script name to register - "/Xtns/Script-Fu/Mandriva/Save the jpeg image to the right format for bootsplash" ; where it goes - "Transform a png image to a jpg compatible image for bootsplash" ; script description + "/Filters/Mandriva/Save the jpeg image to the right format for bootsplash" ; where it goes + "Transform an image to a jpg compatible image for bootsplash" ; script description "Warly/blino" ; author "Copyright 2006 by Mandriva; GNU GPL" ; copyright "2006-09-01" ; date -- cgit v1.2.1