Re: [Gimp-user] Wacom Tablet For Flower Photographer and Software Developer

2010-10-12 Thread jeremy jozwik
On Tue, Oct 12, 2010 at 5:45 PM, Robert L Cochran wrote: > Would a Wacom also be of use to someone like me, I'm just a software > developer, but I was wondering if I could connect a Wacom to a TV and > draw diagrams right on the Wacom which could then show on TV. Or am I > off base there? I too ha

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 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 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:

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

[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