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?".
I'm using Magick++ and I want to solve this problem. I have the following image. What that I need is to smooth it, to fill holes and make the difference between white and blue more clear. At the end I need only the colors previously existent: black, blue and white, with no shadings.
What kind of transformation do I need to solve this?
Thanks in advance for help.
Last edited by cecchisandrone on 2008-02-17T04:29:24-07:00, edited 1 time in total.
Fred Wienhaus has some command line shell scripts that implements this, but we have yet to find anyone willing to create these image filters inside magick core library.