kishikawakatsumi / PEPhotoCropEditor

Image cropping library for iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Resolution might be much smaller after cropping

caloon opened this issue · comments

Hi,

I tried to implement PEPhotoCropEditor in an app which is especially made for high resolution images. During testing I encountered, that by cropping the image, the original resolution (e.g. 3264x2448 pixels) is no longer maintained. Instead, the cropped image is the actual resolution of the iPhone display (for instance something like 600x600 pixels).

BR,
Josef

Not sure if it's a bug but I think it would be a good idea to use a scaled down image for the UI crop and then apply the same crop area to the original one.