Can IM extract XML profiles from EPS files?

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
fcaserio
Posts: 26
Joined: 2007-03-19T15:22:12-07:00

Can IM extract XML profiles from EPS files?

Post by fcaserio »

When photoshop save EPS files it stores image information on XML profiles.
With indentify -verbose IM can verify the existence of the profile:

Code: Select all

  Profile-8bim: 5038 bytes
  Profile-XML: 16233 bytes
  Tainted: False
  Version: ImageMagick 6.3.5 09/01/07 Q16 http://www.imagemagick.org
Can IM extract this profile?

I know IM extract IPTC profiles, but I've tried the same techniques with XML profiles with no success.

Tks
Post Reply