mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-30 20:06:17 +03:00
10 lines
129 B
C
10 lines
129 B
C
/* Sgi.h */
|
|
|
|
typedef struct {
|
|
|
|
/* CONFIGURATION */
|
|
|
|
/* Number of bytes per channel per pixel */
|
|
int bpc;
|
|
|
|
} SGISTATE; |