Search found 2 matches

by saeed_213
2016-05-03T01:10:36-07:00
Forum: Magick.NET
Topic: how read iptc/exif from .ai/.eps/.tiff ?
Replies: 2
Views: 9603

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

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 :? :(
by saeed_213
2016-05-02T09:25:50-07:00
Forum: Magick.NET
Topic: how read iptc/exif from .ai/.eps/.tiff ?
Replies: 2
Views: 9603

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

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.