aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Pillow/py3/libImaging/Raw.h
blob: ab718837f4a04b2076bdc2073560b23590fd531b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Raw.h */

typedef struct {
    /* CONFIGURATION */

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

    /* PRIVATE (initialized by decoder) */

    /* Padding between lines */
    int skip;

} RAWSTATE;