Gregwar / Image

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

Example of ->fixOrientation() method #119

Open rebellao opened 8 years ago

rebellao commented 8 years ago

Hi!

Anyone have a example to use "->fixOrientation()" method??

Regards,

soullivaneuh commented 8 years ago

Could you please elaborate?

gormur commented 5 years ago

fixOrentation reads the rotation meta data in the image file (usually from a orientation sensor in your camera) and rotates the output image accordingly. Otherwise the image is output as it is, without correcting for you holding your camera sideways or whatnot.