PSD And imagemagic

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
MIMI
Posts: 2
Joined: 2012-04-20T15:12:11-07:00
Authentication code: 13

PSD And imagemagic

Post by MIMI »

How do one write a text to one of the psd layer before flattening all images
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: PSD And imagemagic

Post 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/
Post Reply