Quantcast
Channel: forum.coppermine-gallery.net
Viewing all articles
Browse latest Browse all 9614

Re: EXIF data: showing lens model info

$
0
0
That's because exif_parse_file strips the EXIF data, which has not been enabled in the EXIF manager:
[code]    $exifCurrentData = array_keys(array_filter(explode("|", $CONFIG['show_which_exif'])));

    foreach ($exifCurrentData as $i) {
      ...

Viewing all articles
Browse latest Browse all 9614

Trending Articles