Hello guys,
I am having some problems with Image Generation in PHP(with GD library).
i have a image of size(300K) , can somebody tell me how do i make a thumbnail out of it.
i,e i want a smaller image(upto 50K is ok) and it has to be generated dynamically, so that i don't have to store two images(one each for thumbnail and the actual image) in my directory.
Note:ImageCreateFromGif() doesn't work in the latest version of GD library ..
Thanks 'n' regards,
Danny ...