Expand description
Structs§
- HdrAdapter
- Adapter to conform to
ImageDecoder
trait - HdrDecoder
- An Radiance HDR decoder
- HdrEncoder
- Radiance HDR encoder
- HdrImage
Decoder Iterator - Scanline buffered pixel by pixel iterator
- HdrMetadata
- Metadata for Radiance HDR image
- HdrReader
- Wrapper struct around a
Cursor<Vec<u8>>
- Rgbe8
Pixel - Refer to wikipedia
Constants§
- SIGNATURE
- Radiance HDR file signature
Functions§
- read_
raw_ file - Helper function for reading raw 3-channel f32 images
- rgbe8
- Creates
Rgbe8Pixel
from components - to_
rgbe8 - Converts
Rgb<f32>
intoRgbe8Pixel