Search found 1 match

by philhung0704
2016-09-07T00:11:43-07:00
Forum: Users
Topic: Separate the red and black texts into 2 graphic files
Replies: 1
Views: 1032

Separate the red and black texts into 2 graphic files

Hi All, I am new to ImageMagicK, I have a image with 2 color texts, one is black and the other is red is it possible we can use ImageMagicK to separate these 2 color texts into 2 bmp files?? convert d:\de\2pages.bmp -fuzz 45%% -fill white +opaque red d:\de\2pages_red_45.bmp I tried the above code ...