[Gimp-user] curves spline batch

2009-02-10 Thread Decimator Doseven
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

[Gimp-user] curves spline batch

2009-02-10 Thread Decimator Doseven
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.

Re: [Gimp-user] curves spline batch

2009-02-11 Thread Decimator Doseven
- Original Message From: Sven Neumann s...@gimp.org To: Decimator Doseven decimator...@yahoo.com 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-user] Printing from a batch

2009-02-23 Thread Decimator Doseven
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

Re: [Gimp-user] Printing from a batch

2009-02-25 Thread Decimator Doseven
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

Re: [Gimp-user] Printing from a batch

2009-02-26 Thread Decimator Doseven
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 in