Skip to main content

decode_webp

Function decode_webp 

Source
pub fn decode_webp(data: &[u8]) -> Option<(u32, u32, Vec<u8>)>
Expand description

WebP バイト列を RGBA8888 にデコードする(先頭フレーム)。 返り値: (width, height, rgba)