EXIF InteroperabilityIndex R03

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
sanderton

EXIF InteroperabilityIndex R03

Post by sanderton »

Does ImageMagick recognize an exif:InteroperabilityIndex tag value of "R03"? I've looked in the code and can only find "R98", indicating the sRGB color profile.

I've found a source (http://ceres.informatik.fh-kl.de/pbw/le ... cp3461.pdf) that also identifies a possible value of "R03". Another source (http://regex.info/blog/photo-tech/color-spaces-page7/) indicates that this can refer to the Adobe RGB color profile, in the event that the exif:ColorSpace value is 65535 (Uncalibrated).

Can someone comment on this?

Thanks,
sanderton
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: EXIF InteroperabilityIndex R03

Post by magick »

We'll add a patch to ImageMagick 6.3.3-6 to fix the problem you reported. The patch will be available in a few days.
Post Reply