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
Try the GD module. Here is some code I have for creating thumbnails (untested as it's stripped down from a bigger script). Thumbnails have a _ prepended to them. They're not great thumbs, there is no anti aliasing done on them. For better image handling you'll need to look at the ImageMajick (sp??