Editing EXIF-data in JPEG...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Stormmind
Forum Newbie
Posts: 1
Joined: Sun Sep 15, 2002 2:56 pm

Editing EXIF-data in JPEG...

Post 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
Post Reply