Home > Archive > PERL Beginners > May 2004 > Image editing/Creating modules
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Image editing/Creating modules
|
|
| perl@ad-man.sferahost.com 2004-05-18, 2:30 am |
| can someone give a name of any image (JPG or GIF) editing / creating module, which allow to create images to display on web pages on the fly by CGI scripts.
Rakhitha M. Karunarathne
Trainee Software Developer,
IFS - R & D International,
501,Galle Road ,Cololmbo-6, SRI LANKA.
Tel +94 (011)-2-364-440 Ext 841
E-mail Rakhitha.Karunarathne@ifs.lk
www.ifsworld.com
CONFIDENTIALITY AND DISCLAIMER NOTICE
Please note that this message may contain confidential information. If you have received this message by mistake, please inform the sender of the mistake by e-mailing Rakhitha.Karunarathne@if.lk, then delete the message from your system without making, distributing or retaining any copies of it.
Any views or opinions presented are solely those of the sender and do not necessarily represent those of IFS unless otherwise specifically stated.
Although we believe that the message and any attachments are free from viruses and other errors that might affect the computer or IT system where it is received and read, the recipient opens the message at his or her own risk. We assume no responsibility for any loss or damage arising from the receip.
| |
| Charles K. Clarkson 2004-05-18, 6:30 am |
| perl@ad-man.sferahost.com <mailto:perl@ad-man.sferahost.com> wrote:
: can someone give a name of any image (JPG or GIF) editing /
: creating module, which allow to create images to display on
: web pages on the fly by CGI scripts.
There are a bunch of those. Have you tried CPAN?
http://search.cpan.org/modlist/Graphics
GD and Image::Magick are both very popular.
HTH,
Charles K. Clarkson
--
Mobile Homes Specialist
254 968-8328
| |
| Ramprasad A Padmanabhan 2004-05-18, 10:30 pm |
| use GD;
Hope you are able to install on your machine
Ram
On Tue, 2004-05-18 at 10:37, perl@ad-man.sferahost.com wrote:
> can someone give a name of any image (JPG or GIF) editing / creating module, which allow to create images to display on web pages on the fly by CGI scripts.
>
>
> Rakhitha M. Karunarathne
> Trainee Software Developer,
> IFS - R & D International,
> 501,Galle Road ,Cololmbo-6, SRI LANKA.
> Tel +94 (011)-2-364-440 Ext 841
> E-mail Rakhitha.Karunarathne@ifs.lk
> www.ifsworld.com
>
> CONFIDENTIALITY AND DISCLAIMER NOTICE
> Please note that this message may contain confidential information. If you have received this message by mistake, please inform the sender of the mistake by e-mailing Rakhitha.Karunarathne@if.lk, then delete the message from your system without making,
distributing or retaining any copies of it.
> Any views or opinions presented are solely those of the sender and do not necessarily represent those of IFS unless otherwise specifically stated.
> Although we believe that the message and any attachments are free from viruses and other errors that might affect the computer or IT system where it is received and read, the recipient opens the message at his or her own risk. We assume no responsibilit
y for any loss or damage arising from the receip.
| |
|
| Nope - It gave a error when I try to make it
some sort of a fatel error.
Thankx ..
Any way I installed PERLMagick with ImageMagick so I am going to use it.
Ithink there is a bug in ImageMagick when I try to load a image from a perl
file handle Windows says that perl.exe performed an ilegal operation.
But when I directly give the file name it worked.
________________________________________
Rakhitha Karunarathne
Web Master
www.Ad-Man.tk - Free Unlimited Banner Rotators
________________________________________
----- Original Message -----
From: "Rampra A Padmanabhan" <rampra .padmanabhan@oracle.com>
To: <perl@ad-man.sferahost.com>
Cc: <beginners@perl.org>
Sent: Tuesday, May 18, 2004 11:47 AM
Subject: Re: Image editing/Creating modules
> use GD;
>
> Hope you are able to install on your machine
>
> Ram
> On Tue, 2004-05-18 at 10:37, perl@ad-man.sferahost.com wrote:
module, which allow to create images to display on web pages on the fly by
CGI scripts.[color=darkred]
you have received this message by mistake, please inform the sender of the
mistake by e-mailing Rakhitha.Karunarathne@if.lk, then delete the message
from your system without making, distributing or retaining any copies of it.[color=darkred]
not necessarily represent those of IFS unless otherwise specifically stated.[color=darkred]
viruses and other errors that might affect the computer or IT system where
it is received and read, the recipient opens the message at his or her own
risk. We assume no responsibility for any loss or damage arising from the
receip.[color=darkred]
>
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>
>
>
|
|
|
|
|