Good Evening,
Does anyone know of how I could have CPG read all the EXIF data from a JPEG into CPG? There are a lot more fields in the EXIF 1.2 specification than what CPG reads? I've searched the MODs board for a possible hack; I couldn't find anything relevant. I did apply the ISO "hack" so that CPG will read ISO information found here: http://forum.coppermine-gallery.net/index.php?topic=5572.0 Any help would be appreciated.
--Thanks
Omega
Just keep adding additional tags like you did for ISO.
Sticking print_r($exif) after the line $exif = $exifObj->getImageInfo(); in exif_php.inc will help you in getting some valuable info on images you are using