()
| 239 | } |
| 240 | |
| 241 | func (po ProcessingOptions) WatermarkPosition() GravityType { |
| 242 | return options.Get(po.Options, keys.WatermarkPosition, GravityCenter) |
| 243 | } |
| 244 | |
| 245 | func (po ProcessingOptions) WatermarkXOffset() float64 { |
| 246 | return po.GetFloat(keys.WatermarkXOffset, 0.0) |
no test coverage detected