Gregwar / Image

A PHP library to handle images
MIT License
1k stars 190 forks source link

Supress errors in fixOrientation() #121

Closed garygreen closed 8 years ago

garygreen commented 8 years ago

At the moment when you ->fixOrientation() on pngs or anything other than JPEGs or Tiffs, Gregwar breaks. Not good.

This suppresses errors when it cannot read the exif information.

Fixes #92, #96, #105.

garygreen commented 8 years ago

@Gregwar any news?

Gregwar commented 8 years ago

Seems good to me Sorry for the delay

Gregwar commented 8 years ago

Thanks for contributing