Re: [PHP-WIN] GD Image Resizing on the fly.

2004-11-19 Thread denis
hi this the script i use in www.biere.org you can see it in action at http://www.monsieur-biere.com/liste/secondairelmc.php3?type=type&type2=BIERE+DE+NOEL&page=1 i use the same script in rhe shopping cart and in the order form it test if the file exist and resize it at predefined size or peoduce

RE: [PHP-WIN] GD Image Resizing on the fly.

2004-11-19 Thread Mike
This following bit of code will create a thumbnail of size $thumb_width x $thumb_height based off of the initial file $file_location. Current GD libraries don't work on GIFs, so that's not an option. You can use the relative PNG functions in place of the jpeg functions, however. // Create New Ima