openbsd-ports/graphics/zimg/pkg/PLIST
bcallah bab163ff06 Import graphics/zimg, a scaling, colorspace conversion, and dithering
library.
ok op@ sthen@

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.
2022-09-08 11:36:49 +00:00

26 lines
752 B
Plaintext

include/zimg++.hpp
include/zimg.h
@static-lib lib/libzimg.a
lib/libzimg.la
@lib lib/libzimg.so.${LIBzimg_VERSION}
lib/pkgconfig/zimg.pc
share/doc/zimg/
share/doc/zimg/COPYING
share/doc/zimg/ChangeLog
share/doc/zimg/README.md
share/examples/zimg/
share/examples/zimg/Makefile
share/examples/zimg/api_example.cpp
share/examples/zimg/api_example_c.c
share/examples/zimg/hdr_example.cpp
share/examples/zimg/interlace_example.cpp
share/examples/zimg/misc/
share/examples/zimg/misc/aligned_malloc.h
share/examples/zimg/misc/argparse.cpp
share/examples/zimg/misc/argparse.h
share/examples/zimg/misc/mmap.cpp
share/examples/zimg/misc/mmap.h
share/examples/zimg/misc/win32_bitmap.cpp
share/examples/zimg/misc/win32_bitmap.h
share/examples/zimg/tile_example.cpp