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

c# - Unity IoC Lifetime per HttpRequest for UserStore -

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

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -