Skip to main content

Linux: เปลี่ยนขนาดรูปภาพ ทีนึงหลายๆรูปโดยใช้ Command line

Submitted by krishrong on

ใช้คำสั่ง

find . -maxdepth 1 -iname "*.jpg" | xargs -L1 -I{} convert -resize 50% "{}" _resized/"{}"

แต่ต้องสร้างโฟลเดอร์ ชื่อ "_resized" ด้วยนะ

Tags

Add new comment

The content of this field is kept private and will not be shown publicly.

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.