ID: 25430
Updated by: [EMAIL PROTECTED]
Reported By: bzrudi at tuxpower dot de
-Status: Open
+Status: Wont fix
Bug Type: Feature/Change Request
Operating System: *
PHP Version: 4.3.3
New Comment:
We will not change this in GD.
Previous Comments:
------------------------------------------------------------------------
[2003-09-08 07:41:56] bzrudi at tuxpower dot de
Description:
------------
I use the imagerotate() function in my photo gallery to rotate
the images (if there is no support for "convert"). What I find out
is, that after rotating ALL EXIF data is lost. I guess this is not
the desired behavior ;-)
Reproduce code:
---------------
$img2rotate="some_image.jpg";
$image=imagecreatefromjpeg("$img2rotate");
$rotated_img=imagerotate($image, 90, 0);
imagejpeg($rotated_img, "$img2rotate", 100);
Expected result:
----------------
I expect to keep the EXIF data from the original image...
Actual result:
--------------
ALL EXIF data is lost.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=25430&edit=1