How JPEG to WebP conversion works
JPEG decode → normalized image frames → WebP encode
Reading JPEG
JPEG input is decoded with its embedded orientation and compatible ICC color profile before conversion.
Creating WebP
WebP output supports compact lossy or lossless images, alpha, and compatible animation frames.