1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-23 11:14:48 +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 19:02:19 +06:00
GIF,
2018-12-11 16:02:23 +06:00
ICO,
SVG
};