diff options
author | Hunter Sezen <orbea@riseup.net> | 2021-01-01 20:16:15 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-02 10:48:24 +0700 |
commit | 010c2e6dadaafa06da6b72fe4aa6197a502beb03 (patch) | |
tree | 25dbc82451f13c3c0c80c128c803bf7c1f56e236 /libraries/zimg/README | |
parent | c3df69b4a546696200c726988b33ee80a612ead7 (diff) |
libraries/zimg: Added (conversion, and dithering library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/zimg/README')
-rw-r--r-- | libraries/zimg/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/zimg/README b/libraries/zimg/README new file mode 100644 index 0000000000000..f19101d38d660 --- /dev/null +++ b/libraries/zimg/README @@ -0,0 +1,8 @@ +The "z" library implements the commonly required image processing +basics of scaling, colorspace conversion, and depth conversion. A +simple API enables conversion between any supported formats to operate +with minimal knowledge from the programmer. All library routines +were designed from the ground-up with correctness, flexibility, and +thread-safety as first priorities. Allocation, buffering, and I/O are +cleanly separated from processing, allowing the programmer to adapt +"z" to many scenarios. |