more scripts

This commit is contained in:
2025-02-20 14:39:53 +01:00
parent 2ad7ef62df
commit 763bb52070
4 changed files with 50 additions and 0 deletions

2
webptogif.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
convert -delay 10 -dispose none $1 -coalesce -loop 0 -layers optimize ${1%".webp"}.gif