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ยง
- Decoder
Error ๐Errors that can occur during decoding and parsing of a HDR image - Line
Type ๐Lines which contain parsable data that can fail
Constantsยง
- Radiance HDR file signature
- SIGNATUR
E_ ๐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