压缩图片质量和尺寸,加入README内浏览功能,增加新照片
This commit is contained in:
1
KagurazakaYashi/src/c1920webp.sh
Normal file
1
KagurazakaYashi/src/c1920webp.sh
Normal file
@@ -0,0 +1 @@
|
||||
for file in *.jpg; do echo $file ${file%%.*}.webp; convert -resize 1920x1920 $file ${file%%.*}.webp; done
|
||||
Reference in New Issue
Block a user