Function webp_picture_sharp_argb_to_yuva

Source
pub unsafe fn webp_picture_sharp_argb_to_yuva(
    picture: *mut WebPPicture,
) -> c_int
Expand description

Performs ‘sharp’ RGBA->YUVA420 downsampling and colorspace conversion.

Downsampling is handled with extra care in case of color clipping. This method is roughly 2x slower than WebPPictureARGBToYUVA() but produces better and sharper YUV representation. Returns false in case of error.