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

Method StripMetadata

processing/options.go:288–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286}
287
288func (po ProcessingOptions) StripMetadata() bool {
289 return po.Main().GetBool(keys.StripMetadata, po.config.StripMetadata)
290}
291
292func (po ProcessingOptions) KeepCopyright() bool {
293 return po.Main().GetBool(keys.KeepCopyright, po.config.KeepCopyright)

Callers 1

stripMetadataMethod · 0.80

Calls 2

GetBoolMethod · 0.80
MainMethod · 0.80

Tested by

no test coverage detected