|
refinery
RAW file processor
|
Convert an Image from camera colors to sRGB. More...
#include <refinery/filters.h>
Public Member Functions | |
| template<typename T > | |
| void | filter (T &image) |
Convert image from its pseudo-RGB colors to sRGB. | |
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.
1.7.3