I try to use the Bitmap.compress method from Android's native bitmap. Since API 14, CompressFormat.WEBP is a supported format for this method. However, no matter what quality value I set, even 100, it always seems to be compressed lossy. Is there any way to force loosless WEBP Compression and also have control if you want to store alpha?
Asked
Active
Viewed 723 times