in reply to
Resize Image, not using Magick
Sure, you could use GD to do the resizing, but that would also require the installation of GD by your ISP. So I guess that won't help.
If you're lucky, your ISP has ImageMagick itself installed, so you can use the systemcommand 'convert' to resize the images.
What you would really want I guess is another ISP that would offer decent Perl installations ;-)
Jouke Visser, Perl 'Adept'
Using Perl to help the disabled:
pVoice and pStory
Comment on
Re: Resize Image, not using Magick
Replies are listed 'Best First'.
Re: Re: Resize Image, not using Magick
by
HTTP-404
(Sexton)
on Jun 14, 2001 at 12:27 UTC
do i have to compile GD module? if not it's possable to lod module from home dir thnx
[reply]
Re: Re: Re: Resize Image, not using Magick
by
Jouke
(Curate)
on Jun 14, 2001 at 12:31 UTC
You need at least the gdlib c-library to be installed and indeed, you have to compile the whole stuff...
Jouke Visser, Perl 'Adept'
Using Perl to help the disabled:
pVoice and pStory
[reply]
In Section
Seekers of Perl Wisdom