The LTIImageWriter class is the base class for implementing specific file format writers. While not derived from any of the other LTIImage classes, it is nonetheless designed to act as an “end” of the image pipeline in order to support writing out an image in a stripwise fashion. The following image writers are supplied with this SDK:
The Reference Manual contains several examples of working with image writers, including code showing how to write a scene with an LTIImageWriter and how to derive your own simple writer from LTIImageWriter.