I was recently asked to come up with a script that will allow the end user to upload a PSD (Photoshop) file, and split it up and create images from each of the layers.

I would love to stay with PHP for this, but I am open to Python or Perl as well.

Any ideas would be greatly appreciated.

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

Using GraphicsMagick or ImageMagick along with Magick++, you can then use imagick.

imagick has all of the calls necessary to convert PSDs from layers, including doing masks.

link|improve this answer
feedback

You can try the PHP PSD Reader, which should at least get you started.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.