By Philippe on Friday, 12 February 2021
Posted in Beta Testing
Replies 3
Likes 0
Views 469
Votes 0
Hello,

I noticed that using ImageMagick the images were heavier than with GD Library.

On the other hand if I also use your Image Optimizer API, the images with ImageMagic are the same size as with GD Library.

Here is an example image that I sent several times with different settings :
myphoto_thumbnail.jpg

GD Library : 100 ko
ImageMagick : 135 ko

GD Library + Image Optimizer API : 83 ko
ImageMagick + Image Optimizer API : 83 ko

Why with ImageMagick my images have a significantly higher size if I do not use your Image Optimizer ?

Thank you,
Philippe
Not all images are equal. It depends on the source image, also the quality from Imagemagick is different than GD.
·
Friday, 12 February 2021 23:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok I see.
But why must necessarily pass through your Image Optimizer API for my photos ImageMagick is as light with GD Library ?

Thank you,
Philippe
·
Saturday, 13 February 2021 00:39
·
0 Likes
·
0 Votes
·
0 Comments
·
When you resize an image using GD / Imagemagick, it would add metadata on the images. Feeding these images to our image optimizer would strip out these data.
·
Saturday, 13 February 2021 12:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post