How to edit text on specific layer in PSD (PHP imagick library)

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
mohinish.s
Posts: 1
Joined: 2019-03-23T07:33:25-07:00
Authentication code: 1152

How to edit text on specific layer in PSD (PHP imagick library)

Post by mohinish.s »

Version: ImageMagick 7.0.8-32 Q16 x64 2019-03-05

I want to edit text on specific layer and then converting the whole edited PSD file into an image.
Can anyone help me out in achieving or providing me with some useful links.

Thanks in advance.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: How to edit text on specific layer in PSD (PHP imagick library)

Post by fmw42 »

You cannot edit text (change existing text) with ImageMagick on PSD files. You can cover over the text and then write new text. But you cannot edit it as you would in Photoshop. You will need to use Photoshop or perhaps GIMP to edit text.
Post Reply