artofillusion.image
Class HDREncoder

java.lang.Object
  extended by artofillusion.image.HDREncoder

public class HDREncoder
extends java.lang.Object

This class generates .hdr image files.


Constructor Summary
HDREncoder()
           
 
Method Summary
static void writeImage(ComplexImage img, java.io.OutputStream out)
          Write out the data for an image to a stream.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HDREncoder

public HDREncoder()
Method Detail

writeImage

public static void writeImage(ComplexImage img,
                              java.io.OutputStream out)
                       throws java.io.IOException
Write out the data for an image to a stream.

Throws:
java.io.IOException


Copyright © 1999-2011 by Peter Eastman.