Topic awaiting preservation: GD image resize with PHP - poor results (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: mpls, mn, USA |
posted 11-25-2002 18:49
I used the GD Library that came with PHP 4 to make thumbnails and they look like this: |
Obsessive-Compulsive (I) Inmate From: mpls, mn, USA |
posted 11-25-2002 18:56
I am a bad person. I just read the post a few days ago titled "Image HTML Creator". I wil try that now. I will post my results. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 11-25-2002 20:13
ImageMagick is not usually run directly through built in PHP commands. Instead you need to use a php exec command to do the dirty work. |