BmpImage
classin packageklyn.gui.images
public class BmpImage extends RasterImage:
└ BmpImage

Bitmap image implementation.

BMP decoding supports common uncompressed 8-bit palette, 24-bit and 32-bit files directly in the Klyn native runtime.

image = BmpImage("capture.bmp")
Inherited Properties
propertyInherited Properties from RasterImage: height, width
propertyInherited Properties from Image: fileName, height, width
Constructors
Modifier and Type Member Description
public BmpImage
BmpImage(fileName as String = ""):
Creates a BMP image descriptor.
Inherited Methods
methodInherited Methods from RasterImage: crop, load, render, resize
methodInherited Methods from Image: crop, getImage, load, resize