masterexploder / PHPThumb

PHP Thumbnail & Image Manipulation Library
http://phpthumb.gxdlabs.com
980 stars 264 forks source link

Added support for correct orientation detection from EXIF meta data #132

Closed hellopablo closed 3 years ago

hellopablo commented 6 years ago

This PR reads the image's EXIF data and adjusts the source image accordingly, so that images are correctly orientated when resized or cropped.

hellopablo commented 6 years ago

Also included are some fixes which were on the fork (from some time ago) which addresses #43.