How GIF to APNG conversion works
GIF decode → normalized image frames → APNG encode
Reading GIF
GIF input preserves frame order, frame delays, looping, and simple transparency when available.
Creating APNG
APNG output preserves full-color animation and alpha, but file sizes can be larger than modern animated formats.