Application details
Cexif is a small class to read the EXIF data stored in JPEG images, normally generated by digital cameras. The code is based on Jhead, written by Matthias Wandel. Jhead offers a lot of switches to parse an image with EXIF tags, but it’s plain C. I simply rearranged the functions and the global variables into a simple class. Another useful article on this Topic is here [^], with a bit of Details on the EXIF structure. The official document for the “Digital Still Camera Image File Format Standard (Exchangeable image file format for Digital Still Cameras: Exif) Version 2.1” can be downloaded from http://www.bbs-informatique.fr/pdf/photo/Exif_2-1.pdf [^]. |
![]()
|