make a gaussian blur with similar parameters of gimp?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
diegomage
Posts: 205
Joined: 2017-03-08T10:12:28-07:00
Authentication code: 1151

make a gaussian blur with similar parameters of gimp?

Post 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
User avatar
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?

Post 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.
Post Reply