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

api question

Open npomfret opened this issue 9 years ago • 0 comments

Sorry, don't know if this is the right place to be asking these questions.

But, are the iOS equivalents for opening the image editor that correspond to the AdobeImageIntent.Builder? Can I specify things like the output format?

withOutputFormat(Bitmap.CompressFormat.JPEG) // output format
        .withOutputSize(MegaPixels.Mp5) // output size
        .withOutputQuality(90) // output quality

npomfret avatar Mar 22 '17 09:03 npomfret