What's the best way to work with layers in Imagick?
Posted: 2008-03-25T17:11:14-07:00
I have a list of images that need to be composed into one image. Is there a way to add all the images into one IMagick object, position then to where I need them to be, then flatten the layers to one image, or should I just go through the list of images and compose them all one by one?
Ideally, my goal would be to save out a layered psd file from Imagick (in addition to the flattened image), is that possible?
Ideally, my goal would be to save out a layered psd file from Imagick (in addition to the flattened image), is that possible?