added webp coversion scipt
This commit is contained in:
5
.local/share/scripts/webp.sh
Executable file
5
.local/share/scripts/webp.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
filename="${1%.*}"
|
||||
magick "$1" "$filename.jpeg"
|
||||
|
||||
Reference in New Issue
Block a user