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

Method StripColorProfile

processing/options.go:296–298  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

294}
295
296func (po ProcessingOptions) StripColorProfile() bool {
297 return po.Main().GetBool(keys.StripColorProfile, po.config.StripColorProfile)
298}
299
300func (po ProcessingOptions) MaxSrcResolution() int {
301 return po.securityChecker.MaxSrcResolution(po.Main())

Callers 1

colorspaceToResultMethod · 0.80

Calls 2

GetBoolMethod · 0.80
MainMethod · 0.80

Tested by

no test coverage detected