()
| 290 | } |
| 291 | |
| 292 | func (po ProcessingOptions) KeepCopyright() bool { |
| 293 | return po.Main().GetBool(keys.KeepCopyright, po.config.KeepCopyright) |
| 294 | } |
| 295 | |
| 296 | func (po ProcessingOptions) StripColorProfile() bool { |
| 297 | return po.Main().GetBool(keys.StripColorProfile, po.config.StripColorProfile) |
no test coverage detected