[PHP-DEV] Writing EXIF?

2002-05-16 Thread Jens Kohl
Hello, is there a possibility to write (create and update) EXIF information? I can't find anything in the manual. There is only the exif_read_information function that reads the information. I want to read, temp. save, rotate an image with imlib, save the new image and rewrite the exif

Re: [PHP-DEV] Writing EXIF?

2002-05-16 Thread Marcus Börger
There is no way writing exif information. Maybe this will be added but the necessary code would be very complex. It could be an option to allow setting of number values such as the rotation information. When only allowing such we do not have to strip of EXIF header and insert the a new one. At