mirror of
https://github.com/Phantop/dotfiles
synced 2025-02-05 19:16:50 +00:00
5 lines
133 B
Plaintext
5 lines
133 B
Plaintext
|
#!/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
|