mirror of
https://github.com/Cute-Dress/Dress.git
synced 2025-08-02 19:40:12 +00:00
改回jpg格式,增加压缩比,增加一些照片
This commit is contained in:
@ -1 +1,2 @@
|
||||
for file in *.jpg; do echo $file ${file%%.*}.webp; convert -resize 1920x1920 $file ${file%%.*}.webp; done
|
||||
# 在原始高清文件夹下运行,压制 webp 图片
|
||||
for file in *.jpg; do echo $file ${file%%.*}.webp; convert -resize 1920x1920 $file ../${file%%.*}.webp; done
|
Reference in New Issue
Block a user