Structsยง
- Adapter to conform to
ImageDecoder
trait - An Radiance HDR decoder
- Scanline buffered pixel by pixel iterator
- Metadata for Radiance HDR image
- Wrapper struct around a
Cursor<Vec<u8>>
- 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ยง
- Radiance HDR file signature
- SIGNATURE_LENGTH ๐
Functionsยง
- decode_component ๐
- decode_old_rle ๐
- limit_string_len ๐
- read_byte ๐
- read_line_u8 ๐
- Helper function for reading raw 3-channel f32 images
- read_rgbe ๐
- read_scanline ๐
- Creates
Rgbe8Pixel
from components - split_at_first ๐