for file in *; do cwebp -q 50 -m 6 -z 9 $file -o $file.webp; done;. While it works; the output is image.jpg.webp. Is there any way to correct it ...
確定! 回上一頁