|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-05-22 12:46 UTC] pajoye@php.net
-Status: Open
+Status: Feedback
[2013-05-22 12:46 UTC] pajoye@php.net
[2013-05-22 12:54 UTC] douglas dot wright at pre-school dot org dot uk
-Status: Feedback
+Status: Open
[2013-05-22 12:54 UTC] douglas dot wright at pre-school dot org dot uk
[2013-05-26 23:37 UTC] pajoye@php.net
-Status: Open
+Status: Assigned
-Assigned To:
+Assigned To: pajoye
[2013-05-26 23:49 UTC] pajoye@php.net
[2013-05-27 07:22 UTC] pajoye@php.net
[2013-05-27 07:23 UTC] pajoye@php.net
[2013-05-27 07:23 UTC] pajoye@php.net
-Status: Assigned
+Status: Closed
[2013-05-28 09:33 UTC] douglas dot wright at pre-school dot org dot uk
[2013-11-17 09:31 UTC] laruence@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 09:00:02 2025 UTC |
Description: ------------ When attempting to rotate an image using PHP5.5RC1, the output is corrupted. This is a regression from latest stable PHP 5.4 Test script: --------------- <?php $source = imagecreatefrompng('original.png'); $rotate = imagerotate($source, 45, imagecolorallocate($source,255,255,255)); imagepng($rotate, 'rotated.png'); Expected result: ---------------- Please see comparison screenshot at http://tinypic.com/r/34t8qdu/5 Actual result: -------------- Please see comparison screenshot at http://tinypic.com/r/34t8qdu/5