Hi

I'm trying to open jpeg files and close them again with lower quality 
with the intention of reducing the file size, making the files load 
quicker in browsers. The code I'm trying to use is ..

gimp -c -i -b \
'(set! theImage (gimp-file-load 1 
"/home/mike/homepages/wgtn_fso/2002-01/dinner-with-5-strangers/pics/everyone_together.jpg"
 
"/home/mike/homepages/wgtn_fso/2002-01/dinner-with-5-strangers/pics/everyone_together.jpg"))'
 
\
'(set! Finalpicture (gimp-image-active-drawable theImage))' \
'(gimp-image-set-filename Finalpicture "everyone_together.gimpd.jpg")' \
'(gimp-file-save 1 theImage theLayer 
"/home/mike/homepages/wgtn_fso/2002-01/dinner-with-5-strangers/pics/everyone_together.gimpd.jpg"
 
"everyone_together.gimpd.jpg")' \
'(gimp-quit 0)'

It's getting the first command done okay, but none of the subsequent 
ones. What simple but important thing am I missing ?

Cheers

_______________________________________________
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

Reply via email to