MCPcopy 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
33func (po ProcessingOptions) Width() int {
34 return po.GetInt(keys.Width, 0)
35}
36
37func (po ProcessingOptions) Height() int {
38 return po.GetInt(keys.Height, 0)

Callers 15

applyWatermarkMethod · 0.45
extendImageFunction · 0.45
cropImageFunction · 0.45
ExtractGeometryFunction · 0.45
calcScaleMethod · 0.45
calcSizesMethod · 0.45
processImageAndCheckMethod · 0.45
vectorGuardScaleMethod · 0.45
getImageSizeMethod · 0.45
transformAnimatedMethod · 0.45
saveImageMethod · 0.45
paddingMethod · 0.45

Calls 1

GetIntMethod · 0.45

Tested by 1

processImageAndCheckMethod · 0.36