diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-12-29 08:39:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-31 08:22:12 +0700 |
commit | 6e6ba4276354fbbf0f44a27707a8eaa7be4f25d5 (patch) | |
tree | 13915fddff5562fc43378217e3d400d261b35607 /graphics/sng/README | |
parent | 0eb4c4947d3b25cbf400127b1cfb34282e7e5c7e (diff) |
graphics/sng: Added (lossless editing of PNGs).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/sng/README')
-rw-r--r-- | graphics/sng/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/sng/README b/graphics/sng/README new file mode 100644 index 0000000000000..2cba2e85fab05 --- /dev/null +++ b/graphics/sng/README @@ -0,0 +1,7 @@ +sng (lossless editing of PNGs via text 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. |