ClearImageNet Send comments on this topic.
Modifying and Repairing Images

To modify  or repair an image

  1. Create an ImageIO object

  2. Call Open method to deliver the image into a Bitmap

  3. Create an ImageEditor object referencing the bitmap

  4. Call the ImageEditor  modification/repair methods

  5. Read the results from the Bitmap property of the ImageEditor object

  6. Save the bitmap using the SaveAs or Append methods of ImageIO object

 

NOTE:  Image modification and repair methods can be intermixed with image analysis methods to modify images in more flexible and sophisticated ways.