These store how the pixel values are stored in memory.
Values ¶
hou.imageLayerStorageType.Float16
Values are stored in 16-bit floats.
hou.imageLayerStorageType.Float32
Values are stored in 32-bit floats.
hou.imageLayerStorageType.Int16
Values are stored in 16-bit integers.
hou.imageLayerStorageType.Int32
Values are stored in 32-bit integers.
hou.imageLayerStorageType.Int8
Values are stored in 8-bit integers.
hou.imageLayerStorageType.Fixed8
Stores fractional values between 0 and 1 using 8 bits of fixed precision.
hou.imageLayerStorageType.Fixed16
Stores fractional values between 0 and 1 using 16 bits of fixed precision.