added webp coversion scipt

This commit is contained in:
2024-03-07 14:24:28 +01:00
parent 92b619f61b
commit a61c8a5e78

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

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