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?".
diegomage
Posts: 205 Joined: 2017-03-08T10:12:28-07:00
Authentication code: 1151
Post
by diegomage » 2017-10-05T22:05:23-07:00
I use gimp but dont know how do this in imagemagick
PLease help me
snibgo
Posts: 12159 Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK
Post
by snibgo » 2017-10-05T22:15:29-07:00
Use "-blur" or "-gaussian-blur".
diegomage
Posts: 205 Joined: 2017-03-08T10:12:28-07:00
Authentication code: 1151
Post
by diegomage » 2017-10-05T22:16:39-07:00
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
Post
by snibgo » 2017-10-05T22:24:55-07:00
If you want to blur, you need to include "-blur" or "-gaussian-blur".