kishikawakatsumi / PEPhotoCropEditor

Image cropping library for iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setImageCropRect - 64-bit problem

lczarne opened this issue · comments

When I use setImageCropRect (and setCropRect) on 64-bit device, it sets crop rect with wrong offset (closer to the left-bottom corner than it should be). This behaviour never occurs on 32-bit devices. Probably it's some float precision problem but I couldn't find what it is exactly.