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

Method MaxAnimationFrames

processing/options.go:304–306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

302}
303
304func (po ProcessingOptions) MaxAnimationFrames() int {
305 return po.securityChecker.MaxAnimationFrames(po.Main())
306}
307
308func (po ProcessingOptions) MaxResultDimension() int {
309 return po.securityChecker.MaxResultDimension(po.Main())

Callers 2

ProcessImageMethod · 0.95

Calls 1

MainMethod · 0.80

Tested by

no test coverage detected