Looks like in php5.5 gd rotate function requires background parameter. Right now images will not be rotated under php5.5.
I solved it by adding background parameter to a function call.

CommentFileSizeAuthor
autorotate.patch499 byteskarolrybak
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

fietserwin’s picture

Status: Active » Closed (duplicate)

Duplicate of #2215369: Various bugs with PHP 5.5 imagerotate(), including when incorrect color indices are passed in. You can help over there, by porting the patch. I don't have much time currently to do so, but I will review quickly if you post a patch.