exif functions?

rob801

New Member
Messages
12
Reaction score
0
Points
0
Would it be possible to have exif function enabled in the php configuration?

This would be useful to me as I'm trying to set up a system to automatically extract data from the exif of images I upload.
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
What is the function and what do you need it for? Do you need the entire exif extension? I'm sure that it could be done. :)

Edit: Didn't type out what I meant fully.
 
Last edited:

rob801

New Member
Messages
12
Reaction score
0
Points
0
The entire exif function would be useful, but currently I'm planning on using exif_read_data() to extract information like lens used and iso/shutter speed/aperture from by photos when they're uploaded.
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
When I get back to my dorm tonight I will add in support for exif for versions 2 and 3 of PHP on all servers.
 
Last edited:

rob801

New Member
Messages
12
Reaction score
0
Points
0
Has the exif been added to version 2 yet, because the exif_read_data() function doesn't seem to be working still.
 
Top