PHP thumbnail creation

Associate
Joined
18 Oct 2002
Posts
1,581
Location
Nottingham
Basically i am trying to create a thumb nail of an image when it is uploaded using the page i have create. I would like the image to be maximum of 100px in height and then the width obviously proportional. I have tried to do this a couple of different ways but so far no luck i have only come up with php telling me im passing imagecopyresampled the wrong info or it printing out lots of random characters. Can anyone help me out, maybe point me in the direction of a bit of code. Or even help me out and write a bit of code.
 
with a combination of my own script and some stuff that i looked up i have created a resize function that i can call and give it some conditions and it goes off and does it for me :)

Thanks for the help :)
 
Back
Top Bottom