Search found 3 matches
- 2015-02-07T16:38:04-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 replies, that helped a lot!
- 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?
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?
- 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 ...