a simple experimental image inpainting tool with a custom random algorithm built with Windows Forms
- load an image
- select rect or lasso area on the image
- adjust the randomness strength using the slider
- click Inpaint to fill the selected area with a randomized pattern based on the image edges
- save the result as .png or .jpeg
- Load - choose an image file
- Inpaint - apply the algorithm to the selected area
- Save - save the modified image
- Slider - controls how much randomness is added to the filling
- Rectangle - rectangle selection mode
- Lasso - lasso selection mode
- Ctrl+Z - undo last change
- Ctrl+O - load an image
- Ctrl+S - save the image
the program fills the selected area by taking colors from the edges of the selection and spreading them inward with random variations