Package com.flir.thermalsdk.image
Class Bitmap<T>
java.lang.Object
com.flir.thermalsdk.image.Bitmap<T>
- Direct Known Subclasses:
BitmapAndroid
A utility construction for converting
The
ImageBuffer
to a visual bitmap.
The
Bitmap
class should be inherited and override functions in client code to enable
creating Bitmap images optimized based on the platform implementing the SDK.-
Constructor Details
-
Bitmap
Store a bitmap- Parameters:
bitmap
- the Bitmap object to store
-
-
Method Details
-
getWidth
public abstract int getWidth() -
getHeight
public abstract int getHeight() -
getAllocationByteCount
public abstract long getAllocationByteCount() -
recycle
public abstract void recycle()Deallocate the image and the buffer -
getBitMap
-
getBuffer
-