typedef enum ltmfCapture_StillFormat
{
ltmfCapture_StillFormat_BMP,
ltmfCapture_StillFormat_CMP,
ltmfCapture_StillFormat_JPEG444,
ltmfCapture_StillFormat_JPEG422,
ltmfCapture_StillFormat_JPEG411,
ltmfCapture_StillFormat_PSPTHM
} ltmfCapture_StillFormat;
The ltmfCapture_StillFormat Constants define the format used to save the still image using the SaveStillBitmap function in the capture object.
Constant |
Description |
ltmfCapture_StillFormat_BMP |
[0] Format is the normal Win BMP format. |
ltmfCapture_StillFormat_CMP |
[1] Format is LEADs proprietary CMP format. |
ltmfCapture_StillFormat_JPEG444 |
[2] Format is JPEG YUV 4:4:4 format. |
ltmfCapture_StillFormat_JPEG422 |
[3] Format is JPEG YUV 4:2:2 format. |
ltmfCapture_StillFormat_JPEG411 |
[4] Format is JPEG YUV 4:1:1 format. |
ltmfCapture_StillFormat_PSPTHM |
[5] Format is THM thumbnails used for PSP. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document