WP-ImageRotate
Makes image rotation work when imagerotate() is missing from your GD.
Due to memory leaks, Debian removed imagerotate() from php5-gd. If rotating does not work in your Wordpress image editor, this plugin will supply an alternative imagerotate() function.
Other plugins also solve this issue, but we got timeouts when working with (very) large images, so this plugin does the same thing - but faster!
| Author | alfreddatakillen Profile |
| Contributors | alfreddatakillen |
| Tags | image, imagerotate, rotation, wordpress |
This section describes how to install the plugin and get it working.
- Upload
imagerotate.phpto the/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
1.1
- Added a check if imagerotate() already exists, so the plugin does not break anything on servers with full GD support.
1.0
- First public release.
Where do I report bugs?
Report any issues at the github issue tracker: https://github.com/alfreddatakillen/wp-imagerotate/issues
Where do I contribute with code, bug fixes, etc.?
At github: https://github.com/alfreddatakillen/wp-imagerotate
What about the license?
Read more about GPLv2 here: http://www.gnu.org/licenses/gpl-2.0.html
Do you like beer?
If we meet some day, and you think this stuff is worth it, you may buy me a beer in return. (GPLv2 still applies.)

