Commit graph

47 commits

Author SHA1 Message Date
saji d47a08587c move display fn to display file, add convert args
All checks were successful
cargo_test_bench / Run Tests (push) Successful in 1m17s
cargo_test_bench / Run Benchmarks (push) Successful in 1m45s
2024-08-02 00:04:26 -05:00
saji ad2426561f image resizing; auto-detection of hardware
All checks were successful
cargo_test_bench / Run Tests (push) Successful in 1m48s
cargo_test_bench / Run Benchmarks (push) Successful in 3m20s
2024-08-01 21:15:13 -05:00
saji de20da4e86 comments, make DitheredImage fields public 2024-08-01 19:55:12 -05:00
saji 35ef64a829 add rusqlite
All checks were successful
cargo_test_bench / Run Tests (push) Successful in 1m36s
cargo_test_bench / Run Benchmarks (push) Successful in 3m3s
2024-08-01 16:42:08 -05:00
saji 0e3d324748 make display thread dedicated, move to display.rs
display thread should be dedicated to not steal resources from tokio
2024-08-01 16:42:08 -05:00
Champlin, Saji 07bc399bbc revert previous; breaks cache action
All checks were successful
cargo_test_bench / Run Tests (push) Successful in 1m13s
cargo_test_bench / Run Benchmarks (push) Successful in 1m27s
2024-08-01 10:16:33 -05:00
Champlin, Saji cf77bdf2a5 flip cache/toolchain setup
Some checks failed
cargo_test_bench / Run Benchmarks (push) Has been cancelled
cargo_test_bench / Run Tests (push) Has been cancelled
2024-08-01 10:14:58 -05:00
Champlin, Saji a075bdfe57 add rust build caching
All checks were successful
cargo_test_bench / Run Benchmarks (push) Successful in 2m22s
cargo_test_bench / Run Tests (push) Successful in 1m0s
2024-08-01 10:09:47 -05:00
saji 2011ece21d add toml; move eink-specific palettes to separate file
All checks were successful
cargo_test_bench / Run Tests (push) Successful in 1m28s
cargo_test_bench / Run Benchmarks (push) Successful in 2m18s
2024-07-31 20:20:22 -05:00
saji c0060627f4 add result/ to gitignore 2024-07-31 20:20:05 -05:00
Champlin, Saji 59886a80fd adjust benchmark sample count
All checks were successful
cargo_test_bench / Run Tests (push) Successful in 1m29s
cargo_test_bench / Run Benchmarks (push) Successful in 2m27s
2024-07-31 13:31:44 -05:00
Champlin, Saji 2c34886dc5 rename api context 2024-07-31 13:31:35 -05:00
saji 37f67323e1 fix actions paths
All checks were successful
cargo_test_bench / Run Tests (push) Successful in 1m25s
cargo_test_bench / Run Benchmarks (push) Successful in 2m44s
2024-07-31 00:20:41 -05:00
saji e7cf8e089a wip: add ci
Some checks failed
cargo_test_bench / Run Tests (push) Failing after 5s
cargo_test_bench / Run Benchmarks (push) Failing after 3s
2024-07-31 00:19:05 -05:00
saji 3302928cb7 optimize palette L*A*B* conversion, revert HyAb
HyAb makes the image look worse for higher contrast images.
We can look into adding quality control knobs in the future.
2024-07-31 00:09:44 -05:00
saji 25ac7d584b add benchmark 2024-07-30 22:32:39 -05:00
saji b239c47e63 split regression tests 2024-07-30 21:53:58 -05:00
saji 0d444e9701 add regression test, sample images, reference dithers 2024-07-30 21:46:15 -05:00
Champlin, Saji eb422b87fb add benchmarks, lib.rs 2024-07-30 12:24:39 -05:00
saji a033a55098 rename imageproc to dither.rs 2024-07-30 10:45:29 -05:00
saji cee237cb32 make einkimage non-eink specific
Replace it with DitheredImage, allow different resolutions.
2024-07-30 09:20:18 -05:00
saji 599fb09503 add palette selection; make image request extractor 2024-07-30 08:53:47 -05:00
saji c7e57f3d3b wip: flesh out api, add preview call 2024-07-30 00:35:43 -05:00
saji 624ad1f101 wip: use DitherMethod instead of individual ditherers 2024-07-29 16:39:49 -05:00
saji 608ebe9ec5 add serde/strum, modify EIinkPanel API 2024-07-29 12:51:51 -05:00
saji fa2f5fc1a4 wip: add new EInk image impl 2024-07-28 09:28:06 -05:00
saji 7e5d13849e cargo fmt; clippy fix 2024-07-27 23:06:23 -05:00
saji fa367e6436 adjust build.sh commands 2024-07-27 23:02:08 -05:00
saji 0dc9d38d42 working set image api 2024-07-27 23:01:57 -05:00
saji d8447ee361 cleanup deps 2024-07-27 23:01:37 -05:00
saji 6fc395baca wip: remove eink feature (for now), first api endpoint 2024-07-27 14:12:21 -05:00
saji a00e0dd08d wip: api router 2024-07-24 09:43:09 -05:00
saji b5073bec89 format 2024-07-18 15:51:07 -05:00
saji a376cadecc add tokio, axum 2024-07-18 07:34:28 -05:00
saji bbf43ece50 wip: flake 2024-07-17 17:07:31 -05:00
saji 3b31b3f027 add dimensions data to EInkImage 2024-07-17 13:27:31 -05:00
saji a9e6f69f34 cleanup, add make_image for einkbuffer (wip) 2024-07-17 13:17:18 -05:00
saji 060a6b432e update cargo, remove unused deps 2024-07-17 12:40:06 -05:00
saji 0a7668b0a7 supprt multiple dithering matrix options 2024-07-17 12:37:43 -05:00
saji 8417562e31 switch to atkinson dithering 2024-07-17 10:20:06 -05:00
saji dd148f07a2 add sleeping 2024-07-17 00:24:11 -05:00
saji a161fdb011 remove gui 2024-07-16 18:55:59 -05:00
saji 227147e411 gui 2024-07-03 18:33:04 -05:00
saji c1b1f2106a working 2024-07-02 10:57:29 -05:00
saji 87b882b586 save 2024-06-29 11:55:50 -05:00
saji 73c6decdfa save 2024-06-29 11:55:37 -05:00
saji cee56c81bf initial commit 2024-06-24 08:29:59 -05:00