bitmap - Android: lossless WEBP compression -


i compressing image in webp-format following code:

bitmap.compress(bitmap.compressformat.webp, 100, outputstream) 

although using highest quality-settings, looks image not compressed lossless lossy. corresponding android developer docs, should possible compress webp-files lossless: http://developer.android.com/guide/appendix/media-formats.html http://developer.android.com/reference/android/graphics/bitmap.compressformat.html

i doing on nexus 4 android 4.4.2 kitkat. furthermore using highest sdk throughout in project.

has got idea, how save bitmaps lossless webp-images?


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -