mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 01:58:12 +00:00
14 lines
364 B
Text
14 lines
364 B
Text
magic_bytes="P7"
|
|
|
|
header_token_endhdr="ENDHDR"
|
|
header_token_width="WIDTH"
|
|
header_token_height="HEIGHT"
|
|
header_token_depth="DEPTH"
|
|
header_token_maxval="MAXVAL"
|
|
header_token_tupltype="TUPLTYPE"
|
|
|
|
tupltype_value_blackandwhite="BLACKANDWHITE"
|
|
tupltype_value_grayscale="GRAYSCALE"
|
|
tupltype_value_rgb="RGB"
|
|
tupltype_value_cmyk="CMYK"
|
|
tupltype_value_alpha_suffix="_ALPHA"
|