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
- Host: GitHub
- URL: https://github.com/diversen/image-auto-rotate
- Owner: diversen
- Created: 2016-05-25T10:54:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T09:38:43.000Z (about 10 years ago)
- Last Synced: 2025-08-13T14:46:01.530Z (12 months ago)
- Topics: exif, php-image-fix-orientation, rotate
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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']);
~~~