Resizing working very slow
Posted: 2012-11-20T14:17:58-07:00
Hello,
I decided to change my resize functions to Image Magick to get better quality. I also read that IM is much faster than GD but in my case it's running extremely slow. When I upload jpg photo about 2MB size it takes 10 to 20 seconds to resize it! When I do the same with GD (with unsharp mask also) it takes 2 seconds.
I use commands like this:
Is everything ok here or some part should be changed to make it faster?
I use good web server so it shouldn't be a problem. Anyway I've sent a question to the provider also.
Thank you very much for help!
Bartek
I decided to change my resize functions to Image Magick to get better quality. I also read that IM is much faster than GD but in my case it's running extremely slow. When I upload jpg photo about 2MB size it takes 10 to 20 seconds to resize it! When I do the same with GD (with unsharp mask also) it takes 2 seconds.
I use commands like this:
Code: Select all
convert file.jpg -filter Lanczos -resize 950x500 -quality 85 -unsharp 0x0.75+0.75+0.008 file950.jpg
I use good web server so it shouldn't be a problem. Anyway I've sent a question to the provider also.
Thank you very much for help!
Bartek