steelkiwi / cropiwa

📐 Configurable Custom Crop widget for Android

Home Page:http://steelkiwi.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setSize is not working

KeyurKba opened this issue · comments

while cropping image I use setSize to crop in some size say 512x512. but it still store in 600x600 or 524x524.

I have the same problem. The setSize method is really confusing. After looking at the source it seems that these values are used only to calculate some optimal size options for the bitmap factory, but has nothing to do with the output file size.