mirror of
https://github.com/Cute-Dress/Dress.git
synced 2025-09-22 04:06:34 +00:00
some cleanups
整理文件夹,按首字母分类
This commit is contained in:
2
K/KagurazakaYashi/src/c1920jpg.sh
Normal file
2
K/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