Page 1 of 1

Image resize function

Posted: Sun Jun 04, 2006 11:27 pm
by Milan
I have a image resize function that does not work? :(
i have a GD library installed and i would like to know does anyone knows a simple way or function to resize the image once it's uploaded.

Someting like resize(IMAGELOCATION, WIDTH, HEIGHT)

thanks!

Posted: Mon Jun 05, 2006 12:13 am
by Burrito
search this forum for onion2k's resize class.

Re: Image resize function

Posted: Mon Jun 05, 2006 2:58 am
by onion2k
Milan wrote:I have a image resize function that does not work? :(
i have a GD library installed and i would like to know does anyone knows a simple way or function to resize the image once it's uploaded.

Someting like resize(IMAGELOCATION, WIDTH, HEIGHT)

thanks!
I never thought of simplifing it that much. Cool idea. I'll write something when I get a free 10 minutes.

In the mean time.. read this: viewtopic.php?t=41743

Posted: Mon Jun 05, 2006 12:45 pm
by Milan
will do thanks!