On Wed Feb 25 13:50:21 PST 2009 Sven Neumann wrote:
>It would help to make some suggestions for the parameters that need to
>be added.
>Until we have changed this, you could work around the missing parameters
>by having your script modify the files print-settings and
>print-page-setup as found
It appears that I was mistaken, and the script used a command that gimp does
not have:
"file_print_gimp"
http://lists.xcf.berkeley.edu/lists/gimp-user/2006-April/007923.html
I assumed(obviously incorrectly) that the name of the command had changed.
In this case, is this there a command that al
Could someone tell me the proper syntax for "file-print-gtk"?
I am building a script to clean up scanned pdfs. (the originals are carbon
copies, blech)
I have a working script to clean up tiff files, and am now trying to make it
work on pdfs.
I want to open the pdf file with gimp, run the ope
- Original Message
From: Sven Neumann
To: Decimator Doseven
Cc: gimp-user@lists.XCF.Berkeley.EDU
Sent: Tuesday, February 10, 2009 4:11:21 PM
Subject: Re: [Gimp-user] curves spline batch
On Tue, 2009-02-10 at 13:23 -0800, Decimator Doseven wrote:
>> (gimp-
Ok, I have made progress. It appears that Gimp 2.6 does not like "aset!", so I
had to change it to "vector-set!" to make gimp take it.
Note this page stating that "aset" was deprecated back in gimp 2.4:
http://www.gimp.org/docs/script-fu-update.html
Script-fu gives me much better error messages
I am attempting to set up a batch that automatically runs gimp-curves-spline on
a set of images. However, I have never used Scheme before and therefore am not
sure why my script is returning "batch command experienced an execution error"
Here is the command I am using to call the script(via a w