To modify or repair an image
Create an ImageIO object
Call Open method to deliver the image into a Bitmap
Create an ImageEditor object referencing the bitmap
Call the ImageEditor modification/repair methods
Read the results from the Bitmap property of the ImageEditor object
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.