This is a discussion on "Php Image handling" within the PHP Forum section. This forum, and the thread "Php Image handling are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Php Image handling
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Php Image handling
In oreder to manipulate images with php..... am i right in thinking that i need to install the GD library?
All i want to do is create thumbnails on the fly and also maybe add a watermark. |
|
|
|
||||
|
Re: Php Image handling
Yep. It's quite often installed on servers already, though.
|
|
|||
|
Re: Php Image handling
ok, id better get it installed on my local machine for testing then ......... hope its not too long winded.
|
|
|||
|
Re: Php Image handling
Just so everybody knows... apparently, the GD library comes as standard with php 4.0 +
Which is kinda neat |
|
||||
|
Re: Php Image handling
Yeah, but using full size images as thumbnails is really bad because, depending on the image size, it can take forever to load a page. Even on high speed connections.
|
|
|||
|
Re: Php Image handling
thats precisly why im going to use the gd libray ryan m8..... besides i spent most of today teaching myself how to sue all the different functions..
hopefully ill ahve something working tomorrow moring |
|
||||
|
Re: Php Image handling
Don't sue the functions!
|
|
||||
|
Re: Php Image handling
D'oh, didn't even stop to think that the browser would have to download the entire file. No wonder Hot Farmgirls of Uzbekistan takes so long to load
|
|
||||
|
Re: Php Image handling
I use ImageMagick. I heard it was more powerful than GD but who knows. I never tried GD.
Here's the script I use to create my thumbnails tho - Dynamic Thumbnailing with Imagemagick in PHP And here's a site with ALOT of neat little things you can do with IM - http://www.imagemagick.org/Usage/ |
|
|||
|
Re: Php Image handling
i'll look into that in the morning kari, thanks
howeevr i have a script that works uising gd atm .... its a simple resize this uploaded image to X size script.... need to figure a few more things out tioll im happy though |
![]() |
| Tags |
| php |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Handling cookies in JavaScript. | globalguideline | JavaScript Forum | 1 | Mar 13th, 2008 21:03 |
| handling xml errors | grobar | Other Programming Languages | 0 | Sep 4th, 2006 16:36 |
| Character Encoding Handling | spinal007 | Classic ASP | 0 | Jun 13th, 2006 11:21 |
| Form handling | Tim356 | PHP Forum | 2 | Feb 28th, 2005 23:55 |
| Form handling Process in ASP? | sazhagianambi | Classic ASP | 4 | May 27th, 2004 12:59 |