> "Gary" == Gary Stainburn <[EMAIL PROTECTED]> writes:
>> my @names = @ARGV ? @ARGV : grep { -f and -B } <*>;
Gary> I read this to say, if filenames passed use them otherwise do the whole of
Gary> the current directory. I believe that the grep takes the list provided by
Gary> <*> perform
Thank you very much for this script. I dropped in straight onto my box and
ran it beautifully.
However, I've got a couple of questions about the code.
On Wednesday 27 March 2002 6:46 pm, Randal L. Schwartz wrote:
> #!/usr/bin/perl
> use strict;
>
> use Image::Magick;
>
> my $im
> "John" == John Edwards <[EMAIL PROTECTED]> writes:
John> Try the GD module. Here is some code I have for creating thumbnails
John> (untested as it's stripped down from a bigger script). Thumbnails have a _
John> prepended to them. They're not great thumbs, there is no anti aliasing done
Joh
;;
binmode OUT;
print OUT $thumb->jpeg();
close(OUT);
}
HTH
John
-Original Message-
From: Gary Stainburn [mailto:[EMAIL PROTECTED]]
Sent: 26 March 2002 10:00
To: [EMAIL PROTECTED]
Subject: Batch creation of thumbnails
Hi all,
I need to be able to cr
Hi all,
I need to be able to create thumbnails for a group of .jpg files overnight,
and I was wondering if there were any perl modules that anyone could suggest
for this one?
I'm going to take a stroll over to CPAN, but I believe personal experiences
always help.
--
Gary Stainburn
This em