oxipng/tests
andrews05 462e982784
Move file-specific options under OutFile (#529)
This PR is addressing #220. It's not super important but it's a breaking
change, so if it's something we want to do then I thought I should get
it in now before the next release.

- [x] pretend can become another variant of OutFile, probably
OutFile::None, as that's what it essentially is - just another output
destination and not a separate option
- [x] ~~backup and~~ preserve_attrs should become properties of
OutFile::Path variant (so that it would contain Path { path, ~~backup,~~
preserve_attrs }) as they don't have any effect on any other output and
so semantically belong there best

Closes #220
2023-09-25 11:15:13 +02:00
..
files Additional palette sorting algorithm (#514) 2023-07-11 12:33:57 -04:00
filters.rs Move file-specific options under OutFile (#529) 2023-09-25 11:15:13 +02:00
flags.rs Move file-specific options under OutFile (#529) 2023-09-25 11:15:13 +02:00
interlaced.rs Move file-specific options under OutFile (#529) 2023-09-25 11:15:13 +02:00
interlacing.rs Move file-specific options under OutFile (#529) 2023-09-25 11:15:13 +02:00
lib.rs Move file-specific options under OutFile (#529) 2023-09-25 11:15:13 +02:00
raw.rs Revamp CI workflow to upload artifacts, cross-compile ARM64 binaries, and more (#534) 2023-09-02 11:09:20 -04:00
reduction.rs Move file-specific options under OutFile (#529) 2023-09-25 11:15:13 +02:00
regression.rs Move file-specific options under OutFile (#529) 2023-09-25 11:15:13 +02:00
strategies.rs Move file-specific options under OutFile (#529) 2023-09-25 11:15:13 +02:00