How do a gaussian blur 15 px rle equivalent in imagemagick?

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

How do a gaussian blur 15 px rle equivalent in imagemagick?

Post by diegomage »

I use gimp but dont know how do this in imagemagick
Image
PLease help me
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: How do a gaussian blur 15 px rle equivalent in imagemagick?

Post by snibgo »

Use "-blur" or "-gaussian-blur".
snibgo's IM pages: im.snibgo.com
diegomage
Posts: 205
Joined: 2017-03-08T10:12:28-07:00
Authentication code: 1151

Re: How do a gaussian blur 15 px rle equivalent in imagemagick?

Post by diegomage »

this command its correct ???


convert image1.png -bordercolor white -border 15x0 blur_source.png
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: How do a gaussian blur 15 px rle equivalent in imagemagick?

Post by snibgo »

If you want to blur, you need to include "-blur" or "-gaussian-blur".
snibgo's IM pages: im.snibgo.com
Post Reply