Hi,
The library is changing selected PNG image into JPG image itself when .maxResultSize and .compress functions are used with the Companion.
ImagePicker.Companion.with(this).galleryOnly().maxResultSize(Globals.MAX_IMAGE_WIDTH, Globals.MAX_IMAGE_HEIGHT).compress(Globals.MAX_IMAGE_SIZE_KB).start
Is there any way to keep the original format?
Hi,
The library is changing selected PNG image into JPG image itself when
.maxResultSizeand.compressfunctions are used with the Companion.ImagePicker.Companion.with(this).galleryOnly().maxResultSize(Globals.MAX_IMAGE_WIDTH, Globals.MAX_IMAGE_HEIGHT).compress(Globals.MAX_IMAGE_SIZE_KB).startIs there any way to keep the original format?