Hi,
zentara wrote on 24.07.2005:
>On Sun, 24 Jul 2005 11:22:18 +0200, [EMAIL PROTECTED] (Jan Eden)
>wrote:
>
>>Hi,
>>
>>I thought about using Image::Magick to create thumbnails for image
>>galleries (either 10 or 5 thumbnails per page) on the fly and tested
>>the following:
...
>>Unfortunately, t
Hi,
I thought about using Image::Magick to create thumbnails for image galleries
(either 10 or 5 thumbnails per page) on the fly and tested the following:
#!/usr/bin/perl
use strict;
use warnings;
use Image::Magick;
use CGI;
my $q = new CGI;
my %parameters = $q->Vars();
my $image = Image::Mag