Description
gil is an cross-platform (tested on Windows and Linux) generic image library. It provides a high-level image abstraction and supports multiple image formats including bmp, jpg, tga, png and so on. It is implemented using template, so it can also be used for floating-point images, integer images and so on.This library has been tested under gcc (Linux) MSVC.NET and Dev-C++ (Windows). Because of its poor suport to C++, MSVC 6.0 is not recommended.
This library is still under development, please help us to improve this library. Thanks.
update logs
2005/03/26: updates for- dpx support
- link under Debug mode
- fix minor bugs
Download
- header file (2005/03/26)
- windows static library (2005/03/26)
- linux dynamic library (2005/03/26)
- linux static library (2005/03/26)
- an example program using gil (2005/03/10)