This website requires JavaScript.
Explore
Help
Register
Sign In
go
/
imgproxy
Watch
1
Star
0
Fork
0
You've already forked imgproxy
mirror of
https://github.com/imgproxy/imgproxy.git
synced
2025-04-01 20:34:23 +02:00
Code
Releases
Activity
imgproxy
/
image_types.h
9 lines
67 B
C
Raw
Normal View
History
Unescape
Escape
Rename processing options constants and move them to processing_options.go
2018-09-07 20:45:57 +06:00
enum
types
{
UNKNOWN
=
0
,
JPEG
,
PNG
,
WEBP
,
ICO support
2018-12-02 19:02:19 +06:00
GIF
,
ICO
Rename processing options constants and move them to processing_options.go
2018-09-07 20:45:57 +06:00
}
;
Copy Permalink