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
please help
make a gaussian blur with similar parameters of gimp?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: make a gaussian blur with similar parameters of gimp?
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.