Page 1 of 1

PSD And imagemagic

Posted: 2012-04-20T16:55:45-07:00
by MIMI
How do one write a text to one of the psd layer before flattening all images

Re: PSD And imagemagic

Posted: 2012-04-20T17:05:10-07:00
by fmw42
MIMI wrote:How do one write a text to one of the psd layer before flattening all images
Do you mean add a (hidden) comment or put text into the image itself in that layer?

If the former see
http://www.imagemagick.org/script/comma ... hp#comment

If the latter, you may need to separate each layer, write the text into the layer you want and then flatten them.

see
http://www.imagemagick.org/Usage/text/
http://www.imagemagick.org/Usage/layers/#flatten
and the other layer compositing methods at
http://www.imagemagick.org/Usage/layers/