Icy Phoenix

     
 


This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post FAP SUPPORT - EXIF Data Missing 
 
For some reason the EXIF data is not displaying on album_showpage.
http://www.indiphotographer.com/alb...d=146&user_id=2

'Show picture EXIF informations' is set to 'Yes' in the Photo Album/Configuration. The image has exif data embeded.

Thank you
 



 
will_houghSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: EXIF Data Missing 
 
That is the only pic without EXIF or all the pictures have the same problem?

Can you try to upload that pic here on this site? I'll then try to enable EXIF here and see what happens.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: EXIF Data Missing 
 
Mighty Gorgon wrote: [View Post]
That is the only pic without EXIF or all the pictures have the same problem?

Can you try to upload that pic here on this site? I'll then try to enable EXIF here and see what happens.

I uploaded that pic with exif so I could test it. The rest of the images do not have any exif data.

I will upload that here and see what happens.
 



 
will_houghSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: EXIF Data Missing 
 
Image added.

 



 
will_houghSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: EXIF Data Missing 
 
I enabled EXIF here and no info showed.
I also ran a test on my boards (1.4.0 & 1.4.1) and EXIF data did not display..... but

Seems EXIF data does displays for pics that were uploaded prior to 1.4.0

MG, I'm returning your favor and leaving this bug for you.  
 



 
ArtieSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: EXIF Data Missing 
 
Watching this topic, awaiting your reply.
 



 
will_houghSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: EXIF Data Missing 
 
Artie wrote: [View Post]
I enabled EXIF here and no info showed.
I also ran a test on my boards (1.4.0 & 1.4.1) and EXIF data did not display..... but

Seems EXIF data does displays for pics that were uploaded prior to 1.4.0

MG, I'm returning your favor and leaving this bug for you.  

Thanks mate!


will_hough wrote: [View Post]
Watching this topic, awaiting your reply.

The pic you have posted has no EXIF or at least it has no EXIF because has been resized while uploading.
Can you provide a link to the original picture which has EXIF for sure?
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: EXIF Data Missing 
 
Mighty Gorgon wrote: [View Post]
.... it has no EXIF because has been resized while uploading.

Darn it, I did not know that, but that would splain it.  
 



 
ArtieSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: EXIF Data Missing 
 
The image on my Album in my original post is not compressed and has exif data.
http://www.indiphotographer.com/alb...d=146&user_id=2
 



 
will_houghSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: EXIF Data Missing 
 
Hi,
I played a bit with this, and I have discovered two things...

  • Not all server support EXIF functions reading.
  • In Icy Phoenix there was no EXIF box because I missed it.


I'm now trying to import your pic to check if the EXIF is shown.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: EXIF Data Missing 
 
As you can see here:

http://www.icyphoenix.com/album_showpage.php?pic_id=79

EXIF works correctly...

Tell me when you have checked so I can remove the EXIF box again.

You can test your server to see if the EXIF function is present:

Code: [Download] [Hide] [Select]
echo(function_exists(exif_read_data));

 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: EXIF Data Missing 
 
in IP 1.0.9.9 in templates/mg_themes/album_showpage_body.tpl missing code .....
Code: [Download] [Hide]
  1. <!-- BEGIN switch_exif_enabled -->  
  2. <!-- BEGIN exif_switch -->  
  3. <table class="forumline" width="98%" align="center" cellspacing="1" cellpadding="2">  
  4.         <tr><th class="thTop" nowrap="nowrap" width="100%" colspan="5">EXIF Info</th></tr>  
  5.         <!-- BEGIN exif_data -->  
  6.         <tr>  
  7.                 <td class="row1" width="25%" align="right"><span class="genmed">{switch_exif_enabled.exif_switch.exif_data.EXIFc1}&nbsp;</span></td>  
  8.                 <td class="row1" width="25%" ><b><span class="genmed">{switch_exif_enabled.exif_switch.exif_data.EXIFd1}</span></b></td>  
  9.                 <td class="row1" width="25%" align="right"><span class="genmed">{switch_exif_enabled.exif_switch.exif_data.EXIFc2}&nbsp;</span></td>  
  10.                 <td class="row1" width="25%" ><b><span class="genmed">{switch_exif_enabled.exif_switch.exif_data.EXIFd2}</span></b></td>  
  11.         </tr>  
  12.         <!-- END exif_data -->  
  13. </table>  
  14. <br />  
  15. <!-- END exif_switch -->  
  16. <!-- END switch_exif_enabled --> 

 



 
pepiSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: EXIF Data Missing 
 
Mighty Gorgon wrote: [View Post]
Hi,
I played a bit with this, and I have discovered two things...

  • Not all server support EXIF functions reading.
  • In Icy Phoenix there was no EXIF box because I missed it.


I'm now trying to import your pic to check if the EXIF is shown.


pepi, I think MG is speaking of this above.
 



 
ArtieSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: EXIF Data Missing 
 
Mighty Gorgon wrote: [View Post]
As you can see here:

http://www.icyphoenix.com/album_showpage.php?pic_id=79

EXIF works correctly...

Tell me when you have checked so I can remove the EXIF box again.

You can test your server to see if the EXIF function is present:

Code: [Download] [Hide] [Select]
echo(function_exists(exif_read_data));


That looks awesome!

I will test my server and get it figured out. Thank you MG.
 



 
will_houghSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: EXIF Data Missing 
 
edit:

I had to switch to php5 and it is working like a charm! Thank you both for all of your help.

If you would like to see it in action - http://www.indiphotographer.com/album_showpage.php?pic_id=146
 



 
will_houghSend private messageVisit poster's website  
Back to topPage bottom
This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events