libwebp ~master (2016-10-29T04:06:52Z)
Home
Dub
Repo
WebPDecBuffer
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
WebPDecBuffer {
WEBP_CSP_MODE
colorspace
;
int
width
;
int
height
;
int
is_external_memory
;
union
u
;
uint
[
4
]
pad
;
ubyte
*
private_memory
;
}
Members
Unions
u
union
u
Undocumented in source.
Variables
colorspace
WEBP_CSP_MODE
colorspace
;
height
int
height
;
Undocumented in source.
is_external_memory
int
is_external_memory
;
Undocumented in source.
pad
uint
[
4
]
pad
;
Undocumented in source.
private_memory
ubyte
*
private_memory
;
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