=== Image Rotation Fixer === Contributors: merty Donate link: http://www.mertyazicioglu.com Tags: correct, exif, fix, image, jpg, jpeg, orientation, rotate, rotation Requires at least: 2.1 Tested up to: 4.3.1 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Automatically fixes the rotation of JPEG images using PHP's EXIF extension, immediately after they are uploaded to the server. == Description == Automatically fixes the rotation of JPEG images using PHP's EXIF extension, immediately after they are uploaded to the server. Plugin requires no configuration, it simply hooks itself to WordPress' upload procedure and takes care of everything. Developed during my internship at [DX Wave](http://www.dxwavetech.com). == Installation == 1. Upload `image-rotation-fixer` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = Are there any requirements? = Yes, the plugin requires PHP's EXIF extension to be enabled. = Do I need to make any configurations? = No, the plugin takes care of everything and automatically rotates all your JPEG images immediately after they are uploaded. == Changelog == = 1.0 = * Initial release. == Upgrade Notice == = 1.0 = Initial release.