pub unsafe extern "C" fn WebPPictureHasTransparency(
picture: *const WebPPicture,
) -> c_intExpand description
Scan the picture picture for the presence of non fully opaque alpha values.
Returns true in such case. Otherwise returns false (indicating that the
alpha plane can be ignored altogether e.g.).