Re: [PHP] GD version 1.6.2 and resizing images...

2003-01-17 Thread Marco Alting
I've looked at netpbm and ImageMagick, but I can't make heads or tails from
it, I have to 'make' modules and stuff? My site is hosted on an Apache
server, Is there maybe a pre-baked version I can download and install?

Jason Wong [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]...
 On Thursday 16 January 2003 17:43, Marco Alting wrote:
  My provider has GD version 1.6.2 running, and I'm trying to 
  dynamically resize uploaded JPEG images. But ofcourse that doesn't 
  work with that version. Does anyone have another solution to 
  automatically resize JPEG images upon upload?
 
 If you can install your own programs then you can use netpbm or 
 ImageMagick
 (or you can ask your host to do so).
 
 --
 Jason Wong - Gremlins Associates - www.gremlins.biz
 Open Source Software Systems Integrators
 * Web Design  Hosting * Internet  Intranet Applications Development *
 
 /*
 He who knows, does not speak.  He who speaks, does not know.
   -- Lao Tsu
 */
 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] GD version 1.6.2 and resizing images...

2003-01-17 Thread Jason Wong
On Friday 17 January 2003 16:38, Marco Alting wrote:
 I've looked at netpbm and ImageMagick, but I can't make heads or tails from
 it, I have to 'make' modules and stuff? 

Can't you persuade your host to upgrade to a more recent version of GD -- 
1.6.2 is pretty ancient.

If they won't/can't upgrade then the least they can do is install 
netpbm/imagemagick so everyone can use it.

 My site is hosted on an Apache
 server, 

This isn't important ...

 Is there maybe a pre-baked version I can download and install?

..., you need to know the OS and architecture that your server is running then 
see if someone has produced a binary version.

If you're still here (ie none of the above worked for you) then it's time to 
get you hands dirty and do some configure; make; make install. This is 
beyond the scope of this list.

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *

/*
Law stands mute in the midst of arms.
-- Marcus Tullius Cicero
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] GD version 1.6.2 and resizing images...

2003-01-16 Thread Marco Alting
My provider has GD version 1.6.2 running, and I'm trying to dynamically
resize uploaded JPEG images. But ofcourse that doesn't work with that
version. Does anyone have another solution to automatically resize JPEG
images upon upload?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] GD version 1.6.2 and resizing images...

2003-01-16 Thread Jason Wong
On Thursday 16 January 2003 17:43, Marco Alting wrote:
 My provider has GD version 1.6.2 running, and I'm trying to dynamically
 resize uploaded JPEG images. But ofcourse that doesn't work with that
 version. Does anyone have another solution to automatically resize JPEG
 images upon upload?

If you can install your own programs then you can use netpbm or ImageMagick 
(or you can ask your host to do so).

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *

/*
He who knows, does not speak.  He who speaks, does not know.
-- Lao Tsu
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php