#include "gcl/Image.h"
#include "gcl/GCLConfig.h"
#include "gcl/VecUtil.h"
#include <iostream.h>
#include <stdio.h>
#include <ctype.h>
#include "tiffio.h"
#include "gif_lib.h"
#include "jpeglib.h"
Include dependency graph for Image.cc:
Go to the source code of this file.
Functions | |||
Colour | RGBEToColour (RGBEPixel rgbe) | ||
RGBEPixel | ColourToRGBE (const Colour &c) | ||
RGBEPixel | RGBEMult (RGBEPixel rgbe, Double s) | ||
Variables | |||
Char* | tImageFormats [] | ||
const Int | kRGBE_Excess = 128 |
RGBEPixel ColourToRGBE (const Colour & c) |
RGBEPixel RGBEMult (RGBEPixel rgbe, Double s) |
Colour RGBEToColour (RGBEPixel rgbe) |
const Int kRGBE_Excess = 128 |
Char * tImageFormats[] |
Initial value:
{ "ppm", "PPM image format", "tif", "Adobe TIFF format", "jpg", "JPEG format", "gif", "GIF format (read only)", 0 }