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?