Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ Background
Method
Background
processing/options.go:138–140 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
}
137
138
func
(po ProcessingOptions) Background() color.RGB {
139
return
options.Get(po.Options, keys.Background, color.White)
140
}
141
142
func
(po ProcessingOptions) PaddingEnabled() bool {
143
return
po.PaddingTop() != 0 ||
Callers
15
StartServer
Method · 0.80
registerAllProtocols
Method · 0.80
Fatal
Function · 0.80
New
Function · 0.80
New
Function · 0.80
NewLazySuiteStorage
Function · 0.80
NewSwiftServer
Function · 0.80
main
Function · 0.80
TestMain
Function · 0.80
TestCheckTimeout
Function · 0.80
LogResponse
Function · 0.80
TestShutdown
Method · 0.80
Calls
1
Get
Function · 0.92
Tested by
15
NewLazySuiteStorage
Function · 0.64
NewSwiftServer
Function · 0.64
TestMain
Function · 0.64
TestCheckTimeout
Function · 0.64
TestShutdown
Method · 0.64
TestDownloadStatusOK
Method · 0.64
TestDownloadStatusPartialContent
Method · 0.64
TestDownloadStatusNotFound
Method · 0.64
TestDownloadStatusForbidden
Method · 0.64
TestDownloadStatusInternalServerError
Method · 0.64
TestDownloadUnreachable
Method · 0.64
TestDownloadInvalidImage
Method · 0.64