libwebp ~master (2016-10-29T04:06:52Z)
Home
Dub
Repo
WebPBitstreamFeatures
webp
decode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
WebPBitstreamFeatures {
int
width
;
int
height
;
int
has_alpha
;
int
has_animation
;
int
format
;
int
no_incremental_decoding
;
int
rotate
;
int
uv_sampling
;
uint
[
2
]
pad
;
}
Members
Variables
format
int
format
;
Undocumented in source.
has_alpha
int
has_alpha
;
Undocumented in source.
has_animation
int
has_animation
;
Undocumented in source.
height
int
height
;
Undocumented in source.
no_incremental_decoding
int
no_incremental_decoding
;
Undocumented in source.
pad
uint
[
2
]
pad
;
Undocumented in source.
rotate
int
rotate
;
Undocumented in source.
uv_sampling
int
uv_sampling
;
Undocumented in source.
width
int
width
;
Undocumented in source.
Meta
Source
See Implementation
webp
decode
aliases
WebPIDecoder
enums
VP8StatusCode
WEBP_CSP_MODE
functions
WebPDecode
WebPDecodeARGB
WebPDecodeARGBInto
WebPDecodeBGR
WebPDecodeBGRA
WebPDecodeBGRAInto
WebPDecodeBGRInto
WebPDecodeRGB
WebPDecodeRGBA
WebPDecodeRGBAInto
WebPDecodeRGBInto
WebPDecodeYUV
WebPDecodeYUVInto
WebPFreeDecBuffer
WebPGetDecoderVersion
WebPGetFeaturesInternal
WebPGetInfo
WebPIAppend
WebPIDecGetRGB
WebPIDecGetYUVA
WebPIDecode
WebPIDecodedArea
WebPIDelete
WebPINewDecoder
WebPINewRGB
WebPINewYUV
WebPINewYUVA
WebPIUpdate
WebPInitDecBufferInternal
WebPInitDecoderConfigInternal
manifest constants
WEBP_DECODER_ABI_VERSION
static functions
WebPGetFeatures
WebPIDecGetYUV
WebPInitDecBuffer
WebPInitDecoderConfig
WebPIsAlphaMode
WebPIsPremultipliedMode
WebPIsRGBMode
structs
WebPBitstreamFeatures
WebPDecBuffer
WebPDecoderConfig
WebPDecoderOptions
WebPRGBABuffer
WebPYUVABuffer