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: [i64; 4],
    pub blacklevels: [i64; 4],
    pub color_matrix: [i64; 12],
    pub dcraw_filters: u32,
    pub crops: [i64; 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