Hi there,
I need some help with 'imagecopyresampled'. I've never used it and don't understand the description at php.net.
I'll explain what I need it for and perhaps someone would be kind enough to give me an example.
Right now I have some large images located at /images ... i have a web page with thumbnails of them all (simply by setting the width HTML tag).
How would one load the image, and then resample/resize it. If someone had an example, I'd love to see it.
Thanks,
-dr
int imagecopyresampled (resource dst_im, resource src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH)