I am trying to add exif info to a jpeg file. Looking at the docs, I implemented code like this:

Image image(width,height, "RGB", CharPixel, imageData);
image.attribute("EXIF:ImageDescription",eData);
image.write(fileName);

where eData is a character string. When I try and read the resulting exif tags from the image, I get a notation that there are no exif tags--ThumbsPlus can't read exif info either, etc. Am I doing something wrong, or do I need a better reader?

thanks

Jonathan Howland

--
Jonathan Howland
Senior Engineer

Deep Submergence Laboratory
Woods Hole Oceanographic Institution
MS 7 Challenger Drive
Woods Hole, MA  02543

[EMAIL PROTECTED]
Ph:  (508)289-2653



_______________________________________________
Magick-developers mailing list
Magick-developers@imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick-developers

Reply via email to