1. mac os (2,6 GHz Intel Core i7, 16GB DDR3)
2. ubuntu 16.04 (i7-8700 CPU @ 3.20GHz, 64GB DDR3)
identify -versions
Version: ImageMagick 7.0.7-28 Q16 x86_64 2018-03-26 http://www.imagemagick.org
Copyright: © 1999-2018 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules OpenMP
Delegates (built-in): bzlib djvu fontconfig freetype gvc jbig jng jpeg lcms lqr ltdl lzma openexr png tiff wmf x xml zlib
Hardware on ubuntu server is more powerful then on mac os.
But when I try to save GIF on ubuntu server it takes longer than on mac os.
Code: Select all
$imagick = $imagick->deconstructImages();
$imagick->writeImages($savePath, true);
For example: image with the same sizes can be saved for 1 second on mac os and little more than 2 seconds on ubuntu.
Can anybody help with this problem ?