algorithm.hpp [code] | Some basic STL-style algorithms when applied to image views |
extension/dynamic_image/algorithm.hpp [code] | Some basic STL-style algorithms when applied to runtime type specified image views |
any_image.hpp [code] | Support for run-time instantiated images and image views |
any_image_view.hpp [code] | Support for run-time instantiated image view |
apply_operation.hpp [code] | Implements apply_operation for variants. Optionally performs type reduction |
apply_operation_base.hpp [code] | 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 [code] | 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 [code] | A model of a heterogeneous pixel that is not byte aligned. Examples are bitmap (1-bit pixels) or 6-bit RGB (222) |
channel.hpp [code] | Channel utilities |
channel_algorithm.hpp [code] | Channel algorithms |
cmyk.hpp [code] | Support for CMYK color space and variants |
color_base.hpp [code] | Pixel class and related utilities |
color_base_algorithm.hpp [code] | Pixel related algorithms |
color_convert.hpp [code] | GIL default color space conversions |
deprecated.hpp [code] | 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 [code] | Support for color space of N channels and variants |
dynamic_at_c.hpp [code] | Constructs for static-to-dynamic integer convesion |
dynamic_image_all.hpp [code] | Includes all of the GIL dynamic image extension files, for convenience |
dynamic_io.hpp [code] | Generic io functions for dealing with dynamic images |
gil_all.hpp [code] | Includes all GIL files for convenience |
gil_concept.hpp [code] | Concept check classes for GIL concepts |
gil_config.hpp [code] | GIL configuration file |
gray.hpp [code] | Support for grayscale color space and variants |
image.hpp [code] | Templated image |
image_view.hpp [code] | Image view class |
image_view_factory.hpp [code] | Methods for constructing image views from raw data or other image views / |
extension/dynamic_image/image_view_factory.hpp [code] | Methods for constructing any image views from other any image views / |
io_error.hpp [code] | Handle input-output errors |
iterator_from_2d.hpp [code] | Pixel step iterator, pixel image iterator and pixel dereference iterator |
jpeg_dynamic_io.hpp [code] | Support for reading and writing JPEG files Requires libjpeg |
jpeg_io.hpp [code] | Support for reading and writing JPEG files Requires libjpeg |
jpeg_io_private.hpp [code] | Internal support for reading and writing JPEG files |
locator.hpp [code] | Pixel 2D locator |
metafunctions.hpp [code] | Metafunctions that construct types or return type properties |
packed_pixel.hpp [code] | A model of a heterogeneous pixel whose channels are bit ranges. For example 16-bit RGB in '565' format |
pixel.hpp [code] | Pixel class and related utilities |
pixel_iterator.hpp [code] | Pixel iterator support |
pixel_iterator_adaptor.hpp [code] | Pixel step iterator, pixel image iterator and pixel dereference iterator |
planar_pixel_iterator.hpp [code] | Planar pixel pointer class |
planar_pixel_reference.hpp [code] | Planar pixel reference class |
png_dynamic_io.hpp [code] | Support for reading and writing PNG files Requires libpng and zlib! |
png_io.hpp [code] | Support for reading and writing PNG files Requires libpng and zlib! |
png_io_private.hpp [code] | Internal support for reading and writing PNG files |
position_iterator.hpp [code] | Locator for virtual image views |
reduce.hpp [code] | Constructs for static-to-dynamic integer convesion |
rgb.hpp [code] | Support for RGB color space and variants |
rgba.hpp [code] | Support for RGBA color space and variants |
step_iterator.hpp [code] | Pixel step iterator |
tiff_dynamic_io.hpp [code] | Support for reading and writing TIFF files Requires libtiff! |
tiff_io.hpp [code] | Support for reading and writing TIFF files Requires libtiff! |
typedefs.hpp [code] | Useful typedefs |
utilities.hpp [code] | Various utilities not specific to the image library. Some are non-standard STL extensions or generic iterator adaptors |
variant.hpp [code] | Support for run-time instantiated types |
virtual_locator.hpp [code] | Locator for virtual image views |