Openholo  v2.1
Open Source Digital Holographic Library
ImgEncoder.h File Reference
#include <atlbase.h>
Include dependency graph for ImgEncoder.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 }
 
enum  TYPE {
  BMP, JPG, PNG, TIFF,
  GIF
}
 

Macro Definition Documentation

◆ __ImgEncoder_h

#define __ImgEncoder_h

Definition at line 3 of file ImgEncoder.h.

◆ OPH_DLL

#define OPH_DLL   __declspec(dllimport)

Definition at line 25 of file ImgEncoder.h.

Enumeration Type Documentation

◆ FLIP

enum FLIP
Enumerator
VERTICAL 
HORIZONTAL 
BOTH 

Definition at line 6 of file ImgEncoder.h.

◆ TYPE

enum TYPE
Enumerator
BMP 
JPG 
PNG 
TIFF 
GIF 

Definition at line 13 of file ImgEncoder.h.