PHP image resize - keeping EXIF data

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
rich86
Forum Newbie
Posts: 15
Joined: Sun Jun 11, 2006 7:30 pm

PHP image resize - keeping EXIF data

Post by rich86 »

Hi,

I have a couple of sites that run a photo uploader that resizes images that are uploaded then placing them on the website. The problem with this is that all the EXIF data (such as when the pictures of taken) is lost.

Does anyone know of a method of resizing the image BUT keeping all the EXIF data? Is there a php script that does this or does anyone have any ideas how to do it?

Thanks in advance.

Richard
Post Reply