algorithm.hpp | Some basic STL-style algorithms when applied to image views |
extension/dynamic_image/algorithm.hpp | Some basic STL-style algorithms when applied to runtime type specified image views |
any_image.hpp | Support for run-time instantiated images and image views |
any_image_view.hpp | Support for run-time instantiated image view |
apply_operation.hpp | Implements apply_operation for variants. Optionally performs type reduction |
apply_operation_base.hpp | Given an object with run-time specified type (denoted as an array of Bits, dynamic index, and a static set of Types) and a generic operation, casts the object to its appropriate type and applies the operation |
bit_aligned_pixel_iterator.hpp | A model of a heterogeneous pixel that is not byte aligned. Examples are bitmap (1-bit pixels) or 6-bit RGB (222) |
bit_aligned_pixel_reference.hpp | A model of a heterogeneous pixel that is not byte aligned. Examples are bitmap (1-bit pixels) or 6-bit RGB (222) |
bmp.hpp | |
channel.hpp | Channel utilities |
channel_algorithm.hpp | Channel algorithms |
cmyk.hpp | Support for CMYK color space and variants |
color_base.hpp | Pixel class and related utilities |
color_base_algorithm.hpp | Pixel related algorithms |
color_convert.hpp | GIL default color space conversions |
deprecated.hpp | Deprecated names This file is provided as a courtesy to ease upgrading GIL client code. Please make sure your code compiles when this file is not included |
device_n.hpp | Support for color space of N channels and variants |
dynamic_at_c.hpp | Constructs for static-to-dynamic integer convesion |
dynamic_image_all.hpp | Includes all of the GIL dynamic image extension files, for convenience |
gil_all.hpp | Includes all GIL files for convenience |
gil_concept.hpp | Concept check classes for GIL concepts |
gil_config.hpp | GIL configuration file |
gray.hpp | Support for grayscale color space and variants |
image.hpp | Templated image |
image_view.hpp | Image view class |
image_view_factory.hpp | Methods for constructing image views from raw data or other image views / |
extension/dynamic_image/image_view_factory.hpp | Methods for constructing any image views from other any image views / |
iterator_from_2d.hpp | Pixel step iterator, pixel image iterator and pixel dereference iterator |
jpeg.hpp | |
locator.hpp | Pixel 2D locator |
metafunctions.hpp | Metafunctions that construct types or return type properties |
packed_pixel.hpp | A model of a heterogeneous pixel whose channels are bit ranges. For example 16-bit RGB in '565' format |
pixel.hpp | Pixel class and related utilities |
pixel_iterator.hpp | Pixel iterator support |
pixel_iterator_adaptor.hpp | Pixel step iterator, pixel image iterator and pixel dereference iterator |
planar_pixel_iterator.hpp | Planar pixel pointer class |
planar_pixel_reference.hpp | Planar pixel reference class |
png.hpp | |
pnm.hpp | |
position_iterator.hpp | Locator for virtual image views |
premultiply.hpp | |
promote_integral.hpp | |
raw.hpp | |
reduce.hpp | Constructs for static-to-dynamic integer convesion |
rgb.hpp | Support for RGB color space and variants |
rgba.hpp | Support for RGBA color space and variants |
step_iterator.hpp | Pixel step iterator |
targa.hpp | |
tiff.hpp | |
typedefs.hpp | Useful public typedefs |
utilities.hpp | Various utilities not specific to the image library. Some are non-standard STL extensions or generic iterator adaptors |
variant.hpp | Support for run-time instantiated types |
version.hpp | |
virtual_locator.hpp | Locator for virtual image views |