Page 1 of 1

Editing EXIF-data in JPEG...

Posted: Sun Sep 15, 2002 2:56 pm
by Stormmind
I want to be able to edit the EXIF data in JPEG images.
Thanks to exif-data-read() function I'm able to extract
the imformation, but I want to be able to edit it as well.
Is there a way to do it with PHP?

The reason I want to do it, is that I want to be able to
add my own comments/etc to the image. Very usefull,
methinks! =)

And another question, is there a way to rotate the
image with php? GDlib doesn't seem to have support
for that. I heard Imlib has, but can I compile Imlib
support into PHP?

Cheers,
Storm