In #373613: Create "Image" Objects, Operate on Images By Resource we added ImageAPI to core but left out rotate due to differences in GD installations. The imagerotate functionality is not available on the default PHP installations for Debian.

CommentFileSizeAuthor
#1 drupal_image_rotate.patch9.77 KBquicksketch

Comments

quicksketch’s picture

Status: Active » Needs review
StatusFileSize
new9.77 KB

Here's a patch with a few exceptions built-in if the imagerotate function is not available. I'm not really sure what to do with the situation where the host system has imagerotate() missing.

tstoeckler’s picture

Issue tags: +ImageCacheInCore
drewish’s picture

I really think this should be merged back in with #373613: Create "Image" Objects, Operate on Images By Resource since imagefilter() has the same issues on debian.

quicksketch’s picture

Status: Needs review » Closed (duplicate)

Yeah... I think so too. Looks like we've got multiple problems with non-bundled GD installations.