mirror of
https://github.com/Cute-Dress/Dress.git
synced 2025-09-20 11:16:43 +00:00
改回jpg格式,增加压缩比,增加一些照片
This commit is contained in:
2
KagurazakaYashi/src/c1920jpg.sh
Normal file
2
KagurazakaYashi/src/c1920jpg.sh
Normal file
@ -0,0 +1,2 @@
|
||||
# 在原始高清文件夹下运行,压制图片
|
||||
for file in *.jpg; do echo $file ${file%%.*}.jpg; convert -resize 1920x1920 -quality 80% $file ../${file%%.*}.jpg; done
|
Reference in New Issue
Block a user