Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 5 days ago
JSON representation

Automatically fixes the rotation of JPEG images using PHP's EXIF extension, immediately after they are uploaded to the server.

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.