Re: Creating thumbnails (Newbie Question)...

2002-09-21 Thread Randal L. Schwartz
> "Joel" == Joel Hughes <[EMAIL PROTECTED]> writes: Joel> After you have install image magick, the basic syntax is... Joel> use Image::Magick; Joel> $p = new Image::Magick; Joel> $p->Read(..your main image...); Joel> $p->Scale(width=>$required_width,

RE: Creating thumbnails (Newbie Question)...

2002-09-19 Thread Joel Hughes
Alex, the answer to this one is probably imagemagick. I have a small photos site as well and use imagemagick to create all the other sizes from the master image. After you have install image magick, the basic syntax is... use Image::Magick; $p = new Image::Magick

Re: Creating thumbnails (Newbie Question)...

2002-09-19 Thread fliptop
ot;fliptop" <[EMAIL PROTECTED]> OR:To: "Yuen, Alex" <[EMAIL PROTECTED]> OR:Cc: "'Perl Beginners - CGI'" <[EMAIL PROTECTED]> OR:Sent: Wednesday, September 18, 2002 5:52 PM OR:Subject: Re: Creating thumbnails (Newbie Question)... OR: OR: OR:On Wed, 18

Re: Creating thumbnails (Newbie Question)...

2002-09-18 Thread Wiggins d'Anconia
Thanks. > > Alex > > > >>-- >>From: fliptop[SMTP:[EMAIL PROTECTED]] >>Sent: Wednesday, September 18, 2002 10:52 AM >>To: Yuen, Alex >>Cc: 'Perl Beginners - CGI' >>Subject: Re: Creating thumbnails (Newbie

Re: Creating thumbnails (Newbie Question)...

2002-09-18 Thread Gary Stainburn
On Wednesday 18 Sep 2002 2:56 pm, Yuen, Alex wrote: > Hi, > > Very newbie. > > I was wondering if it is possible to write a CGI (Perl) program to make a > thumbnail page for my website. > > If so, how would I start and use for doing this? > > Thanks. > > Alex Hi Alex, Here's a script based on on

RE: Creating thumbnails (Newbie Question)...

2002-09-18 Thread Yuen, Alex
10:52 AM > To: Yuen, Alex > Cc: 'Perl Beginners - CGI' > Subject: Re: Creating thumbnails (Newbie Question)... > > On Wed, 18 Sep 2002 at 09:56, Yuen, Alex opined: > > YA:I was wondering if it is possible to write a CGI (Perl) program to make > a > YA:t

Re: Creating thumbnails (Newbie Question)...

2002-09-18 Thread fliptop
On Wed, 18 Sep 2002 at 09:56, Yuen, Alex opined: YA:I was wondering if it is possible to write a CGI (Perl) program to make a YA:thumbnail page for my website. YA: YA:If so, how would I start and use for doing this? if you question is how to create a thumbnail from a regular image, then you cou