Marvin is able to export TIFF image files. The export module recognizes the common image export options.
| Code | Explanation | 
|---|---|
| tiff | Default settings: 200x200 pixels, white background (or black in 3D), no compression. | 
| tiff:w100,b32 | 100x100 TIFF with yellow background. | 
TiffExport uses the com.sun.media.jai package.