Jump to content
Forumu Destekleyenlere Katılın ×
Paticik Forumları
2000 lerden beri faal olan, çok şukela bir paylaşım platformuyuz. Hoşgeldiniz.

.JPG den .BMP ye toplu convert


kozalak

Öne çıkan mesajlar

gecen bisi icin yapmistim, linux varsa imagemagick yukle


#!/usr/bin/perl
use strict;
use File::Basename;
my @images = </root/pics/*>;

foreach my $image (@images) {
my($filename, undef, undef) = fileparse(lc($image), qr/.[^.]*/);
system("convert $image /root/picsnew/$filename.bmp");
}



bunu editle kaydet ve calistir. senin icin duzelttimde biraz.
Link to comment
Sosyal ağlarda paylaş

×
×
  • Yeni Oluştur...