image viewer and maybe editor; inspired by mpv's simplicity
  • Rust 81.8%
  • Nix 18.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
electria 59ef65de70
refactor: try to integrate jpegxl_rs with hooks
The problem is, libjxl_rs does not offer a way to get metadata
before decoding the entire image.

As such, there is no reasonable way to implement ImageDecoder here;
I think it's possible to make it decode the image on init,
but that would lead to unexpected behavior performance-wise.
2026-07-29 15:37:51 -07:00
LICENSES init basic image viewer 2026-06-28 10:14:56 -07:00
src refactor: try to integrate jpegxl_rs with hooks 2026-07-29 15:37:51 -07:00
.envrc init basic image viewer 2026-06-28 10:14:56 -07:00
.gitignore init basic image viewer 2026-06-28 10:14:56 -07:00
Cargo.lock build: use avif-native 2026-07-27 22:09:25 -07:00
Cargo.toml chore: add license to Cargo.toml 2026-07-27 23:17:18 -07:00
flake.lock init basic image viewer 2026-06-28 10:14:56 -07:00
flake.nix build: use avif-native 2026-07-27 22:09:25 -07:00
REUSE.toml init basic image viewer 2026-06-28 10:14:56 -07:00