[]
Gets the frame image as a Indexed8bppBitmap.
public Indexed8bppBitmap ReadAsIndexed8bppBitmap(bool cloneExif = true)
Public Function ReadAsIndexed8bppBitmap(Optional cloneExif As Boolean = True) As Indexed8bppBitmap
Type | Name | Description |
---|---|---|
bool | cloneExif | Specifies whether the Exif metadata should be cloned (if exist), not just copied as a reference. |
Type | Description |
---|---|
Indexed8bppBitmap | Indexed8bppBitmap or null if the image is not in palette-color 8bpp format. |