Files
imgproxy/image_types.h
2018-12-21 01:58:39 +06:00

10 lines
74 B
C

enum types {
UNKNOWN = 0,
JPEG,
PNG,
WEBP,
GIF,
ICO,
SVG
};