Resource page for sng 1.1.1 (original) (raw)

Summary

Enable lossless editing of PNGs via a textual representation.

SNG (Scriptable Network Graphics) is a minilanguage designed specifically to represent the entire contents of a PNG (Portable Network Graphics) file in an editable form. Thus, SNGs representing elaborate graphics images and ancillary chunk data can be readily generated or modified using only text tools.

SNG is implemented by a compiler/decompiler called sng that losslessly translates between SNG and PNG.

Downloads are available from SNG's SourceForge page.

(The author, Eric S. Raymond, is a credited contributor to the libpng reference library, and also maintains gif2png. For more information on the PNG format and associated tools, see the officialPNG website)

Resources

TODO to-do file
sng-1.1.1.tar.xz compressed source tarball
COPYING project license
README roadmap file
AUTHORS credits
sng.html Documentation
NEWS.html project news

This is packaged for Debian and derivatives as: sng

If you appreciate this code (and especially if you make money by using it) please support me on Patreon.

Recent Changes

* Improve documentation of SNG syntax.
* Drop autoconfig, apply cppcheck validation