Compressor
Compressor copied to clipboard
image reduced in size but not in resolution
new Compressor(getContext())
.setMaxWidth(1080)
.setMaxHeight(1080)
.setQuality(84)
.setCompressFormat(Bitmap.CompressFormat.JPEG)
.setDestinationDirectoryPath(local_paths.getLocal_images() + "/")
.compressToFile(new java.io.File(out_put_thumbnail_path), current_timeMsec + ".jpg");
I set the max to 1080 but the image resolution still above 1080 and size get smaller ?
same here
yes i need below 800
same
I have solved this issue in my pull request you can check that out
I'm on the same issue here.
same +1
same