json constant

int const json

Implementation

static const int

    /// get all layers in json
    json = 0x1,

    /// get merged layer in heic
    heic = 0x2,

    /// get merged layer in jpeg
    jpeg = 0x4,

    /// get merged layer in png
    png = 0x8,

    /// get merged layer in webp
    webp = 0x10;