CLI tool capable of converting between APNG and MNG image file formats.
MNG can be integrated into GUI applications built with Qt framework, providing UIs with beautiful, lossless, fully-transparent (24-bit) animated icons and other UI elements. There’s a code example available that demonstrates usage of MNG graphics in Qt/C++ projects.
Relies on apngasm and libmng libraries.
make clean all
sudo make install
apng2mng penguins.apng
apng2mng penguins.mng penguins_again.apng
apng2mng penguins.jng penguins_again.apng
It may be a good idea to link apng2mng to mng2apng in the destination directory on Unix systems.
- Implement support for pipes (both | and > )