Download the PHP package diversen/image-auto-rotate without Composer
On this page you can find all versions of the php package diversen/image-auto-rotate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download diversen/image-auto-rotate
More information about diversen/image-auto-rotate
Files in diversen/image-auto-rotate
Download diversen/image-auto-rotate
More information about diversen/image-auto-rotate
Files in diversen/image-auto-rotate
Vendor diversen
Package image-auto-rotate
Short Description Auto rotate image to correct position from exif
License MIT
Homepage https://github.com/diversen/image-auto-rotate
Package image-auto-rotate
Short Description Auto rotate image to correct position from exif
License MIT
Homepage https://github.com/diversen/image-auto-rotate
Please rate this library. Is it a good library?
Informations about the package image-auto-rotate
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
use diversen\imageRotate;
// The class works directly on an image
$rotate = new imageRotate();
$rotate->fixOrientation($file['tmp_name']);
All versions of image-auto-rotate with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package diversen/image-auto-rotate contains the following files
Loading the files please wait ....