Inpaint
Filter
Fills masked regions with content-aware fill, intelligently synthesizing texture to replace removed areas.
Inpaint removes content from an image and fills the hole with plausible surrounding texture. It uses multi-scale PatchMatch, which searches for similar patches in the image and blends them into the masked area.
Connect a mask to define which areas to fill. The patch size controls how large the texture samples are, and the feather setting softens the boundary between original and filled content.
Parameters
Section titled “Parameters”Fill
Patch SizeChoice
Texture patch size for matching; larger=more context, slower
IterationsInteger
PatchMatch iterations per scale; more=better quality
ScalesInteger
Pyramid levels for coarse-to-fine; more=better large fills
Blend
FeatherNumber · px/%
Soft edge blend at fill boundary; 0=hard edge
Usage Tips
Section titled “Usage Tips”- Use a larger patch size for filling areas surrounded by complex textures.
- Increase scales for filling large regions, since more pyramid levels means better large-area coherence.
- Add feathering to blend the fill boundary smoothly with surrounding content.
- Combine with Mask Paint to interactively select the area to fill.