adding exif information

Jonathan Howland <[email protected]> Wed, 05 Mar 2008 12:45:01 -0500
Newsgroups gmane.comp.video.image-magick.devel
Message-ID <[email protected]>
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