mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
010c2e6dad
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
497 B
Text
8 lines
497 B
Text
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.
|