Closed Thread Icon

Topic awaiting preservation: GD image resize with PHP - poor results (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=12525" title="Pages that link to Topic awaiting preservation: GD image resize with PHP - poor results (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: GD image resize with PHP - poor results <span class="small">(Page 1 of 1)</span>\

 
tog_benson
Obsessive-Compulsive (I) Inmate

From: mpls, mn, USA
Insane since: Nov 2002

posted posted 11-25-2002 18:49

I used the GD Library that came with PHP 4 to make thumbnails and they look like this:
http://www.wordevelopment.com/gd_mess/

Anyone know how to make them look better? I believe the extension for GD is version 2. At least the driver is called : "php_gd2.dll".

I am on Win2K Pro running Apache 2 and PHP4.

I am willing to try Imagemagick which I have installed, but I cannot find any documentation for using PHP to work with Imagemagick.

TOG BENSON
Inventor of the steam engine.

tog_benson
Obsessive-Compulsive (I) Inmate

From: mpls, mn, USA
Insane since: Nov 2002

posted 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.

TOG BENSON
Inventor of the steam engine.

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted 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.

Becareful with this you want to make sure you check any commands before executing them.



.:[ Never resist a perfect moment ]:.

« BackwardsOnwards »

Show Forum Drop Down Menu