mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
10 lines
74 B
C
10 lines
74 B
C
enum types {
|
|
UNKNOWN = 0,
|
|
JPEG,
|
|
PNG,
|
|
WEBP,
|
|
GIF,
|
|
ICO,
|
|
SVG
|
|
};
|