Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ Width
Method
Width
processing/options.go:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
func
(po ProcessingOptions) Width() int {
34
return
po.GetInt(keys.Width, 0)
35
}
36
37
func
(po ProcessingOptions) Height() int {
38
return
po.GetInt(keys.Height, 0)
Callers
15
applyWatermark
Method · 0.45
extendImage
Function · 0.45
cropImage
Function · 0.45
ExtractGeometry
Function · 0.45
calcScale
Method · 0.45
calcSizes
Method · 0.45
processImageAndCheck
Method · 0.45
vectorGuardScale
Method · 0.45
getImageSize
Method · 0.45
transformAnimated
Method · 0.45
saveImage
Method · 0.45
padding
Method · 0.45
Calls
1
GetInt
Method · 0.45
Tested by
1
processImageAndCheck
Method · 0.36