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

Method applyQualityOption

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

Source from the content-addressed store, hash-verified

255}
256
257func (p *Parser) applyQualityOption(ctx context.Context, o *options.Options, args []string) error {
258 return p.parseQualityInt(ctx, o, keys.Quality, 0, args...)
259}
260
261func (p *Parser) applyFormatQualityOption(ctx context.Context, o *options.Options, args []string) error {
262 argsLen := len(args)

Callers 1

applyURLOptionMethod · 0.95

Calls 1

parseQualityIntMethod · 0.95

Tested by

no test coverage detected