Improvement suggestion : Boundary Handling in Scratch Removal Tool
Posted: January 23rd, 2026, 10:38 pm
Observation: When utilizing the Scratch Removal tool on artifacts that intersect with the image boundary, the Clone recovery method fails to respect the image edge. Specifically, when the source alignment or brush stroke approaches the frame limit, the tool samples "null" or black pixels from the canvas area outside the image dimensions. This results in an incorrect interpolation/replacement that introduces dark artifacts into the image.
Proposed Resolution: The Scratch Removal tool should implement strict boundary constraints for pixel sampling. When the Clone source or destination reaches the image edge, the algorithm should never sample outside of the image actual pixels.
Proposed Resolution: The Scratch Removal tool should implement strict boundary constraints for pixel sampling. When the Clone source or destination reaches the image edge, the algorithm should never sample outside of the image actual pixels.