This is the new version. find . -name "*png" |\ while IFS= read -r file; do convert "$file" -scale 33% ...
確定! 回上一頁