Page 1 of 1

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

Posted: 2016-05-02T09:25:50-07:00
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.

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

Posted: 2016-05-02T10:09:12-07:00
by snibgo
Does exiftool do what you want? See http://www.sno.phy.queensu.ca/~phil/exiftool/

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

Posted: 2016-05-03T01:10:36-07:00
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 :? :(