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-01-23 11:14:48 +02:00
Code
Releases
Activity
imgproxy
/
image_types.h
10 lines
74 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
,
SVG sources support
2018-12-11 16:02:23 +06:00
ICO
,
SVG
Rename processing options constants and move them to processing_options.go
2018-09-07 20:45:57 +06:00
}
;
Copy Permalink