Search found 3 matches

by Jossnaz
2015-02-07T16:07:10-07:00
Forum: Users
Topic: Blurring 2.5 MB png files taking minutes, very slow on windows 8.1 with version 6.7.7
Replies: 5
Views: 2585

Re: Blurring 2.5 MB png files taking minutes, very slow on windows 8.1 with version 6.7.7

Thanks for the reply
yes, the first number is the radius, the second the sigma.


just curious. Does it take for you minutes as well to blur a 1920x1200 image?

or at least several seconds?
by Jossnaz
2015-02-07T15:45:33-07:00
Forum: Users
Topic: Blurring 2.5 MB png files taking minutes, very slow on windows 8.1 with version 6.7.7
Replies: 5
Views: 2585

Blurring 2.5 MB png files taking minutes, very slow on windows 8.1 with version 6.7.7

Hi I am using imagick together with php I perform the following blur: $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 ...