mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-08 10:45:04 +02:00
8 lines
60 B
C
8 lines
60 B
C
|
enum types {
|
||
|
UNKNOWN = 0,
|
||
|
JPEG,
|
||
|
PNG,
|
||
|
WEBP,
|
||
|
GIF
|
||
|
};
|