PDA

View Full Version : camera info with picture


GregWilkerPhoto
12-19-2004, 04:21 AM
okay I'm new and someone prolly has a topic on this all ready tho i couldnt find it

in the dark theme there is this line of code

<EXIF_CAMERA_MODEL><br />
<EXIF_EXPOSURE_TIME> / <EXIF_APERTURE> / <EXIF_FOCAL_LENGTH> mm / <EXIF_FLASH>

where do i put the info into to have that show up? do i need an add on etc?


greg

Connie
12-19-2004, 09:30 AM
Greg,

there are three conditions that these EXIF-Information will show up:

1) your photos must contain exif-information (this means that the digital camera adds this information to the photos and that any picture-processing with Photoshop, Paintshop Pro or other programs you use does not delete these information from the file)

2) PHP at your server must be installed with EXIF-Support. You can check this in the admin area, General Info. If yes, you will see the following information there:

EXIF Your php was compiled with exif-enabled. This means you can add additional exif-information to your images such as camera model, aperture, exposure time and more.

3) these EXIF-TAGs must included in a template, as you stated it...

hope this helps, :idea: