android-getting-started-samples icon indicating copy to clipboard operation
android-getting-started-samples copied to clipboard

Crop image with a fixed crop ratio

Open sibiklpm opened this issue 7 years ago • 0 comments

I am trying to crop image with a fixed width and height.

Is there any option for that?

I tried with this code, but I don't now what value implement on this:

AdobeImageIntent.ForceCrop forceCrop=new AdobeImageIntent.ForceCrop.Builder() .addCropRatio() .build();

In that addCropRatio() method what are the values I need to submit. In options it's showing 2 string paramaters. But I am not finding any document for it.

sibiklpm avatar Jan 06 '18 09:01 sibiklpm