View Full Version : DEVELOPMENT HELP NEEDED: Exif reading
Dennis
06-10-2007, 01:03 PM
As I'm quite busy exploring the possibilities of removing the exifer library and replace it by our own routines it would be helpful to get an indication about the availability of PHP's own exif routines.
Therefore I prepared a small PHP script which will give information if this is installed on your server. I would like to ask you to execute the following code and post the results here.
test_exif.php:
<?PHP
if(function_exists('exif_read_data'))
echo "exif library present";
else
echo "exif library absent";
?>
Thanks for helping out.
m i k e b
06-10-2007, 01:37 PM
exif library absent
http://www.iammikeb.com/exif.php
codepoit
06-10-2007, 01:46 PM
exif library absent
http://www.thelastrewind.com/test.php
dakwegmo
06-10-2007, 04:42 PM
exif library present
dhdesign
06-10-2007, 07:30 PM
"exif library present" on both webhosts that I have accounts with (TextDrive and A Small Orange).
Dkozikowski
06-10-2007, 08:02 PM
EXIF library absent
http://dwilkinsjr.com/exif.php
(Webhost: Godaddy)
Lazlo
06-11-2007, 10:30 AM
EXIF library absent
:(
jdleung
06-12-2007, 04:07 AM
exif library absent
Spudooli
06-12-2007, 08:45 AM
exif library present
Dang, Schonhose, this isn't looking too good :-(
Dennis
06-12-2007, 11:29 AM
Nope... looks like we still have to develop our own exif module.
austriaka
06-12-2007, 05:36 PM
server: present
local: absent
how to install it? found this in php.ini:
;exif.encode_unicode = ISO-8859-15
;exif.decode_unicode_motorola = UCS-2BE
;exif.decode_unicode_intel = UCS-2LE
;exif.encode_jis =
;exif.decode_jis_motorola = JIS
;exif.decode_jis_intel = JIS
but don't know which to activate
LG
KArin
exif library present
Cheers, Michael
mattmill
06-15-2007, 05:37 PM
exif library present
photomill
07-19-2007, 05:05 PM
Mine actually does. http://www.thephotomill.com/exif.php
I'm using 1&1.
iHamad
09-12-2007, 09:24 AM
exif library present
http://www.ihamad.com/test_exif.php
sindalf
09-12-2007, 12:32 PM
exif library present
Zenigata
09-12-2007, 02:36 PM
exif library present
sentinel
10-02-2007, 10:24 PM
exif lib present
(even if a bit late)
Personne
10-30-2007, 08:34 AM
Sorry I'm late.
exif library present for me
witty
10-30-2007, 01:30 PM
exif library absent
spuri
11-02-2007, 09:12 AM
exif library present - elahost.com
"Use exif date" does not work - but displayes other exif info...??? what could be the problem? (1.6.0) - canon 350D exif exists in file (DateTime)
Dennis
11-02-2007, 12:49 PM
spuri:http://www.pixelpost.org/forum/showpost.php?p=46099&postcount=8
Please refrain from posting questions in this thread.
steff
11-06-2007, 09:24 AM
sorry, I voted Yes but my server is Nope
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.