Blurring 2.5 MB png files taking minutes, very slow on windows 8.1 with version 6.7.7
Posted: 2015-02-07T15:45:33-07:00
Hi
I am using imagick together with php
I perform the following blur:
This takes several minutes to perform and CPU rises to 75%.
I run it on windows
version:
I am using imagick together with php
I perform the following blur:
Code: Select all
$img = new Imagick$filename);
$img->gaussianblurimage(30, 30);
file_put_contents ("30".$filename , $img);
$img->gaussianblurimage(50, 30);
file_put_contents ("50".$filename, $img);
$img->gaussianblurimage(80, 30);
file_put_contents ("80".$filename, $img);
I run it on windows
version:
C:\Users\Lukas>convert -version
Version: ImageMagick 6.7.7-4 2012-05-29 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP