How GIF to JPEG conversion works
GIF decode → normalized image frames → JPEG encode
Reading GIF
GIF input preserves frame order, frame delays, looping, and simple transparency when available.
Creating JPEG
JPEG output is widely compatible but has no alpha channel or animation; transparent pixels require a background color.