From d6d32a08e2a8693c3415f66c3a111d00b80e51f4 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 13 Sep 1999 16:45:50 +0000 Subject: Updated for gimp 1.1.9 --- images/gimp/.cvsignore | 3 +++ images/gimp/scripts/proofgeneral.scm | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'images') diff --git a/images/gimp/.cvsignore b/images/gimp/.cvsignore index 84e3d0f2..10b93a39 100644 --- a/images/gimp/.cvsignore +++ b/images/gimp/.cvsignore @@ -1,2 +1,5 @@ menurc pluginrc +unitrc +parasiterc + diff --git a/images/gimp/scripts/proofgeneral.scm b/images/gimp/scripts/proofgeneral.scm index ac55e0b1..be96ab6b 100644 --- a/images/gimp/scripts/proofgeneral.scm +++ b/images/gimp/scripts/proofgeneral.scm @@ -23,13 +23,13 @@ (gimp-file-save 1 image (car (gimp-image-active-drawable image)) xpmname xpmname) ;; Impoverised xpm - (gimp-convert-indexed image 1 8) + (gimp-convert-indexed image 1 0 8 1 1 "blah") (gimp-file-save 1 image (car (gimp-image-active-drawable image)) poor-xpm poor-xpm) ;; Mono image (gimp-convert-rgb image) (gimp-image-flatten image) - (gimp-convert-indexed-palette image 1 3 0 "") + (gimp-convert-indexed image 1 1 3 2 1 "blah") (file-xbm-save 1 image (car (gimp-image-active-drawable image)) xbmname xbmname "Proof General button" @@ -44,7 +44,7 @@ "da@dcs.ed.ac.uk" "da@dcs.ed.ac.uk" "1998/10/04" "" - SF-VALUE "Button/file name" "\"test\"") + SF-VALUE "Button/file name" "\"goal\"") (define (script-fu-proofgeneral-make-all-buttons) (mapcar script-fu-proofgeneral-make-button -- cgit v1.2.3