how read iptc/exif from .ai/.eps/.tiff ?

Magick.NET is an object-oriented C# interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick.NET
Post Reply
saeed_213
Posts: 2
Joined: 2016-05-02T09:20:07-07:00
Authentication code: 1151

how read iptc/exif from .ai/.eps/.tiff ?

Post by saeed_213 »

i wrote a code in c# to read .ai,.eps,.tiff and .psd's IPTC or EXIF profile but IptcProfile class just can return .psd Iptc data and for other return null :(
please help me.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: how read iptc/exif from .ai/.eps/.tiff ?

Post by snibgo »

Does exiftool do what you want? See http://www.sno.phy.queensu.ca/~phil/exiftool/
snibgo's IM pages: im.snibgo.com
saeed_213
Posts: 2
Joined: 2016-05-02T09:20:07-07:00
Authentication code: 1151

Re: how read iptc/exif from .ai/.eps/.tiff ?

Post by saeed_213 »

snibgo wrote:Does exiftool do what you want? See http://www.sno.phy.queensu.ca/~phil/exiftool/
Can i use it in c# ?
does it support MagickImage ?

my problem is that imagemagick library can't read .ai,.eps iptcprofile :? :(
Post Reply