From: douglas dot wright at pre-school dot org dot uk
Operating system: Windows 7
PHP version: 5.5.0RC1
Package: GD related
Bug Type: Bug
Bug description:imagerotate is broken
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
--
Edit bug report at https://bugs.php.net/bug.php?id=64898&edit=1
--
Try a snapshot (PHP 5.4):
https://bugs.php.net/fix.php?id=64898&r=trysnapshot54
Try a snapshot (PHP 5.3):
https://bugs.php.net/fix.php?id=64898&r=trysnapshot53
Try a snapshot (trunk):
https://bugs.php.net/fix.php?id=64898&r=trysnapshottrunk
Fixed in SVN: https://bugs.php.net/fix.php?id=64898&r=fixed
Fixed in release: https://bugs.php.net/fix.php?id=64898&r=alreadyfixed
Need backtrace: https://bugs.php.net/fix.php?id=64898&r=needtrace
Need Reproduce Script: https://bugs.php.net/fix.php?id=64898&r=needscript
Try newer version: https://bugs.php.net/fix.php?id=64898&r=oldversion
Not developer issue: https://bugs.php.net/fix.php?id=64898&r=support
Expected behavior: https://bugs.php.net/fix.php?id=64898&r=notwrong
Not enough info:
https://bugs.php.net/fix.php?id=64898&r=notenoughinfo
Submitted twice:
https://bugs.php.net/fix.php?id=64898&r=submittedtwice
register_globals: https://bugs.php.net/fix.php?id=64898&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=64898&r=php4
Daylight Savings: https://bugs.php.net/fix.php?id=64898&r=dst
IIS Stability: https://bugs.php.net/fix.php?id=64898&r=isapi
Install GNU Sed: https://bugs.php.net/fix.php?id=64898&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=64898&r=float
No Zend Extensions: https://bugs.php.net/fix.php?id=64898&r=nozend
MySQL Configuration Error: https://bugs.php.net/fix.php?id=64898&r=mysqlcfg