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