From 6e6ba4276354fbbf0f44a27707a8eaa7be4f25d5 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Thu, 29 Dec 2016 08:39:20 +0700 Subject: graphics/sng: Added (lossless editing of PNGs). Signed-off-by: Willy Sudiarto Raharjo --- graphics/sng/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 graphics/sng/README (limited to 'graphics/sng/README') diff --git a/graphics/sng/README b/graphics/sng/README new file mode 100644 index 000000000000..2cba2e85fab0 --- /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. -- cgit v1.2.3