You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 27, 2019. It is now read-only.
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.
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.