logo

Module nannou::image::hdr[][src]

👎 Deprecated:

Use codecs::hdr instead

Expand description

Decoding of Radiance HDR Images

Structs

Adapter to conform to ImageDecoder trait

An Radiance HDR decoder

Radiance HDR encoder

Scanline buffered pixel by pixel iterator

Metadata for Radiance HDR image

Wrapper struct around a Cursor<Vec<u8>>

Constants

Radiance HDR file signature

Functions

Helper function for reading raw 3-channel f32 images

Creates RGBE8Pixel from components

Converts Rgb<f32> into RGBE8Pixel

Type Definitions

HDRAdapterDeprecated

HDR Adapter

HDREncoderDeprecated

HDR Encoder

Scanline buffered pixel by pixel iterator

HDRMetadataDeprecated

HDR MetaData

RGBE8PixelDeprecated

Refer to wikipedia