A faster variable blur?
Posted: 2010-12-08T16:30:15-07:00
I did a couple tests on doing a variable blur like they show in this example:
http://www.imagemagick.org/Usage/mapping/#blur
I was doing this on a 2kx2k image with a circular gradient for a mask. I had to do a amount of at least 30 before I really started to see any effect. The problem is that is was SLOOW sometime taking 5 minutes just to finish the effect. Is there any faster way of doing this effect? Maybe a not so precise filter? I realize I could just do a overall blur and then mask that image over another, but that doesn't really give the same effect.
http://www.imagemagick.org/Usage/mapping/#blur
I was doing this on a 2kx2k image with a circular gradient for a mask. I had to do a amount of at least 30 before I really started to see any effect. The problem is that is was SLOOW sometime taking 5 minutes just to finish the effect. Is there any faster way of doing this effect? Maybe a not so precise filter? I realize I could just do a overall blur and then mask that image over another, but that doesn't really give the same effect.