![]() |
Perfectly Clear SDK Documentation
10.7.1.1191
|
Public Header for Perfectly Clear Image File Class. More...
#include <string>Go to the source code of this file.
Data Structures | |
| class | PFCImageFile |
| PFCImageFile Class to encapsulate file handling. More... | |
Enumerations | |
| enum | PFC_FILE_LOAD_STATUS |
| Return status values. More... | |
| enum | PFC_FLASH_STATUS |
| Flash status as read if present on the exif section. Specificallly status of bit 0 from exif tag 37385. More... | |
Public Header for Perfectly Clear Image File Class.
************************************************
Definition in file PFCImageFile.h.
| enum PFC_FILE_LOAD_STATUS |
Return status values.
| Enumerator | |
|---|---|
| LOAD_OK | Success. |
| LOAD_ERROR | Error. |
| LOAD_ERROR_UNSUPPORTED | Error: unsupported file. |
| LOAD_FAILED_CONVERT_SRGB | Error: failed to convert to sRGB. |
Definition at line 22 of file PFCImageFile.h.
| enum PFC_FLASH_STATUS |
Flash status as read if present on the exif section. Specificallly status of bit 0 from exif tag 37385.
| Enumerator | |
|---|---|
| PFC_FLASH_UNKNOWN | -1: Cannot determine flash state |
| PFC_FLASH_NOT_FIRED | 0: EXIF data shows flash was not used |
| PFC_FLASH_FIRED | 1: EXIF data shows flash was used |
Definition at line 32 of file PFCImageFile.h.