Hi I'm making a picture script for my website but I wanted to be able to save some info directly to the picture so the data is stored in the picture if somone download it.

I was wondering if it was possible to edit exif data or create new exif data in JPEGs with PHP? I only know how to read the exif data.

Or is there any other way to save info directly to JPEGs with PHP ?

    12 days later

    Shameless bump here... having problems finding people who have good knowlage about exif data... anyone... 😕

      From the php.net site...

      gimpster at gimpster dot com
      17-May-2004 09:24
      I've written a library in pure PHP5 for editing EXIF tags. It deals with both reading and writing EXIF tags, and can be downloaded from http://pel.sourceforge.net/

      Have a look - I would....

        Write a Reply...