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
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?