yackle / CLImageEditor

MIT License
2.21k stars 573 forks source link

Image rotation issue #37

Closed JohnFlint closed 10 years ago

JohnFlint commented 10 years ago

Using CLRotateTool to rotate an upsidedown image works well when looking at the image in xcode, but after saving to iphone image library the image is still upsidedown. Is there a metadata change in CLRotateTool that should be included when saving the image?

yackle commented 10 years ago

I couldn't find this issue in my devices and simulators. Could you tell me the procedure in more detail?

JohnFlint commented 10 years ago

Sorry for the delay - I had a hard time finding the bug cousing this rotation issue - it was in my own code related to image metadata mismatch.Thank you for a very nice image editor framework!