How WebP to JPEG conversion works
WebP decode → normalized image frames → JPEG encode
Reading WebP
WebP input may contain lossy or lossless pixels, alpha, and multiple animation frames.
Creating JPEG
JPEG output is widely compatible but has no alpha channel or animation; transparent pixels require a background color.