Gaussian blur slow (and different) compared to Photoshop CC
Posted: 2014-07-11T12:09:22-07:00
In Photoshop CC, I can take a 200x3210px image and perform a gaussian blur telling Photoshop radius 200pixels, and it's finished very quickly (less than a second.)
If I use -gaussian-blur 200, it takes about 100 seconds. And, the result is much less blurred than Photoshop's.
If I want to duplicate Photoshop CC's blur, what radius and sigma should I be using for ImageMagick? (Photoshop doesn't have a second argument for sigma.) I'm guessing ImageMagick's "radius" argument must be different than Photoshop's "radius" argument. Or, I'm guessing ImageMagick might be performing a more accurate gaussian blur because it's taking so much longer. If so, how can I achieve a similar quality result to Photoshop's on the much faster timeframe?
If I use -gaussian-blur 200, it takes about 100 seconds. And, the result is much less blurred than Photoshop's.
If I want to duplicate Photoshop CC's blur, what radius and sigma should I be using for ImageMagick? (Photoshop doesn't have a second argument for sigma.) I'm guessing ImageMagick's "radius" argument must be different than Photoshop's "radius" argument. Or, I'm guessing ImageMagick might be performing a more accurate gaussian blur because it's taking so much longer. If so, how can I achieve a similar quality result to Photoshop's on the much faster timeframe?