Re: Batch creation of thumbnails

2002-03-28 Thread Randal L. Schwartz
> "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

Re: Batch creation of thumbnails

2002-03-28 Thread Gary Stainburn
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

Re: Batch creation of thumbnails

2002-03-27 Thread Randal L. Schwartz
> "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

RE: Batch creation of thumbnails

2002-03-26 Thread John Edwards
;; 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

Batch creation of thumbnails

2002-03-26 Thread Gary Stainburn
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