1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-03-17 20:17:48 +02:00
imgproxy/image_types.h
2018-12-02 19:06:16 +06:00

9 lines
67 B
C

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