Page 1 of 1

make a gaussian blur with similar parameters of gimp?

Posted: 2018-08-10T16:55:53-07:00
by diegomage
Im trying to make a gaussian blur with imagemagick but I dont know what parameters should use , please help me with this

I use horisontal raidus 3 and vertical 3
and rle

Image

please help

Re: make a gaussian blur with similar parameters of gimp?

Posted: 2018-08-10T17:54:11-07:00
by fmw42
Try -gaussian-blur 0x3 (or faster -blur 0x3). But no guarantees. You may have to just try different values. We have no idea how GIMP does their Gaussian blur.