FotoSHOCK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Enumerations
FotoSHOCKcore::IO::Formats Namespace Reference

Supported image formats. More...

Enumerations

enum  Enum { JPG, PNG, EXR }
 Supported image formats enum.
 

Detailed Description

Supported image formats.

When a new encoder is added, the an image format must be added into the Formats::Enum and this value must be returned by the Encoder::format() implementation.

Also it needs to be connected with a file extension by adding a new entry into the map_data array