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

Method applyMaxAnimationFrameResolutionOption

options/parser/apply.go:521–527  ·  view source on GitHub ↗
(ctx context.Context, o *options.Options, args []string)

Source from the content-addressed store, hash-verified

519}
520
521func (p *Parser) applyMaxAnimationFrameResolutionOption(ctx context.Context, o *options.Options, args []string) error {
522 if err := p.IsSecurityOptionsAllowed(ctx); err != nil {
523 return err
524 }
525
526 return p.parseResolution(ctx, o, keys.MaxAnimationFrameResolution, args...)
527}
528
529func (p *Parser) applyMaxResultDimensionOption(
530 ctx context.Context,

Callers 1

applyURLOptionMethod · 0.95

Calls 2

parseResolutionMethod · 0.95

Tested by

no test coverage detected