PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.0.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/)
-   -   EXIF not displaying and resized images (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/117015-exif-not-displaying-resized-images.html)

rbl December 13th, 2004 09:40 PM

EXIF not displaying and resized images
 
Hi!
I've installed Gallery on a test site and I've found a couple of issues.

EXIF not displaying
I've tried uploading several files which I know have exif info, tried turning watermarks on and off but I couldn't get exifs to be displayed.
Tried a couple of tips found on this bugs & issues thread but it didn't change a thing.

Resized images
I've set Gallery to accept only .jpgs and .jpgs, with a max dimensions of 800x600 and max size of 150KB.
If the image is bigger than 150KB, it is refused by the server, which is fine.
If the image is bigger that 800x600, it is resized by the server, which is also fine (as long as it doesn't generate files bigger than 150KB).
If the image is smaller that 800x600, it is resized by the server to fit that size. Did I miss anything on general configuration? Is this a bug or a feature?

Brian December 13th, 2004 10:05 PM

Re: EXIF not displaying and resized images
 
For the EXIF problem, are you sure your server is configured to allow this?

As for the resized images, that's a bug that's fixed in RC2 (which I will be uploading here in a couple of minutes).

rbl December 14th, 2004 05:21 AM

Re: EXIF not displaying and resized images
 
Just to let you know that RC2 solves both issues! =)
Thanks!

Brian December 14th, 2004 09:10 AM

Re: EXIF not displaying and resized images
 
Glad to hear it. :)

goblues December 18th, 2004 09:10 PM

Re: EXIF not displaying and resized images
 
No joy here. Can't display the EXIF info. Running RC2 on PHP4.3.8

Any thoughts or tests I could perform? Thanks in advance!

Brian December 19th, 2004 11:06 AM

Re: EXIF not displaying and resized images
 
Is PHP compiled in with --enable-exif on your server?

goblues December 19th, 2004 11:12 AM

Re: EXIF not displaying and resized images
 
Thanks for the response Brian.
How can I tell if EXIF was compiled with PHP?

Brian December 19th, 2004 11:19 AM

Re: EXIF not displaying and resized images
 
One easy way would be to remove this bit of code from your showimage.php file:
Code:

Content visible to verified customers only.
If it doesn't give an error or just a blank page on the showimage.php page afterwards then you should have the exif function.


All times are GMT -5. The time now is 02:10 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97