Announcement

#1 2003-12-17 13:46:46

alcz
Member
2003-12-17
13

Exif Support

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

 

#2 2003-12-17 19:54:45

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

Re: Exif Support

Great  :D I'll study that for integration in branch 1.4 (not before end january 2004 I think)

Offline

 

#3 2003-12-22 21:09:52

Eric B
Member
2003-10-02
90

Re: Exif Support

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

 

#4 2003-12-22 23:17:21

Roy
Member
Norway
2003-09-21
28

Re: Exif Support

>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

 

#5 2003-12-30 23:32:09

vmphoto
Member
2003-10-31
3

Re: Exif Support

Could u do the same with the IPTC data ?
I will very appreciate any help about this...
Thanxx... :-? 

Offline

 

#6 2004-01-02 05:07:24

grae
Guest

Re: Exif Support

that link for the exif mod ZIP file doesnt work, anyone have a newer working link? thanks!

 

#7 2004-01-12 14:15:09

Marc 77
Member
Nemours, France
2003-01-04
391

Re: Exif Support

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**


BSF Test
Dimage A1 AMD 2200Win XP Pro + SP2 PhpWg 1.3.2 IE 6

Offline

 

#8 2004-01-13 13:18:27

Marc 77
Member
Nemours, France
2003-01-04
391

Re: Exif Support

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?


BSF Test
Dimage A1 AMD 2200Win XP Pro + SP2 PhpWg 1.3.2 IE 6

Offline

 

#9 2004-01-13 16:13:41

alcz
Member
2003-12-17
13

Re: Exif Support

You can find a modified version at

**Broken link**

It has a vertical display. Exif display is on comments in category.php

Offline

 

#10 2004-01-14 13:56:43

Marc 77
Member
Nemours, France
2003-01-04
391

Re: Exif Support

Thanks, it work fine now  :D 


BSF Test
Dimage A1 AMD 2200Win XP Pro + SP2 PhpWg 1.3.2 IE 6

Offline

 

#11 2004-01-14 18:38:42

alcz
Member
2003-12-17
13

Re: Exif Support

Hello

I made a new update, its manage EXIF and IPTC DATA.

**Broken link**

Bye

Offline

 

#12 2004-01-14 19:28:37

grae
Guest

Re: Exif Support

is there a way someone could take a screenshot of what their EXIF info on their PHPgallery looks like? thanks!

 

#13 2004-01-15 09:53:34

Roy
Member
Norway
2003-09-21
28

Re: Exif Support

**Broken link**
Roy

Offline

 

#14 2004-01-16 02:07:44

grae
Guest

Re: Exif Support

awesome thanks! now i got mine working the same way...before it was only exif data on rollover the thumbs

 

#15 2004-01-28 13:02:14

Eric B
Member
2003-10-02
90

Re: Exif Support

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

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact