Module decoder

Source

Structsยง

HdrDecoder
An Radiance HDR decoder
HdrMetadata
Metadata for Radiance HDR image
Rgbe8Pixel ๐Ÿ”’
Refer to wikipedia

Enumsยง

DecoderError ๐Ÿ”’
Errors that can occur during decoding and parsing of a HDR image
LineType ๐Ÿ”’
Lines which contain parsable data that can fail

Constantsยง

SIGNATURE
Radiance HDR file signature
SIGNATURE_LENGTH ๐Ÿ”’

Functionsยง

decode_component ๐Ÿ”’
decode_old_rle ๐Ÿ”’
limit_string_len ๐Ÿ”’
parse_dimensions_line ๐Ÿ”’
parse_space_separated_f32 ๐Ÿ”’
read_byte ๐Ÿ”’
read_line_u8 ๐Ÿ”’
read_rgbe ๐Ÿ”’
read_scanline ๐Ÿ”’
rgbe8 ๐Ÿ”’
Creates Rgbe8Pixel from components
split_at_first ๐Ÿ”’