Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] jpeg image data reader

From: mh983:ya:hoo at: 5-Jan-2002 14:36

I've been working on a script to read the exif data embedded in jpeg files produced by a digital camera. I noticed the other posts about determining image size and thought maybe it could be of use. For now, I put it on my tripod site: http://mh983.tripod.com I'm still pretty new at this REBOL thing, but hopefully the code is reasonably legible. I haven't tried to figure out yet how to upload a script to the REBOL script library, but I may try that later. As my webpage says, it is very much a work in progress that I just started this last week. It should print all of the fields found in IFD0 and the subIFD (exif IFD). Here is a great resource on the file format that was very useful for me: http://www.ba.wakwak.com/ ~tsuruzoh/Computer/Digicams/exif-e.html mike