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 need to clean some images, because those have it small spots in random parts of them, in the next example, red circles remarks those spots, this spots are smaller than any letter, somebody can help me?
You can try either median filtering or -morphology close or open (not sure which as it depends upon whether white on black or black on white), I alway try both to make sure which is correct. But I think for your image it is close.
Basically are black spots in white background, in tif images in two colors format, I understand Morphology option, but i can't understand how can i do it?