-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi TongKe Xue,
Another tool to try are the netpbm utilities. They are command line tools designed to be linked together in scripts.
As an example, to convert a file in gif format to png format, run
cat file.gif | giftopnm | pnmtopng > file.png
These tools are fast and do not use much memory.
See http://netpbm.sourceforge.net/doc/ for more information about the netpbm utilities.
William
TongKe Xue wrote: | Hi all, | | I want to use gimp to convert a bunch of files from one image format | to another. | | "man gimp" returns nothing. | | "gimp --help" mentions the option "--batch <commands>" ... sounds | like I should be able to write some script -- can anyone offer | pointers / enlighten me on this? | | Thanks, | --TongKe | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFBXkE+SyCBdS/az9wRAh3SAJ4nWrqE2AZMG1DDNOhXjRErgplwXQCeMfQx AvA08cZl4ZxwsuNiw6A0fFY= =/dVV -----END PGP SIGNATURE-----