refinery
RAW file processor

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
refinery::CameraHolds static data about an actual camera model
refinery::CameraDataA Camera coupled with one photo's ExifData
refinery::CameraDataFactoryReturns CameraData instances
refinery::CameraFactoryReturns Camera instances
refinery::Camera::ColorConversionDataThese values are used in mapping from sensors to RGB, CMYK and XYZ
refinery::ColorConverter< T, NFrom, NTo >Converts from one color space to another
refinery::ConvertToRgbFilterConvert an Image from camera colors to sRGB
refinery::DcrawExifDataExif parser copied from dcraw.c
refinery::ExifDataHolds Exif information for an image
refinery::Exiv2ExifDataUses Exiv2 to supply Exif data
refinery::GammaCurve< T >A gamma curve, mapping input scalars to output scalars
refinery::GammaFilterGamma-correct an Image with a GammaCurve
refinery::GrayPixel< T >A 1-color pixel
refinery::Histogram< ImageType, TCoarseness >Says, for each color, how many of a picture's pixels hold each value
refinery::Image< T >A grid of pixels with accompanying metadata
refinery::ImageReaderReturns Image instances based on stream input and Exif data
refinery::ImageTile< T >A scratch-pad partial Image with coordinate data to relate to a real one
refinery::ImageWriterOutputs images in PPM format
refinery::InMemoryExifDataAn in-memory, fake Exif data container
refinery::InterpolatorTransforms a sensor image to an RGB or CMYK image
refinery::LABPixel< T >A 3-color pixel with L, A and B values
refinery::Pixel< T, N >A pixel, consisting of one or more color values
refinery::PointA pixel coordinate counted from the top-left
refinery::RGBPixel< T >A 3-color pixel with R, G and B values
refinery::ScaleColorsFilterScale an Image to fill its data-type
 All Classes Functions Variables Typedefs Enumerations Enumerator