Open Search
    MISCSAVER

    Detailed Description

    Container IDs for image savers.

    Macros

    #define JPGSAVER_QUALITY
     
    #define PNG_INTERLACED
     
    #define RLA_OPTIONS
     
    #define DPX_PLANAR
     

    Macro Definition Documentation

    ◆ JPGSAVER_QUALITY

    #define JPGSAVER_QUALITY

    Quality of JPEG images. A value between 0 (lowest) and 100 (highest).

    ◆ PNG_INTERLACED

    #define PNG_INTERLACED

    If true, FILTER_PNG will save an interlaced PNG.

    ◆ RLA_OPTIONS

    #define RLA_OPTIONS

    RLA options: RLAFLAGS.

    ◆ DPX_PLANAR

    #define DPX_PLANAR

    If true, FILTER_DPX will save the color channels out in blocks; i.e. all red parts of the pixels, then all green parts of the pixels, then all blue.