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
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
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
On 09/12/2010 05:31 AM, Ofnuts wrote:
>On 12/09/2010 11:41, Andreas Moroder wrote:
>> Hello,
>>
>> I have scanned page from a book. On the screen all looks ok. Near the
>> images I wanted to scan I see only light shades on the white background,
>> but when I print the page this shades becomes
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
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