How APNG to BMP conversion works
APNG decode → normalized image frames → BMP encode
Reading APNG
APNG input is read as PNG-compatible frames with frame delays, looping, and full alpha.
Creating BMP
BMP output prioritizes compatibility over size and does not preserve animation or rich metadata.