Raw.Type

Description

Name

enum Tinman.Image.Raw.Type

Used by

Ascii.type / 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

Int32

-

Signed 32-bit integer values.

3

UInt8

-

Unsigned 8-bit integer values.

4

UInt16

-

Unsigned 16-bit integer values.

5

UInt32

-

Unsigned 16-bit integer values.

6

Float16

-

16-bit floating-point values.

7

Float32

-

32-bit floating-point values.

8

Float64

-

64-bit floating-point values.

9

Unknown

-

Unknown binary data type.