Thursday, January 17, 2013

Batch convert PSD to PNG

Recently I needed to convert a bunch of PSDs to PNGs.
Here's how I did it:

I installed ImageMagick along with the dev packages.

Ran the follow command and got the job done.
mogrify -format png *.psd

More info here: http://www.noob2geek.com/how-to/batch-convert-images-using-imagemagick/

No comments: