eBUS SDK v6.5.1.6797 API
PvBufferFormatType.h
Go to the documentation of this file.
1
// *****************************************************************************
2
//
3
// Copyright (c) 2008, Pleora Technologies Inc., All rights reserved.
4
//
5
// *****************************************************************************
6
7
#ifndef __PVBUFFERFORMATTYPE_H__
8
#define __PVBUFFERFORMATTYPE_H__
9
13
20
23
26
29
32
35
typedef
enum
36
{
37
PvBufferFormatBMP
= 0,
38
PvBufferFormatRaw
= 1,
39
PvBufferFormatTIFF
= 2,
40
PvBufferFormatPNG
= 3,
41
PvBufferFormatPTCDecompressedRaw
= 4
42
43
}
PvBufferFormatType
;
44
45
46
#endif
PvBufferFormatTIFF
@ PvBufferFormatTIFF
TIFF format. The image is formatted as either a 8-bit or 16-bit TIFF file to preserve as much informa...
Definition:
PvBufferFormatType.h:39
PvBufferFormatType
PvBufferFormatType
Definition:
PvBufferFormatType.h:35
PvBufferFormatPNG
@ PvBufferFormatPNG
PNG format, The image is formatted as only a 8-bit PNG file.
Definition:
PvBufferFormatType.h:40
PvBufferFormatPTCDecompressedRaw
@ PvBufferFormatPTCDecompressedRaw
For Pleora Compressed data, to be decompressed into raw format.
Definition:
PvBufferFormatType.h:41
PvBufferFormatRaw
@ PvBufferFormatRaw
Raw format. The data is saved exactly as it is stored in the PvBuffer object in a raw binary file.
Definition:
PvBufferFormatType.h:38
PvBufferFormatBMP
@ PvBufferFormatBMP
Bitmap format. The image is formatted as a 32-bit BMP.
Definition:
PvBufferFormatType.h:37
Copyright (c) 2002-2024 Pleora Technologies Inc.
www.pleora.com