VintaSoft Imaging .NET SDK and Plug-ins Discussions

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Board index < VintaSoft Imaging < VintaSoft Imaging .NET SDK and Plug-ins Discussions

We are migrating to new forums engine, no new registration or posting currently available. TIA for your patience.

color dropout



color dropout

Post by ltdeta »

Does VintaSoftImaging has this function

this means:
The removal of a specific color from a scanned image. Typically used for preprinted forms, so that the form itself does not appear in the scanned image, leaving only the information filled in by the user. This increases OCR effectiveness, and decreases data storage and bandwidth requirements.


Re: color dropout

Post by Alex »

Hello,

You can use the Vintasoft.Imaging.ImageProcessing.Color.ColorBlendCommand if you want to dropout the color from the image.

Here is an example how to dropout red color from the image:
ColorBlendCommand command = new ColorBlendCommand(BlendingMode.Darken, Color.FromArgb(0, 255, 255));
command.ExecuteInPlace(image);
Best regards, Alexander


Re: color dropout

Post by ltdeta »

Thank you for the answer.

i use the demo version and do this


but know i would change red with white color

this is the original picture


Page 1 from 1: 1