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.
How to edit text on specific layer in PSD (PHP imagick library)
-
- Posts: 1
- Joined: 2019-03-23T07:33:25-07:00
- Authentication code: 1152
- 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)
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.