[plug] Scripting Gimp
Leon Brooks
leon at brooks.fdns.net
Tue Oct 28 20:19:40 WST 2003
On Tue, 28 Oct 2003 17:51, garry wrote:
> Is there a way to have Gimp open then save all the .jpg images
> in a directory in a sub directory (say ./lowres) in a lower
> resolution format?
Yes, but why not use ImageMagick for that?
mkdir lowres
for i in *.jpg; do
convert -size 320x200 -quality 55 $i lowres/$i;
done
Or Konqueror? (-: Ctrl-I or Tools/Create Image Gallery.
Cheers; Leon
_______________________________________________
plug mailing list
plug at plug.linux.org.au
http://mail.plug.linux.org.au/cgi-bin/mailman/listinfo/plug
More information about the plug
mailing list