Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ Format
Method
Format
processing/options.go:121–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
}
120
121
func
(po ProcessingOptions) Format() imagetype.Type {
122
return
options.Get(po.Main(), keys.Format, imagetype.Unknown)
123
}
124
125
func
(po ProcessingOptions) SetFormat(format imagetype.Type) {
126
po.Set(keys.Format, format)
Callers
nothing calls this directly
Calls
2
Get
Function · 0.92
Main
Method · 0.80
Tested by
no test coverage detected