MCPcopy 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
63func (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

cropImageFunction · 0.85
GravityMethod · 0.80

Tested by

no test coverage detected