Perfectly Clear SDK Documentation  8.3.0.146
PFCImageFile.h File Reference

Helper functions for file handling tasks. 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...
 

Detailed Description

Helper functions for file handling tasks.


Definition in file PFCImageFile.h.

Enumeration Type Documentation

◆ 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 24 of file PFCImageFile.h.