igreenwood / SimpleCropView

A simple image cropping library for Android.
MIT License
2.48k stars 465 forks source link

How To Set Fixed Width Cropping Frame in Px or Dip #129

Open asadullahrao opened 6 years ago

asadullahrao commented 6 years ago

I have to set fixed width cropping frame, without using aspect ratio method. I want to set 260dip width and 160dip height to initial cropping frame.

aleemmd1314 commented 6 years ago

Try this method mCropView.setMinFrameSizeInPx(size); //in px mCropView.setMinFrameSizeInDp(size); //in dp