Struct png::OutputInfo [−][src]
pub struct OutputInfo {
pub width: u32,
pub height: u32,
pub color_type: ColorType,
pub bit_depth: BitDepth,
pub line_size: usize,
}Expand description
Output info
Fields
width: u32height: u32color_type: ColorTypebit_depth: BitDepthline_size: usizeImplementations
Returns the size needed to hold a decoded frame