As Erel says in this reply, we can write only the JPEG and PNG formats using B4XBitmap.
In Android we have the WEBP CompressFormat too (WEBP_LOSSY and WEBP_LOSSLESS to the API level 30):
Would be nice to have this in B4XBitmap to write WEBP files.
In Android we have the WEBP CompressFormat too (WEBP_LOSSY and WEBP_LOSSLESS to the API level 30):
Bitmap.CompressFormat | Android Developers
developer.android.com
Would be nice to have this in B4XBitmap to write WEBP files.