pub type WebPBitstreamFeatures = WebPBitstreamFeatures;
Expand description
Features gathered from the bitstream.
Aliased Type§
struct WebPBitstreamFeatures {
pub width: i32,
pub height: i32,
pub has_alpha: i32,
pub has_animation: i32,
pub format: i32,
pub pad: [u32; 5],
}
Fields§
§width: i32
§height: i32
§has_alpha: i32
§has_animation: i32
§format: i32
§pad: [u32; 5]