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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | drupal_image_rotate.patch | 9.77 KB | quicksketch |
Comments
Comment #1
quicksketchHere'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.
Comment #2
tstoecklerComment #3
drewish commentedI 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.
Comment #4
quicksketchYeah... I think so too. Looks like we've got multiple problems with non-bundled GD installations.