dmitric / DLCImagePickerController

ImagePickerController with live filters, radial blur and more. Brought to you by Backspaces.
www.backspac.es
BSD 3-Clause "New" or "Revised" License
1.56k stars 320 forks source link

Blur issue in lanscape #28

Open k-fung opened 11 years ago

k-fung commented 11 years ago

After take a photo in landscape, then turn on blur, the blur position is incorrect, especially in the left bottom.

k-fung commented 11 years ago

I found that all the corners have this issue when the image is landscape. I think it is because the image is rotated according to the orientation, but the blur layer not. So, when you tap on the blur area in the left bottom, the image is clear on the right bottom. Anyone can solve this issue?