https://github.com/merty/image-rotation-fixer
Automatically fixes the rotation of JPEG images using PHP's EXIF extension, immediately after they are uploaded to the server.
https://github.com/merty/image-rotation-fixer
wordpress wordpress-plugin
Last synced: 2 months ago
JSON representation
Automatically fixes the rotation of JPEG images using PHP's EXIF extension, immediately after they are uploaded to the server.
- Host: GitHub
- URL: https://github.com/merty/image-rotation-fixer
- Owner: merty
- Created: 2015-11-14T19:05:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-14T19:12:57.000Z (over 10 years ago)
- Last Synced: 2025-06-09T03:02:53.767Z (about 1 year ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/image-rotation-fixer/
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Image Rotation Fixer
===
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.
Installation
----
1. Upload `image-rotation-fixer` to the `/wp-content/plugins/` directory
1. 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.