refinery
RAW file processor
Public Member Functions

refinery::ConvertToRgbFilter Class Reference

Convert an Image from camera colors to sRGB. More...

#include <refinery/filters.h>

List of all members.

Public Member Functions

template<typename T >
void filter (T &image)
 Convert image from its pseudo-RGB colors to sRGB.

Detailed Description

Convert an Image from camera colors to sRGB.

This relies on the Image's CameraData, which specifies what the camera colors actually mean in sRGB colorspace.

Examples:

util/raw2ppm.cc.

Definition at line 33 of file filters.h.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs Enumerations Enumerator