Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1] 2   Go Down

Author Topic: No EXIF display, no EXIF info  (Read 10053 times)

0 Members and 1 Guest are viewing this topic.

Tammo

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
No EXIF display, no EXIF info
« on: January 06, 2006, 10:52:49 am »

Hi! I uploaded images (by FTP) to my CPG 1.4.3 gallery. The images contained valid EXIF info, but after batch add/resizing they seem to be lost. I can't find any exif info in any of the resized files.( I don't do rotation) I would like to know how and when CPG processes EXIF data.
Thanx in advance, i would really need to display exif data.

Tammo
« Last Edit: January 07, 2006, 12:15:04 am by Nibbler »
Logged

mboesen

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 104
    • Boesen Photography & Design
Re: No EXIF display, no EXIF info
« Reply #1 on: January 06, 2006, 11:23:35 am »

Have you "turned on" the EXIF in the config?
Logged

Tammo

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: No EXIF display, no EXIF info
« Reply #2 on: January 06, 2006, 11:29:26 am »

Yes, I turned it on in the "...adcanced settings", and also used the exif manager to select the parameters to be displayed.
Logged

Tammo

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: No EXIF display, no EXIF info
« Reply #3 on: January 06, 2006, 12:16:07 pm »

Logged

Tammo

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: No EXIF display, no EXIF info
« Reply #4 on: January 06, 2006, 01:48:51 pm »


No suggestions ? I really want to know how CPG processes EXIF data, because based on this knowledge I could probably figure out the reason of the problem. But I don't know how and when PHP/CPG reads EXIF info.
Logged

ecto

  • Supporter
  • Coppermine frequent poster
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 144
    • My very incomplete gallery
Re: No EXIF display, no EXIF info
« Reply #5 on: January 06, 2006, 02:12:53 pm »

In displayimage.php, html_picinfo() populates $exif via a call to exif_parse_file(), which is in include/exif_php.inc.php. $exif is then merged into $info, and theme_html_picinfo($info) (which is in themes/your_theme/theme.php) creates the html.

In exif_parse_file() in exif_php.inc.php it checks to see if the Exif info is already there. If it's not, a call is made to read_exif_data_raw() which is in include/exif.php. That is where the Exif data from the JPEG is read.
Logged

Tammo

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: No EXIF display, no EXIF info
« Reply #6 on: January 06, 2006, 02:52:12 pm »

Ok, I (almost) see ... may it be a problem that GD 2.x looses EXIF data?
Logged

ecto

  • Supporter
  • Coppermine frequent poster
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 144
    • My very incomplete gallery
Re: No EXIF display, no EXIF info
« Reply #7 on: January 06, 2006, 03:02:45 pm »

