Topic awaiting preservation: read, add, edit, remove jpeg meta data (or EXIF) using PHP? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Northumberland, England |
posted 08-15-2004 12:34
Hi, |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 08-15-2004 19:05
I guess the cleanest way would be to look up the specification, then use that info accordingly... |
Paranoid (IV) Inmate From: France |
posted 08-15-2004 19:17
You could also have a look at PEAR to see if such a library already exist in PHP. I just found Image_IPTC, a package to handle IPTC datas. At worst, you'll have to do your own library |
Maniac (V) Mad Scientist From: Somewhere over the rainbow |
posted 08-15-2004 23:25
The poster has demanded we remove all his contributions, less he takes legal action. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 08-15-2004 23:35
pel (PHP EXIF Lib) |
Paranoid (IV) Inmate From: Northumberland, England |
posted 08-16-2004 12:03
http://uk.php.net/manual/en/ref.exif.php - from php.net, requires exif to be enabled |