how to resize bmp,tiff image using gd library ? and also mention about imagemagick which is good to use [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . i need to know which is better gd or imagemagick to resize an image 回答1: I like ImageMagick better. But I know GD it's pretty good too. Here's an example on how to resize an image using PHP: <?php if(!extension_loaded('imagick')) { dl('imagick.so'); } $img = strip_tags($_GET['imagename']); if(isset($_GET['size']