This repository was archived by the owner on Jul 27, 2019. It is now read-only.

Description
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.