Raw.Type

Description

Name

enum Tinman.Image.Raw.Type

Used by

Layout.type

Enumeration of binary data types for raw image pixel channels.

Items

# Name Tag

0

Int8

-

Signed 8-bit integer values.

1

Int16

-

Signed 16-bit integer values.

2

UInt8

-

Unsigned 8-bit integer values.

3

UInt16

-

Unsigned 16-bit integer values.

4

Float32

-

32-bit floating-point values.