There are a couple ways to obtain the GIL component, including the following:
Download a Standalone Version The latest stable version of GIL can be obtained as a stand-alone library. The GIL core consists of a collection of C++ header files and depends only on boost.
Download a version of boost from http://www.boost.org. Make sure boost is in your include path. You don't need to compile boost if you use it just for GIL.
Download GIL 2.1.1 from here:
Place the boost/gil directory into the boost header directory and the libs/gil directory into the boost/libs directory.
(Optional) If you need support for reading and writing images, you will need to download the corresponding image libraries:
(Optional) We also have an algorithm extension to GIL which allows you do re-sampling and convolution. You should place the extension in GIL's extension folder. See GIL's example files for sample code using the extension.
Note: The algorithm extension is in a very early stage of development; it is not documented and has not been optimized for performance. Would you like to [contribute][5] an improved version?
GIL is also part of the Adobe Open Source Library. Therefore, you will get GIL (and Boost) if you download the latest ASL. Check out http://stlab.adobe.com for instructions on how to obtain ASL. This is the recommended method if you use other parts of ASL together with GIL. By installing ASL you skip steps 1 and 2 above.
Wiki: ^gil.tar.gz
Wiki: ^gil.zip
Wiki: ^numeric.tar.gz
Wiki: ^numeric.zip
Wiki: 1
Wiki: 3
Wiki: contribute
Anonymous