This is a discussion on Picture resizing with PHP within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hey guys, I've got a db that i have populated with the address to certain images. When I call ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hey guys,
I've got a db that i have populated with the address to certain images. When I call those images with php I want to resize them on the fly down to a thumbnail. I don't want to just write the image size in the html <img> tag, i actually want to resize them. How can I complete this task? I've seen several diff. option on the web but I thought I'd ask the experts to see what they use. I'm currently using php 4.1.2-3. Any help is greatly appreciated. Thank you Jason Cooke |
|
|||
|
"Jason Cooke" <jc@jcimedia_JunK_.com> wrote in message
news:c1vev1$5jrl$1@news3.infoave.net... > Hey guys, > > I've got a db that i have populated with the address to certain images. When > I call those images with php I want to resize them on the fly down to a > thumbnail. I don't want to just write the image size in the html <img> tag, > i actually want to resize them. How can I complete this task? I've seen > several diff. option on the web but I thought I'd ask the experts to see > what they use. I'm currently using php 4.1.2-3. Any help is greatly > appreciated. Thank you > > Jason Cooke > > I use this: http://www.gzentools.com/gzimg.php I am using it on this site too: http://www.hairreview.com -- Mike Bradley http://www.gzentools.com -- free online php tools |