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

https://github.com/diversen/image-auto-rotate

PHP class that auto-rotates correctly - it takes read_exif_data and auto-adjust orientation
https://github.com/diversen/image-auto-rotate

exif php-image-fix-orientation rotate

Last synced: 11 months ago
JSON representation

PHP class that auto-rotates correctly - it takes read_exif_data and auto-adjust orientation

Awesome Lists containing this project

README

          

# README

Auto rotate images to correct orientation

See answers on:

http://stackoverflow.com/questions/7489742/php-read-exif-data-and-adjust-orientation

# Install

composer require diversen/image-auto-rotate

# Usage

Only one method:

~~~php
fixOrientation($file['tmp_name']);
~~~