libmng

Reference library for reading and writing MNG and JNG image formats.

brewmacoslinux
Try with needOr install directly
Source

About

MNG/JNG reference library

Examples

check if a file is valid MNG format$ file image.mng
convert MNG animation to PNG frames$ convert image.mng frame_%d.png
view MNG file properties and metadata$ identify -verbose image.mng
compile C program that uses libmng library$ gcc program.c -o program $(pkg-config --cflags --libs libmng)
check libmng library version installed$ pkg-config --modversion libmng