How GIF to PNG conversion works
GIF decode → normalized image frames → PNG encode
Reading GIF
GIF input preserves frame order, frame delays, looping, and simple transparency when available.
Creating PNG
PNG output preserves lossless pixels and alpha, but this static target does not retain animation.