Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Image.cc File Reference

#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


Function Documentation

RGBEPixel ColourToRGBE (const Colour & c)

Definition at line 1332 of file Image.cc.

RGBEPixel RGBEMult (RGBEPixel rgbe, Double s)

Definition at line 1356 of file Image.cc.

Colour RGBEToColour (RGBEPixel rgbe)

Definition at line 1315 of file Image.cc.


Variable Documentation

const Int kRGBE_Excess = 128

Definition at line 1313 of file Image.cc.

Char * tImageFormats[]

Initial value:

{
    "ppm",      "PPM image format",

    "tif",      "Adobe TIFF format",


    "jpg",      "JPEG format",


    "gif",      "GIF format (read only)",

    0
}

Definition at line 311 of file Image.cc.


Generated at Sat Aug 5 00:16:59 2000 for Graphics Class Library by doxygen 1.1.0 written by Dimitri van Heesch, © 1997-2000