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

10 lines
74 B
C
Raw Normal View History

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