Search found 2 matches

by stylesheets
2017-04-01T07:31:56-07:00
Forum: Users
Topic: Modify text layer in a TIFF (or PSD) image
Replies: 4
Views: 4967

Re: Modify text layer in a TIFF (or PSD) image


IM is a raster image processor. It can read raster images from PSD files, and some metadata. But a PSD text layer doesn't (as far as I know) store the text in a form that IM can read or write.

To modify the text layer of a PSD, a Photoshop script seems the obvious tool.


I'd like to stay away ...
by stylesheets
2017-04-01T05:50:07-07:00
Forum: Users
Topic: Modify text layer in a TIFF (or PSD) image
Replies: 4
Views: 4967

Modify text layer in a TIFF (or PSD) image

Hi,

I need to process some images:

Read a PSD (or TIFF) image. My images consist of a background image and a text layer (with PSD styles applied to it)
Modify a text layer without losing the layer styling
Save to PNG

I'm really new to ImageMagick, but it seems from other posts in this forum ...