Converting Photoshop PSD to PNG with ImageMagick
patrick — Wed, 2006-09-06 03:23
Yay for smart people! I got a zip file with a bunch of images in Photoshop's PSD format. Considering I only needed the top layer of the PSD file this got a bit annoying. My first try ended with multiple files for each PSD file... I tried using identify to see if that might be useful & sure enough, it gives information about each layer. So, I slopped together a couple of loops to go through all of the PSD files & convert their top layer to PNG.