summaryrefslogtreecommitdiff
path: root/graphics/zimg/DESCR
blob: b6fda0140b568b10562e6b0f53257d3695bc3401 (plain)
1
2
3
4
5
6
7
8
9
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.