How APNG to GIF conversion works
APNG decode → normalized image frames → GIF encode
Reading APNG
APNG input is read as PNG-compatible frames with frame delays, looping, and full alpha.
Creating GIF
GIF output uses a limited palette and simple transparency, so photographs and smooth gradients may lose detail.