jxl is gud k ty bye

This commit is contained in:
Phantop 2021-09-09 18:51:58 -04:00
parent 637ab73684
commit 0b58aa0bbd
1 changed files with 4 additions and 0 deletions

4
.local/bin/all2jxl Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
fd -e webp -x dwebp {} -o {.}.png && \
fd -e png -e jpg -x cjxl -e 8 -q 100 {} {.}.jxl && \
fd -e png -e jpg -e webp -x rm