ImageEn

TImageEnView.RetouchTool Code Samples


Code samples for RetouchTool.
Automatically generated by the Every Method demo.
// Automated test of RetouchTool - IEVisionInpaint - Typical Values
// Retouch Tool - Inpaint at 200,200 (Brush: 50)
ImageEnView1.RetouchTool.RetouchMode := iermIEVisionInpaint;
ImageEnView1.RetouchTool.BrushSize := 50;
ImageEnView1.RetouchTool.InpaintMethod := 0;
ImageEnView1.RetouchTool.InpaintRangeSize := 4;
ImageEnView1.RetouchTool.StartPainting( 200, 200 );
ImageEnView1.RetouchTool.EndPainting();



// Automated test of RetouchTool - IEVisionInpaint - Alpha Channel - Typical Values
// Retouch Tool - Inpaint at 200,200 (Brush: 50)
ImageEnView1.RetouchTool.RetouchMode := iermIEVisionInpaint;
ImageEnView1.RetouchTool.BrushSize := 50;
ImageEnView1.RetouchTool.InpaintMethod := 0;
ImageEnView1.RetouchTool.InpaintRangeSize := 4;
ImageEnView1.RetouchTool.StartPainting( 200, 200 );
ImageEnView1.RetouchTool.EndPainting();



// Automated test of RetouchTool - IEVisionSmooth - Typical Values
// Retouch Tool - Denoise to 200,200 (Brush: 50)
ImageEnView1.RetouchTool.RetouchMode := iermIEVisionSmooth;
ImageEnView1.RetouchTool.BrushSize := 50;
ImageEnView1.RetouchTool.DenoiseFilterStrength := 10;
ImageEnView1.RetouchTool.StartPainting( x1, y1 );
ImageEnView1.RetouchTool.AddToPainting( 200, 200 );
ImageEnView1.RetouchTool.EndPainting();



// Automated test of RetouchTool - IEVisionSmooth - Alpha Channel - Typical Values
// Retouch Tool - Denoise to 200,200 (Brush: 50)
ImageEnView1.RetouchTool.RetouchMode := iermIEVisionSmooth;
ImageEnView1.RetouchTool.BrushSize := 50;
ImageEnView1.RetouchTool.DenoiseFilterStrength := 10;
ImageEnView1.RetouchTool.StartPainting( x1, y1 );
ImageEnView1.RetouchTool.AddToPainting( 200, 200 );
ImageEnView1.RetouchTool.EndPainting();



// Automated test of RetouchTool - IEVisionSmooth - 32-Bit RGBA - Typical Values
// Retouch Tool - Denoise to 200,200 (Brush: 50)
ImageEnView1.RetouchTool.RetouchMode := iermIEVisionSmooth;
ImageEnView1.RetouchTool.BrushSize := 50;
ImageEnView1.RetouchTool.DenoiseFilterStrength := 10;
ImageEnView1.RetouchTool.StartPainting( x1, y1 );
ImageEnView1.RetouchTool.AddToPainting( 200, 200 );
ImageEnView1.RetouchTool.EndPainting();



// Automated test of RetouchTool - IEVisionInpaint - Random Values
// Retouch Tool - Inpaint at 200,200 (Brush: 177)
ImageEnView1.RetouchTool.RetouchMode := iermIEVisionInpaint;
ImageEnView1.RetouchTool.BrushSize := 177;
ImageEnView1.RetouchTool.InpaintMethod := 0;
ImageEnView1.RetouchTool.InpaintRangeSize := 18;
ImageEnView1.RetouchTool.StartPainting( 200, 200 );
ImageEnView1.RetouchTool.EndPainting();



// Automated test of RetouchTool - IEVisionInpaint - Alpha Channel - Random Values
// Retouch Tool - Inpaint at 200,200 (Brush: 177)
ImageEnView1.RetouchTool.RetouchMode := iermIEVisionInpaint;
ImageEnView1.RetouchTool.BrushSize := 177;
ImageEnView1.RetouchTool.InpaintMethod := 0;
ImageEnView1.RetouchTool.InpaintRangeSize := 18;
ImageEnView1.RetouchTool.StartPainting( 200, 200 );
ImageEnView1.RetouchTool.EndPainting();



// Automated test of RetouchTool - IEVisionSmooth - Random Values
// Retouch Tool - Denoise to 200,200 (Brush: 177)
ImageEnView1.RetouchTool.RetouchMode := iermIEVisionSmooth;
ImageEnView1.RetouchTool.BrushSize := 177;
ImageEnView1.RetouchTool.DenoiseFilterStrength := 24;
ImageEnView1.RetouchTool.StartPainting( x1, y1 );
ImageEnView1.RetouchTool.AddToPainting( 200, 200 );
ImageEnView1.RetouchTool.EndPainting();



// Automated test of RetouchTool - IEVisionSmooth - Alpha Channel - Random Values
// Retouch Tool - Denoise to 200,200 (Brush: 177)
ImageEnView1.RetouchTool.RetouchMode := iermIEVisionSmooth;
ImageEnView1.RetouchTool.BrushSize := 177;
ImageEnView1.RetouchTool.DenoiseFilterStrength := 24;
ImageEnView1.RetouchTool.StartPainting( x1, y1 );
ImageEnView1.RetouchTool.AddToPainting( 200, 200 );
ImageEnView1.RetouchTool.EndPainting();



// Automated test of RetouchTool - IEVisionSmooth - 32-Bit RGBA - Random Values
// Retouch Tool - Denoise to 200,200 (Brush: 177)
ImageEnView1.RetouchTool.RetouchMode := iermIEVisionSmooth;
ImageEnView1.RetouchTool.BrushSize := 177;
ImageEnView1.RetouchTool.DenoiseFilterStrength := 24;
ImageEnView1.RetouchTool.StartPainting( x1, y1 );
ImageEnView1.RetouchTool.AddToPainting( 200, 200 );
ImageEnView1.RetouchTool.EndPainting();