Enum oxipng::png::Headers
[−]
[src]
pub enum Headers {
None,
Some(Vec<String>),
Safe,
All,
}Options to use for performing operations on headers (such as stripping)
Variants
None | None | |
Some | Some, with a list of 4-character chunk codes | |
Safe | Headers that won't affect rendering (all but cHRM, gAMA, iCCP, sBIT, sRGB, bKGD, hIST, pHYs, sPLT) | |
All | All non-critical headers |