image
0.24.9
In image::
codecs::
webp::
extended
Structs
AlphaChunk
AnimatedFrame
ExtendedImage
WebPAnimatedInfo
WebPExtendedInfo
Enums
DecoderError
ExtendedImageData
FilteringMethod
WebPStatic
Functions
read_3_bytes
read_alpha_chunk
read_anim_frame
read_extended_chunk
read_extended_header
read_image
read_lossy
read_lossy_with_chunk
image
::
codecs
::
webp
::
extended
Function
read_image
Copy item path
Settings
Help
Summary
Source
fn read_image<R:
Read
>( reader:
&mut R
, width:
u32
, height:
u32
, ) ->
ImageResult
<
WebPStatic
>