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

Method DeleteWatermarkOpacity

processing/options.go:237–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235}
236
237func (po ProcessingOptions) DeleteWatermarkOpacity() {
238 po.Delete(keys.WatermarkOpacity)
239}
240
241func (po ProcessingOptions) WatermarkPosition() GravityType {
242 return options.Get(po.Options, keys.WatermarkPosition, GravityCenter)

Callers 1

transformAnimatedMethod · 0.80

Calls 1

DeleteMethod · 0.45

Tested by

no test coverage detected