RE: [PHP] FW: Resizing Pictures

2004-04-20 Thread Red Wingate
Maybe you should take a look at PHPs Image functions, finding out which function matches your needs is not that hard :-) If you don't find the right functions you can also take a look at this list's archives as this topic was raised around 5 times 04/04 :-p -- red [...] Hi Warren, Thanks

Re: [PHP] FW: Resizing Pictures

2004-04-20 Thread Terence
: Tuesday, April 20, 2004 11:59 AM Subject: RE: [PHP] FW: Resizing Pictures Hi Warren, Thanks for the reply; however, that wasn't the answer I was searching for. Using PHP, I would like to resize a file once it's store in a directory on a (my) webserver. Anyone know? -Original Message- From

Re: [PHP] FW: Resizing Pictures

2004-04-20 Thread Lester Caine
Ryan Schefke wrote: How do you resize pictures once they're in a certain directory? I have the script to upload a picture, that's working fine. I just need some help with resizing it. Can someone help? Grab a copy of TikiWiki - http://freshmeat.net/projects/tiki/ It's quite a large system, but

Re: [PHP] FW: Resizing Pictures

2004-04-20 Thread Brent Clark
Grab a copy of TikiWiki - http://freshmeat.net/projects/tiki/ It's quite a large system, but there are lots of useful libraries in it. lib/imagegals/imagegallib.php has a nice sample of building thumbnails and smaller copies of the original as well as managing them. Alternatively phpgallery

RE: [PHP] FW: Resizing Pictures

2004-04-20 Thread Hardik Doshi
You can resize a file using the GD library. Look for the GD library functions in php manual. Hardik Doshi [...] Hi Warren, Thanks for the reply; however, that wasn't the answer I was searching for. Using PHP, I would like to resize a file once it's store in a directory on a (my)

RE: [PHP] FW: Resizing Pictures

2004-04-20 Thread Vail, Warren
To: 'Warren Vail'; 'Php-General-Help' Subject: RE: [PHP] FW: Resizing Pictures Hi Warren, Thanks for the reply; however, that wasn't the answer I was searching for. Using PHP, I would like to resize a file once it's store in a directory on a (my) webserver. Anyone know? -Original Message

RE: [PHP] FW: Resizing Pictures

2004-04-19 Thread Warren Vail
If you don't mind doing them by hand, Window Paint can, use Image-Stretch/Skew and Stretch by the same percentage for horizontal and vertical dimensions to keep the same perspective (less than 100% will reduce the picture and more than 100% will stretch, but clarity of the image will suffer from

RE: [PHP] FW: Resizing Pictures

2004-04-19 Thread Ryan Schefke
11:56 PM To: Ryan Schefke; Php-General-Help Subject: RE: [PHP] FW: Resizing Pictures If you don't mind doing them by hand, Window Paint can, use Image-Stretch/Skew and Stretch by the same percentage for horizontal and vertical dimensions to keep the same perspective (less than 100% will reduce

Re: [PHP] FW: Resizing Pictures

2004-04-19 Thread Daniel Rucci
Ryan Schefke wrote: How do you resize pictures once they're in a certain directory? I have the script to upload a picture, that's working fine. I just need some help with resizing it. Can someone help? Thanks! im creating a new image in this function, but you get the idea.. function