Your IP : 216.73.216.213


Current Path : /proc/thread-self/root/proc/242857/root/opt/alt/python35/include/python3.5m/Imaging/
Upload File :
Current File : //proc/thread-self/root/proc/242857/root/opt/alt/python35/include/python3.5m/Imaging/Raw.h

/* Raw.h */

typedef struct {

    /* CONFIGURATION */

    /* Distance between lines (0=no padding) */
    int stride;

    /* PRIVATE (initialized by decoder) */

    /* Padding between lines */
    int skip;

} RAWSTATE;