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.
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
>
> 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
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
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
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
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
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
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 e
9 matches
Mail list logo