apngasm

Assembles multiple images into animated PNG (APNG) files

brewmacoslinux
Try with needOr install directly
Source

About

Next generation of apngasm, the APNG assembler

Commands

apngasm

Examples

Create APNG from numbered PNG frames with 100ms delay$ apngasm output.png frame_*.png 10
Generate APNG with 50ms delay per frame and looping disabled$ apngasm animation.png frame1.png frame2.png frame3.png 5 -l0
Create APNG with custom timing for each frame$ apngasm output.png frame1.png 10 frame2.png 20 frame3.png 15