Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
klausdoege
Posted - Aug 27 2020 : 08:07:08 Hello, For Smart Erasser, more description is needed. It is not clear what the tool does exactly. The example is also not meaningful. // Use Smart Eraser Brush tool ImageEnView1.ChromaKeyOptions.Tolerance := 0.15; ImageEnView1.BrushTool.BrushFill := iebfSmartEraser; ImageEnView1.MouseInteractGeneral := [ miBrushTool ];
The reaction is not predictable for me. Is it possible to describe the intended function in more detail.
iebfSmartEraser uses a Chroma Key algorithm to determine the image background (i.e. it attempts to erase content that has a similar color to where first clicked). It works best with on images with a solid, consistent background.