()
| 294 | } |
| 295 | |
| 296 | func (po ProcessingOptions) StripColorProfile() bool { |
| 297 | return po.Main().GetBool(keys.StripColorProfile, po.config.StripColorProfile) |
| 298 | } |
| 299 | |
| 300 | func (po ProcessingOptions) MaxSrcResolution() int { |
| 301 | return po.securityChecker.MaxSrcResolution(po.Main()) |
no test coverage detected