1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-01-12 07:07:04 +00:00
dotfiles/.local/bin/all2jxl

5 lines
133 B
Plaintext
Raw Normal View History

2021-09-09 22:51:58 +00:00
#!/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