2017 © Pedro Peláez
 

library image-orientation-fixer

Php class that Fix image orientation by exif data.

image

rdavaillaud/image-orientation-fixer

Php class that Fix image orientation by exif data.

  • Thursday, March 22, 2018
  • by rdavaillaud
  • Repository
  • 1 Watchers
  • 0 Stars
  • 878 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 75 % Grown

The README.md

ImageOrientationFixer

This repository contains a php class that fix images orientation by exif data with the method exif_read_data, (*1)

Latest Stable Version Total Downloads Latest Unstable Version License Build Status, (*2)

How to use

$iof = new ImageOrientationFixer();
$iof->fix('foo.jpg');

or to create a new file from the image., (*3)

$iof = new ImageOrientationFixer();
$iof->fix('foo.jpg', 'destination.jpg');

Credits

Thanks to jellybellydev for the initial library Thanks to recurser for the image example, (*4)

The Versions

22/03 2018

dev-master

9999999-dev http://github.com/rdavaillaud/ImageOrientationFixer

Php class that Fix image orientation by exif data.

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-gd *

 

The Development Requires

by Raphael Davaillaud

image exif orientation

22/03 2018

1.0.0

1.0.0.0 http://github.com/rdavaillaud/ImageOrientationFixer

Php class that Fix image orientation by exif data.

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-gd *

 

The Development Requires

by Raphael Davaillaud

image exif orientation