public class BitmapLossyEncoder extends Object
Constructor and Description |
---|
BitmapLossyEncoder() |
Modifier and Type | Method and Description |
---|---|
static void |
cleanMemPools() |
static ABitmap |
makeBitmapLossy(ABitmap ubm,
int numRows)
Given a Bitmap try to make a lossy version of the same bitmap.
|
public static ABitmap makeBitmapLossy(ABitmap ubm, int numRows)
ubm
- The Uncompressed version of the bitmap.numRows
- The number of rows contained in the ubm.public static void cleanMemPools()
Copyright © 2021 The Apache Software Foundation. All rights reserved.