1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-04-01 20:34:23 +02:00
imgproxy/image_types.h

9 lines
67 B
C
Raw Normal View History

enum types {
UNKNOWN = 0,
JPEG,
PNG,
WEBP,
2018-12-02 19:02:19 +06:00
GIF,
ICO
};