Last Updated: February 25, 2016
·
1.205K
· charly-palencia

Convert PSD to PNG

if you want to generate PNG form PSD and you dont have photoshop (and you dont want it). Type this command on your mac with ImageMagick installed :

**convert input.psd -channel RGBA -alpha Set -colorspace rgb output.png**

note: this command generate different PNGs. Don`t expect some organize png :)

1 Response
Add your response

Nice, it's good to remember one can use ImageMagick utilities even for PSD files.

Thanks for sharing!

over 1 year ago ·