Go to the source code of this file.
Enumerations | |
| enum | PvBufferFormatType { PvBufferFormatBMP = 0 , PvBufferFormatRaw = 1 , PvBufferFormatTIFF = 2 , PvBufferFormatPNG = 3 , PvBufferFormatPTCDecompressedRaw = 4 } |
| enum PvBufferFormatType |
The PvBufferFormatType enumeration lets you select the format of the image saved by the PvBufferWriter::Store method.
| Enumerator | |
|---|---|
| PvBufferFormatBMP | Bitmap format. The image is formatted as a 32-bit BMP. |
| PvBufferFormatRaw | Raw format. The data is saved exactly as it is stored in the PvBuffer object in a raw binary file. |
| PvBufferFormatTIFF | TIFF format. The image is formatted as either a 8-bit or 16-bit TIFF file to preserve as much information as possible. |
| PvBufferFormatPNG | PNG format, The image is formatted as only a 8-bit PNG file. |
| PvBufferFormatPTCDecompressedRaw | For Pleora Compressed data, to be decompressed into raw format. |
Copyright (c) 2002-2024 Pleora Technologies Inc.
www.pleora.com