#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 | |
| RGBColor * | lux::ReadIgiImage (const string &name, int *width, int *height) |
| void | lux::WriteIgiImage (const string &name, vector< RGBColor > &pixels, vector< float > &alpha, int xRes, int yRes, int totalXRes, int totalYRes, int xOffset, int yOffset) |
1.6.2-20100208