README 497 B

123456789
  1. The "z" library implements the commonly required image processing
  2. basics of scaling, colorspace conversion, and depth conversion. A
  3. simple API enables conversion between any supported formats to operate
  4. with minimal knowledge from the programmer. All library routines
  5. were designed from the ground-up with correctness, flexibility, and
  6. thread-safety as first priorities. Allocation, buffering, and I/O are
  7. cleanly separated from processing, allowing the programmer to adapt
  8. "z" to many scenarios.