Hello, I've noticed that images processed by this library aren't rotated correctly. The original image with full metadata: https://kaszkowiak.org/IMG_0707.jpg Resizing code: ```php $image = new ImageResize($path); $image->crop(600, 600, true); $image->save($path); ``` Result:  All related issues are closed, so I created a new one with a reproducible example :) Thanks for creating and maintaining this library! Would love if this gets fixed, as currently it renders it unusable for me.