#include <algorithm>
#include <fstream>
#include "lux.h"
#include "error.h"
#include "color.h"
#include "spectrum.h"
#include "igiio.h"
Go to the source code of this file.
Namespaces | |
namespace | lux |
Functions | |
Spectrum * | lux::ReadIgiImage (const string &name, int *width, int *height) |
void | lux::WriteIgiImage (const string &name, float *pixels, float *alpha, int xRes, int yRes, int totalXRes, int totalYRes, int xOffset, int yOffset) |