summaryrefslogtreecommitdiffstats
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move soft deletion into the forest implementationmainTavian Barnes2023-12-051-1/+0
| | | | This allows us to filter out deleted items whenever we rebuild a tree.
* Bump clap to 4.4.8Tavian Barnes2023-11-211-90/+105
|
* Bump image to 0.24.7Tavian Barnes2023-11-211-4/+4
|
* Implement the Oklab color spaceTavian Barnes2023-10-191-2/+6
|
* Update some depsTavian Barnes2023-10-191-3/+3
|
* Write PNG frames fasterTavian Barnes2021-11-021-2/+2
|
* Write animation frames to a pipe rather than separate filesTavian Barnes2021-11-011-16/+25
|
* Bump dependenciesTavian Barnes2021-10-241-2/+2
|
* k as in kilo is lowercaseTavian Barnes2020-09-251-1/+1
|
* Bump acap to 0.2.0Tavian Barnes2020-08-241-1/+4
| | | | | This requires adapting to the new k-d trees, which are significantly faster.
* Use the acap nearest neighbors implementationHEADmasterTavian Barnes2020-06-241-1/+2
|
* Fix some clippy lintsTavian Barnes2020-05-111-7/+6
|
* Allow specifying each channel's bit depth separatelyTavian Barnes2020-05-081-10/+34
|
* main: Improve error handlingTavian Barnes2020-05-051-18/+83
|
* main: Update the help messageTavian Barnes2020-05-041-2/+4
|
* main: Implement the main binaryrustTavian Barnes2020-05-031-1/+396
|
* frontier: New trait for choosing color locationsTavian Barnes2020-05-031-0/+1
|
* color/order: Implement color orderingsTavian Barnes2020-05-031-0/+1
|
* color: Implement color spacesTavian Barnes2020-05-031-0/+1
|
* metric: Add some general interfaces for metric spacesTavian Barnes2020-05-021-0/+2
|
* Begin re-writing in RustTavian Barnes2020-05-011-0/+1