Enum PvBufferFormatType
Enumeration specifying the file format when saving buffer images to disk.
Namespace: eBUSDotNetReceive
Assembly: eBUSDotNetReceive.dll
Syntax
public enum PvBufferFormatType
Remarks
The PvBufferFormatType enumeration lets you select the format of the image saved by the PvBufferWriter.Store method.
Fields
| Name | Description |
|---|---|
| PvBufferFormatBMP | Bitmap format. The image is formatted as a 32-bit BMP. |
| 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. |
| 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. |