#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_jpeg 1 |
#define | cimg_debug 0 |
Functions | |
ImageData * | lux::ReadImage (const string &name) |
void | lux::WriteRGBAImage (const string &name, float *pixels, float *alpha, int xRes, int yRes, int totalXRes, int totalYRes, int xOffset, int yOffset) |
void | lux::WriteRGBAImageFloat (const string &name, float *pixels, float *alpha, int xRes, int yRes, int totalXRes, int totalYRes, int xOffset, int yOffset) |
#define cimg_use_jpeg 1 |
Definition at line 57 of file exrio.cpp.
Referenced by cimg_library::cimg::info().
#define cimg_use_png 1 |
Definition at line 55 of file exrio.cpp.
Referenced by cimg_library::cimg::info().