added webp coversion scipt

This commit is contained in:
Niklas Kapelle 2024-03-07 14:24:28 +01:00
parent 92b619f61b
commit a61c8a5e78
Signed by: niklas
GPG Key ID: 4EB651B36D841D16

5
.local/share/scripts/webp.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env sh
filename="${1%.*}"
magick "$1" "$filename.jpeg"