[]
Gets the frame image as a Indexed4bppBitmap.
public Indexed4bppBitmap ReadAsIndexed4bppBitmap(bool cloneExif = true)
| Type | Name | Description |
|---|---|---|
| bool | cloneExif | Specifies whether the Exif metadata should be cloned (if exist), not just copied as a reference. |
| Type | Description |
|---|---|
| Indexed4bppBitmap | Indexed4bppBitmap or null if the image is not in palette-color 4bpp format. |