Hello,
I used Exif data support from Dalbum and integrated it in phpwebgallery 1.3
It works even if the php exif extension is not loaded on the server.
**Broken link**
Bye,
Offline
Great :D I'll study that for integration in branch 1.4 (not before end january 2004 I think)
Offline
It works even if the php exif extension is not loaded on the server.
Very interessting. I was searching such scripts.
So I've downloaded your files. But now, how should I use that ? Could the Exif Data be displayed when browsing the gallery (photo in big size) ?
Offline
>Very interessting. I was searching such scripts.
>So I've downloaded your files. But now, how should I use that ? Could the Exif Data be displayed when browsing the gallery (photo in big >size) ?
Yes, it looks like this : **Broken link**
Offline
Could u do the same with the IPTC data ?
I will very appreciate any help about this...
Thanxx... :-?
Offline
that link for the exif mod ZIP file doesnt work, anyone have a newer working link? thanks!
I found this topic that is the same in the French Forum.
I was updated my Phpwg script whis the new integration.
The problem is: Exif data is displayed in one line only (very long if more value).
Solution?: how change the script for display in one line by value (vertical display).
The code I found in picture.php is (line 328):
// reading exif data
$exif_data = exif_data( $lien_image,array('Model','ISOSpeedRatings','ApertureFNumber','ExposureProgram','MeteringMode','Flash','WhiteBalance', 'SubjectDistance','FocalLengthIn35mmFilm'),
$lang );
How change the code?
For use, I uploaded the zip file in my website, please feel free:
**Broken link**
Offline
I found another code in picture.php in line 429:
// exif data
if ($exif_data!= "")
{
$vtp->addSession( $handle, 'info_line' );
$vtp->setVar( $handle, 'info_line.name', $lang['exif'].' : ' );
$vtp->setVar( $handle, 'info_line.content', $exif_data );
$vtp->closeSession( $handle, 'info_line' );
}
Perhaps is in this code I can paste a parameter for vertical display?
What do you think?
Offline
You can find a modified version at
**Broken link**
It has a vertical display. Exif display is on comments in category.php
Offline
Hello
I made a new update, its manage EXIF and IPTC DATA.
**Broken link**
Bye
Offline
is there a way someone could take a screenshot of what their EXIF info on their PHPgallery looks like? thanks!
awesome thanks! now i got mine working the same way...before it was only exif data on rollover the thumbs
Thanks you, alcz, for the Exif support. I works pretty great (for instance, **Broken link**
3 questions:
1) the "flash" information is not correcly reported in my case, but works well on Roy one. Should I change something?
The "flash fired" is on the metadata of my file...
I suppose the information are displayed only if they are not null, aren't they?
2) Where is the best place to select which metadata will be diplayed ? I've change the line 328 in picture.php as Marc 77 said...
3) Has anyone tried the ipct functions with pictures on a remote site?
I have the following message when installing PhpWebGallery on my own PC with some picture on a remote site:
Warning: getimagesize() [function.getimagesize]: php_hostconnect: connect failed in (...)\include\functions_iptc.inc.php on line 25
Warning: getimagesize(**Broken link**) [function.getimagesize]: failed to create stream: Bad file descriptor in (...)\include\functions_iptc.inc.php on line 25
PS: I've simplified here the URL with (...)
Offline