Struct rawloader::decoders::Image [] [src]

pub struct Image {
    pub make: String,
    pub model: String,
    pub canonical_make: String,
    pub canonical_model: String,
    pub width: usize,
    pub height: usize,
    pub wb_coeffs: [f32; 4],
    pub data: Box<[u16]>,
    pub whitelevels: [u16; 4],
    pub blacklevels: [u16; 4],
    pub xyz_to_cam: [[f32; 3]; 4],
    pub cfa: CFA,
    pub crops: [usize; 4],
}

Fields

Trait Implementations

impl Debug for Image
[src]

Formats the value using the given formatter.

impl Clone for Image
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more