()
| 255 | } |
| 256 | |
| 257 | func (po ProcessingOptions) PreserveHDR() bool { |
| 258 | return po.Main().GetBool(keys.PreserveHDR, po.config.PreserveHDR) |
| 259 | } |
| 260 | |
| 261 | // Quality retrieves the quality setting for a given image format. |
| 262 | // It first checks for a general quality setting, then for a format-specific setting, |
no test coverage detected