Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ cropToResult
Method
cropToResult
processing/crop.go:63–66 ·
view source on GitHub ↗
(c *Context)
Source
from the content-addressed store, hash-verified
61
}
62
63
func
(p *Processor) cropToResult(c *Context) error {
64
gravity := c.PO.Gravity()
65
return
cropImage(c.Img, c.ResultCropWidth, c.ResultCropHeight, &gravity, c.DprScale)
66
}
Callers
nothing calls this directly
Calls
2
cropImage
Function · 0.85
Gravity
Method · 0.80
Tested by
no test coverage detected