RE: [PHP] FW: Resizing Pictures

2004-04-20 Thread Vail, Warren
59 PM 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.

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 >

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 phpgall

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-19 Thread Terence
OTECTED]>; "'Php-General-Help'" <[EMAIL PROTECTED]> Sent: 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

RE: [PHP] FW: Resizing Pictures

2004-04-19 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-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 ge

RE: [PHP] FW: Resizing Pictures

2004-04-19 Thread Ryan Schefke
l 19, 2004 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 10

RE: [PHP] FW: Resizing Pictures

2004-04-19 Thread Warren Vail
om: Ryan Schefke [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 8:06 PM To: Php-General-Help Cc: 'Ryan Schefke' Subject: [PHP] FW: Resizing Pictures How do you resize pictures once they're in a certain directory? I have the script to upload a picture, that's working

[PHP] FW: Resizing Pictures

2004-04-19 Thread Ryan Schefke
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!