Re: [Gimp-user] batch script help

2010-09-15 Thread jeremy jozwik
On Wed, Sep 15, 2010 at 1:03 PM, Tetsuya YUASA wrote: thank you sven and tetsuya, but i have gone with David's Batch Processor and it is working well. maybe ill try scripting later. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://li

Re: [Gimp-user] batch script help

2010-09-14 Thread jeremy jozwik
On Tue, Sep 14, 2010 at 9:27 AM, Sven Neumann wrote: > You never assign the drawable variable. Try to use >  (drawable (car (gimp-image-get-active-drawable image))) yourgh! sorry, only half brained working on this last night. late night at work... ___ G

Re: [Gimp-user] batch script help

2010-09-14 Thread Sven Neumann
On Mon, 2010-09-13 at 08:47 -0700, jeremy jozwik wrote: > hello list, just added my self so i hope this is an active list. > > im am attempting to batch compress OSM tile images. they are of png > format, otherwise i would have used cjpeg. > anyhow the script need only open the images in a folder

Re: [Gimp-user] batch script help

2010-09-14 Thread jeremy jozwik
On Tue, Sep 14, 2010 at 6:15 AM, David Hodson wrote: > Google "gimp batch process". Five of the first six hits point to David's > Batch Processor plugin. oh thank god. this looks much like photoshops actions. if it works the same way this is a fantastic bit of information for me. thank you _

Re: [Gimp-user] batch script help

2010-09-14 Thread David Hodson
> anything on the gimp front? Google "gimp batch process". Five of the first six hits point to David's Batch Processor plugin. -- David ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-u

Re: [Gimp-user] batch script help

2010-09-14 Thread jeremy jozwik
On Mon, Sep 13, 2010 at 10:12 PM, jeremy jozwik wrote: also, imagemagick i can get to work, but not much a reduction. png crush squises the files a bit better but i dont know how to command line script a folder for compression. anything on the gimp front?

Re: [Gimp-user] batch script help

2010-09-13 Thread jeremy jozwik
On Mon, Sep 13, 2010 at 6:23 PM, jeremy jozwik wrote: hmmm... $ gimp -i -b '(png-compress "*.png" 9)' -b '(gimp-quit 0)' script-fu-Warning: Error while executing (load "/home/po/.gimp-2.4/scripts/png-compress.scm") Error: eval: unbound variable: pattern script-fu-Warning: Error while executin

Re: [Gimp-user] batch script help

2010-09-13 Thread jeremy jozwik
On Mon, Sep 13, 2010 at 6:10 PM, wrote: > You need to define 'drawable'. Basically, you omitted a line from the > script in the tutorial. > > Also, the function to save a PNG file is 'file-png-save', or > 'file-png-save2' (not 'gimp-file-png-save'), and has several > additional parameters that nee

Re: [Gimp-user] batch script help

2010-09-13 Thread saulgoode
Quoting jeremy jozwik : > hello list, just added my self so i hope this is an active list. > > im am attempting to batch compress OSM tile images. they are of png > format, otherwise i would have used cjpeg. > anyhow the script need only open the images in a folder and save them > out with a diffe

Re: [Gimp-user] batch script help

2010-09-13 Thread Jay Smith
On 09/13/2010 11:47 AM, jeremy jozwik wrote: > hello list, just added my self so i hope this is an active list. > > im am attempting to batch compress OSM tile images. they are of png > format, otherwise i would have used cjpeg. > anyhow the script need only open the images in a folder and save the

[Gimp-user] batch script help

2010-09-13 Thread jeremy jozwik
hello list, just added my self so i hope this is an active list. im am attempting to batch compress OSM tile images. they are of png format, otherwise i would have used cjpeg. anyhow the script need only open the images in a folder and save them out with a different compression level [9] after re