[nmglug] multi
    Anthony Martinez 
    pi at pihost.us
       
    Sun Apr 30 02:18:19 PDT 2006
    
    
  
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Brian O'Keefe wrote:
> Secondly, are there any scripts to convert a batch of .psd files
> to .jpegs? I can open each one in Gimp and do it but very tedious.
> Thanks to all.
> 
apt-get install imagemagick
cd /path/to/folder/with/psds
for i in *.psd ; do
    BASE=`basename $i .psd`
    convert $i $BASE.jpg
done
This works for a myriad of formats.
> 
> _______________________________________________
> nmglug mailing list
> nmglug at nmglug.org
> http://www.nmglug.org/mailman/listinfo/nmglug
> 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEVIDbKaiGM/xGKzQRArA0AJ9IxBLMhluJSJU9A1plW4u/NexhugCfeP9p
ALRhTyxtwJqQg7diOcTLYEA=
=c7ho
-----END PGP SIGNATURE-----
    
    
More information about the nmglug
mailing list