()
| 247 | } |
| 248 | |
| 249 | func (po ProcessingOptions) WatermarkYOffset() float64 { |
| 250 | return po.GetFloat(keys.WatermarkYOffset, 0.0) |
| 251 | } |
| 252 | |
| 253 | func (po ProcessingOptions) WatermarkScale() float64 { |
| 254 | return po.GetFloat(keys.WatermarkScale, 0.0) |
no test coverage detected