libwebp ~master (2016-10-29T04:06:52Z)
Home
Dub
Repo
WebPConfig
webp
encode
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
WebPConfig {
int
lossless
;
float
quality
;
int
method
;
WebPImageHint
image_hint
;
int
target_size
;
float
target_PSNR
;
int
segments
;
int
sns_strength
;
int
filter_strength
;
int
filter_sharpness
;
int
filter_type
;
int
autofilter
;
int
alpha_compression
;
int
alpha_filtering
;
int
alpha_quality
;
int
pass
;
int
show_compressed
;
int
preprocessing
;
int
partitions
;
int
partition_limit
;
int
emulate_jpeg_size
;
int
thread_level
;
int
low_memory
;
uint
[
5
]
pad
;
}
Members
Variables
alpha_compression
int
alpha_compression
;
Undocumented in source.
alpha_filtering
int
alpha_filtering
;
Undocumented in source.
alpha_quality
int
alpha_quality
;
Undocumented in source.
autofilter
int
autofilter
;
Undocumented in source.
emulate_jpeg_size
int
emulate_jpeg_size
;
Undocumented in source.
filter_sharpness
int
filter_sharpness
;
Undocumented in source.
filter_strength
int
filter_strength
;
Undocumented in source.
filter_type
int
filter_type
;
Undocumented in source.
image_hint
WebPImageHint
image_hint
;
Undocumented in source.
lossless
int
lossless
;
Undocumented in source.
low_memory
int
low_memory
;
Undocumented in source.
method
int
method
;
Undocumented in source.
pad
uint
[
5
]
pad
;
Undocumented in source.
partition_limit
int
partition_limit
;
Undocumented in source.
partitions
int
partitions
;
Undocumented in source.
pass
int
pass
;
Undocumented in source.
preprocessing
int
preprocessing
;
Undocumented in source.
quality
float
quality
;
Undocumented in source.
segments
int
segments
;
Undocumented in source.
show_compressed
int
show_compressed
;
Undocumented in source.
sns_strength
int
sns_strength
;
Undocumented in source.
target_PSNR
float
target_PSNR
;
Undocumented in source.
target_size
int
target_size
;
Undocumented in source.
thread_level
int
thread_level
;
Undocumented in source.
Meta
Source
See Implementation
webp
encode
aliases
WebPProgressHook
WebPWriterFunction
enums
WebPEncCSP
WebPEncodingError
WebPImageHint
WebPPreset
functions
WebPBlendAlpha
WebPCleanupTransparentArea
WebPConfigInit
WebPConfigInitInternal
WebPConfigPreset
WebPEncode
WebPEncodeBGR
WebPEncodeBGRA
WebPEncodeLosslessBGR
WebPEncodeLosslessBGRA
WebPEncodeLosslessRGB
WebPEncodeLosslessRGBA
WebPEncodeRGB
WebPEncodeRGBA
WebPGetEncoderVersion
WebPMemoryWrite
WebPMemoryWriterInit
WebPPictureARGBToYUVA
WebPPictureARGBToYUVADithered
WebPPictureAlloc
WebPPictureCopy
WebPPictureCrop
WebPPictureDistortion
WebPPictureFree
WebPPictureHasTransparency
WebPPictureImportBGR
WebPPictureImportBGRA
WebPPictureImportBGRX
WebPPictureImportRGB
WebPPictureImportRGBA
WebPPictureImportRGBX
WebPPictureInit
WebPPictureInitInternal
WebPPictureIsView
WebPPictureRescale
WebPPictureView
WebPPictureYUVAToARGB
WebPValidateConfig
manifest constants
WEBP_ENCODER_ABI_VERSION
WEBP_MAX_DIMENSION
structs
WebPAuxStats
WebPConfig
WebPMemoryWriter
WebPPicture