Proses Image file secara otomatis / batch

Proses Image file secara otomatis / batch. :: Pagi ini saya perlu menjalankan slideshow foto-foto di acara keluarga, nmaun ada satu masalah: kumpulan foto tersebut resolusinya terlalu tinggi = proses slideshow menjadi lambat.

Solusinya mudah sekali di Linux :

for f in `find ..  printf "%fn"` ; do  convert ../$f resize 1024 z-$f  ; done

Dalam sekejap, seluruh foto berubah lebarnya menjadi hanya 1024 pixel saja 🙂

Penjelasan :

for f in `find .. printf "%fn" :: menampilkan daftar file image yang akan diproses

convert ../$f resize 1024 z-$f :: mengubah semua file gambar tersebut menjadi ukuran lebar 1024 (tingginya otomatis juga di resize dengan proporsional)

Semoga bermanfaat.

http://www.imagemagick.org

ImageMagick: Convert, Edit, Or Compose Bitmap Images
Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats. In addition, resize, rotate, shear, distort or transform images automagically.

Post imported by Google+Blog for WordPress.

21 thoughts on “Proses Image file secara otomatis / batch

  1. CATATAN :: parameter "printf" diatas seharusnya diawali dengan tanda "-" (tapi tidak ada di posting ini karena malah diterjemahkan oleh Google+ menjadi formatting / strikethrough, he he)

    Demikian juga dengan parameter "resize"

  2. Harga di bawah ini bisa berubah sewaktu waktu.Untuk update harga kredit suzuki ertiga GX hubungi kami segera hot line 24 jam.
    Suzuki ertiga GX double blower :
    Total DP Rp.59.435.100 selama 4 tahun ,48x RP.3.478.000

Leave a Reply

Your email address will not be published. Required fields are marked *