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
2024-11-24 08:12:38 +02:00
Code
Releases
Activity
1ed81cf2e6
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 16:45:57 +02:00
enum
types
{
UNKNOWN
=
0
,
JPEG
,
PNG
,
WEBP
,
ICO support
2018-12-02 15:02:19 +02:00
GIF
,
SVG sources support
2018-12-11 12:02:23 +02:00
ICO
,
SVG
Rename processing options constants and move them to processing_options.go
2018-09-07 16:45:57 +02:00
}
;
Copy Permalink