I created this image with Photoshop, saved with JPEG quality = 11 (photoshop's quality is from 1-12):
I used this code:
Code: Select all
<?php
$downimage = imagecreatefromjpeg ("Photoshop.jpg");
imagejpeg ( $downimage, "php_gd2.jpg", 100);
?>
Now, my question is this: Will ImageMagick give me a better resulting image than this? Would someone be willing to take that first image and run it through ImageMagick just so I can see the results?
I've already asked my host to install ImageMagick on our server, but sometimes he requires several reminders. I'm wondering how hard I should push to get this done quickly.
Thanks for any and all assistance!