forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: OmegaGOD on July 15, 2004, 05:24:29 am

Title: Importing all EXIF data
Post by: OmegaGOD on July 15, 2004, 05:24:29 am
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
Title: Re: Importing all EXIF data
Post by: Tarique Sani on July 15, 2004, 07:39:11 am
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