#
#  This table contains a list of useful pixel data formats, and optional 
#  ascii names for these.  Some programs read this table in order to provide 
#  menu choices wherever pixel formats are required.  This file can be 
#  overridden by insalling a copy somewhere in the Houdini path.
#
#  Zero entries will (when possible) insert menu separators.
#

# 8 bit pixel formats
int8   0	255		"8 Bit Unsigned"
int8 128	255		"8 Bit Signed"
int8  12	244		"8 Bit Unsigned with  5% Head/Foot Room"
int8  64	192		"8 Bit Unsigned with 25% Head/Foot Room"

sep 0 0

# 16 bit pixel formats
int16     0	65535		"16 Bit Unsigned"
int16 32768	65535		"16 Bit Signed"
int16  2980	62555		"16 Bit Unsigned with  5% Head/Foot Room"
int16 16384	49152		"16 Bit Unsigned with 25% Head/Foot Room"
int16 32640	32895		" 8 Bit Extended"
int16     0	 4096		"16 Bit Full Range Cineon"

sep 0 0

# 32 bit pixel formats
int32 0		 4294967295	"32 Bit Unsigned"
int32 2147483648 4294967295	"32 Bit Signed"
int32 2147450880 2147516415	"16 Bit Extended"
