enum EE::Graphics::Image::Format

#include <image.hpp>

enum Format {
    Unknown = 0,
    JPEG    = 1,
    PNG     = 2,
    BMP     = 3,
    GIF     = 4,
    TGA     = 5,
    PSD     = 6,
    PIC     = 7,
    PNM     = 8,
    DDS     = 9,
    PVR     = 10,
    PKM     = 11,
    HDR     = 12,
    QOI     = 13,
    SVG     = 14,
};