Commit graph

26 commits

Author SHA1 Message Date
0846305795 Update dependencies 2025-03-01 00:52:55 +01:00
36bba029f4 Update to rust edition 2024 2025-03-01 00:52:31 +01:00
2345d80d80 Specify palette colors in hexadecimal rbg 2024-12-01 22:25:38 +01:00
7c2ce5b282 Run cargo fmt 2024-12-01 22:17:21 +01:00
43853c8fda Fix deprecation warnings 2024-12-01 22:17:17 +01:00
e7f8bc5766 Update dependencies 2024-12-01 22:16:16 +01:00
4d02106016 Update lints 2024-12-01 22:14:15 +01:00
16887055e7 Update dependencies 2024-05-14 01:41:49 +02:00
243ec79f42 Take palette by ref in Algorithm 2024-03-09 22:13:56 +01:00
9464487c57 Update dependencies 2024-03-09 20:41:08 +01:00
6bded59ab6 Split up crate into workspace 2024-03-09 20:40:52 +01:00
07385419a7 Add more color spaces 2023-07-30 22:02:31 +02:00
f27252760e Remove manhattan square distance 2023-07-30 21:51:06 +02:00
cf3b2d8f67 Add Stucki dithering 2023-07-30 21:26:35 +02:00
6d522147f7 Add Floyd-Steinberg dithering 2023-07-30 21:26:29 +02:00
452428ce5f Add bad random dithering 2023-07-30 20:42:06 +02:00
d332a2560e Add dither command and threshold dithering 2023-07-30 20:00:03 +02:00
618d6ac4e9 Add util module 2023-07-30 19:23:49 +02:00
2a174de7bd Enable and fix warnings and lints 2023-07-30 18:22:49 +02:00
51e3fed4f6 Extract bw stuff to new module 2023-07-30 17:32:50 +02:00
be3fbc635e Add hsv bw algorithm 2023-07-30 17:31:02 +02:00
b71974c440 Ignore temporary files 2023-07-30 17:13:41 +02:00
ef99bee0d3 Convert images into black and white 2023-07-30 17:13:23 +02:00
dd38ff0ccd Load and save images 2023-07-30 16:44:11 +02:00
b29f22a5a8 Parse cli args 2023-07-30 15:54:35 +02:00
5e04129f4d Create project 2023-07-30 15:39:43 +02:00