Bitmap File Writers

ImageMagick ( many )

ImageMagick is the default fallback option if no other reader exist that can write the format, and cover pretty much all bases. Bitmaps will be downsampled to 8-bit integer per channel. See http://www.imagemagick.org for an extensive list of supported image formats.

NetPBM ( many )

NetPBM provide the last default fallback if no other reader exist that can write the format, or K-3D was built without ImageMagick support. Bitmaps will be downsampled to 8-bit integer per channel.

OpenEXR ( .exr )

K-3D can write OpenEXR which is a high dynamic 16-bit floating point per channel image format, and will write files containing RGBA channels. OpenEXR images preserves the bitdepth and precision K-3D use internally to store and operate on bitmaps. See http://www.openexr.org.

TIFF ( .tiff )

Write TIFF (Taged Image File Format) files using Sam Leffler's libtiff. Bitmaps will be downsampled to 8-bit integer per channel. See http://www.libtiff.org.

<< Previous 
Table of Content
  Next >>