The resized pics and thumbnails do not have the Exif info, only the original does (when using GD, I do not know if this is true for Image Magick also - I've never used IM). So if you want the Exif info to be displayed, you should either:

* Resize using software that keeps the Exif data before uploading (so that Coppermine won't have to)
or
* Setting "Auto resize images that are larger than max width or height" to No
or
* Increase "Max width or height for uploaded pictures/videos (pixels)"
or
* Set "Create intermediate pictures" to No

The key is to keep the original file.
Logged

Tammo

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: No EXIF display, no EXIF info
« Reply #8 on: January 06, 2006, 04:11:19 pm »


Is EXIF data read from Intermediate pictures ?
Logged

ecto

  • Supporter
  • Coppermine frequent poster
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 144
    • My very incomplete gallery
Re: No EXIF display, no EXIF info
« Reply #9 on: January 06, 2006, 04:48:49 pm »

No, it is not read from the intermediate picture (normal_mypic.jpg), it's read from the bigger picture (mypic.jpg).

An easy way to spot this is to look at the Exif info "Exif Image Height" and "Exif Image Width". It will display the dimensions for the bigger picture, not the intermediate one.
Logged

Tammo

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: No EXIF display, no EXIF info
« Reply #10 on: January 06, 2006, 05:04:09 pm »


So my problem is still that :

1., I deleted all of the pictures from my albums,
2., I re-uploaded pre-resized images containing valid EXIF data,
3., I batch added these images to my albums, with "Auto resize images that are larger than max width or height" switched to Off,
4., "Create intermediate pictures" was set to Yes,
5., And it still doesn't display EXIF data, however EXIF is still in the original files.

Why?

Logged

Nibbler

  • Guest
Re: No EXIF display, no EXIF info
« Reply #11 on: January 06, 2006, 05:13:02 pm »

I uploaded one of your files to my gallery and the EXIF data were displayed correctly. Try ticking everything in the EXIF manager.
Logged

Tammo

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: No EXIF display, no EXIF info
« Reply #12 on: January 06, 2006, 05:22:01 pm »

All parameters are switched to be displayed ...

but it's rather strange, sometimes it displays EXIF data, sometimes not ...
I can't figure out the difference...
Logged

ecto

  • Supporter
  • Coppermine frequent poster
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 144
    • My very incomplete gallery
Re: No EXIF display, no EXIF info
« Reply #13 on: January 06, 2006, 05:35:11 pm »

Hmm, correct..

Here http://tammo.uw.hu/coppermine/displayimage.php?album=6&pos=3 the Exif is displayed, but in the next image: http://tammo.uw.hu/coppermine/displayimage.php?album=6&pos=4 it is not displayed. I downloaded the original images and looked at the Exif info, seems there is no difference between the files. File names are ok too.. strange. I'm a bit perplexed now I have to admit.

Or is there something obvious we are missing..?
Logged

Tammo

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: No EXIF display, no EXIF info
« Reply #14 on: January 06, 2006, 06:16:29 pm »


Yes ... that's it ... I can nothing to do with it now.

May it be anyhow related to the MySQL database ?
Logged

Tammo

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: No EXIF display, no EXIF info
« Reply #15 on: January 07, 2006, 12:12:48 am »


Well, I don't know why, but a database refresh (in admin tools) solved the problem. All EXIF data are now displayed.

Thx,
Tammo
Logged

Fotomaf

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 30
  • www.fotomaf.com gallery
    • Fotomaf Gallery
Re: No EXIF display, no EXIF info
« Reply #16 on: April 07, 2006, 12:51:22 pm »

I have a similar problem

For example
In http://www.fotomaf.com/displayimage.php?pos=-1042 I have a picture with this EXIF
Quote
Camera Make: Canon
Camera Model: Canon EOS 20D
Image Date: 2006:04:02 12:49:10
Flash Used: No
Focal Length: 400.0mm
CCD Width: 5.13mm
Exposure Time: 0.0025 s (1/400)
Aperture: f/8.0
ISO equiv: 100
White Balance: Auto
Exposure: aperture priority (semi-auto)


But my coppermine 1.4.3 shows only this
Quote
Nombre del fichero:   R44Raven.jpg
Nombre del álbum:   Mauro / Cajón de Sastre: Aeropuertos, estancias y transitos. Especial Aviones
Palabras clave:   Helicoptero Robinson R44 Raven cuantro vientos Madrid
Tamaño del fichero:   145 KB
Fecha de creación:   07 de Apr de 2006
Dimensiones:   800 x 570 pixels
Se ha visto:   0 veces
Alto de imagen por Exif:   570 pixels
Flash:   No Flash
ISO:   100
Resolución en Y:   72
Unidades de Resolución:   Inch
versión de Flash Pix:   version 1

In the config I have check "Read EXIF data from file"
PHP Version 4.4.2
exif
EXIF Support    enabled
EXIF Version    1.4 $Id: exif.c,v 1.118.2.37.2.4 2006/01/01 13:46:52 sniper Exp $
Supported EXIF Version    0220
Supported filetypes    JPEG,TIFF

Aby sugestion?

Thanks!

Fotomaf

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 30
  • www.fotomaf.com gallery
    • Fotomaf Gallery
Re: No EXIF display, no EXIF info
« Reply #17 on: July 11, 2006, 02:33:52 pm »

I still have the same problem in the 1.4.8 version.
Any idea?

Regards from Spain

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: No EXIF display, no EXIF info
« Reply #18 on: July 11, 2006, 11:33:27 pm »

Replying to a thread that is marked as solved is not a bright idea, especially if you haven't posted what the actual question is.
Logged

icnd

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
    • DigiAlbum.eu
Re: No EXIF display, no EXIF info
« Reply #19 on: November 08, 2006, 09:44:27 am »

I have the same problem.
I have made an upgrade of version from 1.4.4 to 1.4.9.

The photos before the upgrade have exif infor:
http://www.digialbum.it/digialbum/album/displayimage.php?pos=-7363
The exif data on cpg149_exif are:
Code: [Select]
a:18:{s:13:"VerboseOutput";i:0;s:6:"Errors";i:0;s:9:"ValidJpeg";i:1;s:13:"ValidIPTCData";i:0;s:13:"ValidJFIFData";i:1;s:13:"ValidEXIFData";i:1;s:13:"ValidAPP2Data";i:0;s:12:"ValidCOMData";i:0;s:4:"JFIF";a:4:{s:4:"Size";i:16;s:4:"Data";s:14:"JFIFWhen I display the info of exif DB from MySql administration I see the right info

The photos after the upgrade don't display the exif info:
http://www.digialbum.it/digialbum/album/displayimage.php?pos=-7578
The exif data on cpg149_exif are:
Code: [Select]
a:10:{s:13:"VerboseOutput";i:0;s:6:"Errors";i:0;s:9:"ValidJpeg";i:1;s:13:"ValidIPTCData";i:0;s:13:"ValidJFIFData";i:1;s:13:"ValidEXIFData";i:0;s:13:"ValidAPP2Data";i:0;s:12:"ValidCOMData";i:1;s:4:"JFIF";a:4:{s:4:"Size";i:16;s:4:"Data";s:14:"JFIFWhen I display the info of exif DB from MySql administration I don't see info about camera.

The photos are made by me and they are made with the same camera.

Why I have problems only with the photos after the upgrade of version ?

Thanks in advance

icnd

 
« Last Edit: November 08, 2006, 09:51:36 am by GauGau »
Logged
Pages: [1] 2   Go Up
 

Page created in 0.022 seconds with 20 queries.