2017 © Pedro Peláez
 

library image-auto-rotate

Auto rotate image to correct position from exif

image

diversen/image-auto-rotate

Auto rotate image to correct position from exif

  • Monday, June 13, 2016
  • by diversen
  • Repository
  • 1 Watchers
  • 5 Stars
  • 295 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 20 % Grown

The README.md

README

Auto rotate images to correct orientation, (*1)

See answers on:, (*2)

http://stackoverflow.com/questions/7489742/php-read-exif-data-and-adjust-orientation, (*3)

Install

composer require diversen/image-auto-rotate

Usage

Only one method:, (*4)

<?php

use diversen\imageRotate;

// The class works directly on an image
$rotate = new imageRotate();
$rotate->fixOrientation($file['tmp_name']);

The Versions

13/06 2016

dev-master

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

Auto rotate image to correct position from exif

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

image gd rotate

13/06 2016

v1.0.1

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

Auto rotate image to correct position from exif

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

image gd rotate

25/05 2016

v1.0.0

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

Auto rotate image to correct position from exif

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

image gd rotate