feat: switch to pure-rust jxl decoder
this makes the logic drastically simpler; as it comes with image crate integration. however, images can no longer be saved as JXL with this version (as jxl-oxide is decoder-only)
This commit is contained in:
parent
89b4639a69
commit
5a83fe39e9
5 changed files with 238 additions and 201 deletions
|
|
@ -39,7 +39,6 @@
|
|||
pkg-config
|
||||
];
|
||||
buildInputs = with pkgs; [
|
||||
libjxl
|
||||
dav1d
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue