How GIF to WebP conversion works
GIF decode → normalized image frames → WebP encode
Reading GIF
GIF input preserves frame order, frame delays, looping, and simple transparency when available.
Creating WebP
WebP output supports compact lossy or lossless images, alpha, and compatible animation frames.