Openholo
v4.2
Open Source Digital Holographic Library
|
#include <atlbase.h>
Go to the source code of this file.
Classes | |
class | oph::ImgEncoder |
Namespaces | |
oph | |
Macros | |
#define | __ImgEncoder_h |
#define | OPH_DLL __declspec(dllimport) |
Enumerations | |
enum | FLIP { VERTICAL, HORIZONTAL, BOTH, VERTICAL, HORIZONTAL, BOTH } |
enum | TYPE { BMP, JPG, PNG, TIFF, GIF, BMP, JPG, PNG, TIFF, GIF } |
#define __ImgEncoder_h |
Definition at line 3 of file ImgEncoder.h.
#define OPH_DLL __declspec(dllimport) |
Definition at line 25 of file ImgEncoder.h.
enum FLIP |
Enumerator | |
---|---|
VERTICAL | |
HORIZONTAL | |
BOTH | |
VERTICAL | |
HORIZONTAL | |
BOTH |
Definition at line 6 of file ImgEncoder.h.
enum TYPE |
Enumerator | |
---|---|
BMP | |
JPG | |
PNG | |
TIFF | |
GIF | |
BMP | |
JPG | |
PNG | |
TIFF | |
GIF |
Definition at line 13 of file ImgEncoder.h.