MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / EnforceThumbnail

Method EnforceThumbnail

processing/options.go:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63}
64
65func (po ProcessingOptions) EnforceThumbnail() bool {
66 return po.Main().GetBool(keys.EnforceThumbnail, po.config.EnforceThumbnail)
67}
68
69func (po ProcessingOptions) Enlarge() bool {
70 return po.GetBool(keys.Enlarge, false)

Callers 1

ProcessImageMethod · 0.95

Calls 2

GetBoolMethod · 0.80
MainMethod · 0.80

Tested by

no test coverage detected