Description
Is your feature request related to a problem? Please describe.
We have clone and heal algorithms in the retouch module, which copy from a source region to a destination region, but sometimes there is no suitable source region. In such cases, it would be useful to extend the pattern of the surrounding area of the image into the destination.
This or similar has been requested multiple times in the past (#12891, #8649, #2729), and this FR is meant to consolidate the requests.
Describe the solution you'd like
A new mode in the retouch module similar to the existing "fill" algorithm which does inpainting from the surrounding pixels instead of painting a fixed color. Using G'Mic (which already gets linked to handle compressed LUT files) has been suggested.