#include "lux.h"
#include "error.h"
#include "color.h"
#include "spectrum.h"
#include "imagereader.h"
#include <algorithm>
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/convenience.hpp>
#include "cimg.h"
#include <ImfInputFile.h>
#include <ImfOutputFile.h>
#include <ImfChannelList.h>
#include <ImfFrameBuffer.h>
#include <half.h>
Go to the source code of this file.
Classes | |
class | lux::StandardImageReader< T > |
Namespaces | |
namespace | lux |
Defines | |
#define | cimg_display_type 0 |
#define | cimg_use_png 1 |
#define | cimg_use_tiff 1 |
#define | cimg_use_jpeg 1 |
#define | cimg_debug 0 |
#define | cimg_plugin "greycstoration.h" |
Functions | |
template<class T > | |
ImageData * | lux::createImageData (const string &name, const CImg< T > &image) |
ImageData * | lux::ReadImage (const string &name) |
void | lux::WriteOpenEXRImage (int channeltype, bool halftype, bool savezbuf, int compressiontype, const string &name, vector< RGBColor > &pixels, vector< float > &alpha, int xRes, int yRes, int totalXRes, int totalYRes, int xOffset, int yOffset, vector< float > &zbuf) |
#define cimg_use_jpeg 1 |
Definition at line 58 of file exrio.cpp.
Referenced by cimg_library::cimg::info().
#define cimg_use_png 1 |
Definition at line 56 of file exrio.cpp.
Referenced by cimg_library::cimg::info().
#define cimg_use_tiff 1 |
Definition at line 57 of file exrio.cpp.
Referenced by cimg_library::cimg::info().