#include <stdio.h>#include <stdlib.h>Go to the source code of this file.
copy/convert a 128-bit RGBA float color buffer to a 24-bit RGB color buffer.
Definition at line 81 of file ImageIO.C.
Referenced by write_image_file_rgb4f.
copy/convert a 32-bit RGBA color buffer to a 24-bit RGB color buffer.
Definition at line 61 of file ImageIO.C.
Referenced by write_image_file_rgb4u.
Write 24-bit uncompressed Windows Bitmap file.
Definition at line 314 of file ImageIO.C.
Referenced by SnapshotDisplayDevice::close_file, and write_image_file_rgb3u.
Write 24-bit uncompressed NetPBM Portable Pixmap file.
Definition at line 376 of file ImageIO.C.
Referenced by SnapshotDisplayDevice::close_file, and write_image_file_rgb3u.
Write 24-bit uncompressed SGI RGB image file.
Definition at line 269 of file ImageIO.C.
Referenced by SnapshotDisplayDevice::close_file, and write_image_file_rgb3u.
Write 24-bit uncompressed Truevision "Targa" file.
Definition at line 392 of file ImageIO.C.
Referenced by SnapshotDisplayDevice::close_file, and write_image_file_rgb3u.
Write an unsigned RGB 24-bit color image, by filename extension.
Definition at line 150 of file ImageIO.C.
Referenced by write_image_file_rgb4f, and write_image_file_rgb4u.
Write an float RGBA 128-bit color image, by filename extension.
Definition at line 205 of file ImageIO.C.
Referenced by OptiXWriteImage.
Write an unsigned RGBA 32-bit color image, by filename extension.
Definition at line 189 of file ImageIO.C.
Referenced by OptiXWriteImage, OSPRayRenderer::render_to_file, OSPRay2Renderer::render_to_file, and ANARIRender::render_to_file.
Write an float RGBA 128-bit color image, with alpha channel, by filename extension.
Definition at line 253 of file ImageIO.C.
Referenced by OptiXWriteImage.
Write an unsigned RGBA 32-bit color image, with alpha channel, by filename extension.
Definition at line 221 of file ImageIO.C.
Referenced by OptiXWriteImage, and write_image_file_rgba4f.