1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-29 08:22:11 +02:00
imgproxy/image_types.h

8 lines
60 B
C

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