Output object for writing an image to an OpenEXR file. The OpenEXR file format allows you to store high dynamic range images efficiently. It is recommended to use the save_* methods of Sequence_ instead.
Note that OpenEXR-support is optional and only available if installed properly (Frequently Asked Questions). HornetsEye provides writing of floating-point RGB- and greyscale-images.
| OpenEXROutput | Output object for writing an image to an OpenEXR file. |
| Functions | |
| OpenEXROutput.new | Constructor. |
| inspect | Return string with information about this object. |
| write | Write image to output. |
| status? | Returns true if output is still possible. |
| close | Force close. |
Constructor.
def OpenEXROutput.new( file )
Return string with information about this object.
def inspect
Write image to output.
def write( img )
Returns true if output is still possible.
def status?
Force close.
def close