Base class for different types of output sources for images.
| ImageOutput | Base class for different types of output sources for images. |
| Functions | |
| write | Pass image to output object (abstract method). |
| status? | Indicates whether output still is possible (abstract method). |
Pass image to output object (abstract method).
def write( image )
Indicates whether output still is possible (abstract method).
def status?