artofillusion.image
Class HDRDecoder

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

public class HDRDecoder
extends java.lang.Object

This class decodes .hdr image files, and creates HDRImage objects from them.


Constructor Summary
HDRDecoder()
           
 
Method Summary
static HDRImage createImage(java.io.File file)
          Create an HDRImage from a file in RADIANCE .hdr format.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HDRDecoder

public HDRDecoder()
Method Detail

createImage

public static HDRImage createImage(java.io.File file)
                            throws java.io.IOException
Create an HDRImage from a file in RADIANCE .hdr format.

Throws:
java.io.IOException


Copyright © 1999-2011 by Peter Eastman.