I've been unable to figure out how to retrieve Artifacts associated with Layers in a PSD image. Specifically, I need to get the values for psd:layer.x and psd:layer.y.
I can see the values in the output from identify -verbose on the command line, so Image Magick can obtain them. But how can I get them using Magick++?
Help, please.
How to Get Image Artifact values from PSD Image???
-
- Posts: 12
- Joined: 2013-08-16T09:33:28-07:00
- Authentication code: 6789
Re: How to Get Image Artifact values from PSD Image???
The Image->artifact method was added to Magick++ in ImageMagick 6.8.6-8.
-
- Posts: 12
- Joined: 2013-08-16T09:33:28-07:00
- Authentication code: 6789