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

Method KeepCopyright

processing/options.go:292–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

290}
291
292func (po ProcessingOptions) KeepCopyright() bool {
293 return po.Main().GetBool(keys.KeepCopyright, po.config.KeepCopyright)
294}
295
296func (po ProcessingOptions) StripColorProfile() bool {
297 return po.Main().GetBool(keys.StripColorProfile, po.config.StripColorProfile)

Callers 1

stripMetadataMethod · 0.80

Calls 2

GetBoolMethod · 0.80
MainMethod · 0.80

Tested by

no test coverage detected