Struct oxipng::png::ScanLine
[−]
[src]
pub struct ScanLine {
pub filter: u8,
pub data: Vec<u8>,
}A scan line in a PNG image
Fields
filter | The filter type used to encode the current scan line (0-4) |
data | The byte data for the current scan line, encoded with the filter specified in the |