Images are a fundamental construct in any project that involves graphics, image processing, and video and yet the variability in pixel data representations (color space, bit depth, channel ordering, planar/interleaved, alignment policy) makes it hard to write imaging-related code that is both generic and efficient. Generic Image Library (GIL) is a C++ generic library which allows for writing generic imaging algorithms with performance comparable to hand-writing for a particular image type. The library is designed with the following five goals in mind:
(2007/09/15 | Generic Image Library)
This is a bug fixing release and includes minor API changes to make the interfaces more consistent. Detailed [release notes|http://sourceforge.net/forum/forum.php? …
(2007/06/17 | Generic Image Library)
Added support for non-byte-aligned pixels (examples: 6-bit RGB222, or 1-bit gray scale). Detailed release notes are available.
More news...
Anonymous