Re: [PHP-WIN] Create Thumbnails from image

2002-09-22 Thread Olivier Hubert
Hi, Read up on the image manipulation functions of PHP at http://www.php.net/manual/en/ref.image.php You will need to install the GD library if it's not already installed and once you do you will have access to all the functions described, including the ImageCopyResized function. To read the

[PHP-WIN] Create Thumbnails from image

2002-09-22 Thread Kjell Hansen
Hi, I'm using a Win2k with php4.1 and I'd like to make some thumbnails from pictures on my disk. I've gotten the impression that it's possible, but I havent' found out just how. I've stumbled across the ImageCopyResized function but it requires a imagehandle(?) to the file copied from. How do I g