Image:

Close up:

Also, removing the white transparent out interrupting the image (if has white inside the image)
Thank's for reading.


Code: Select all
convert image.png -negate -threshold 0 mask.pngCode: Select all
convert mask.png \( +clone -roll -1-1 \) -compose multiply -composite mask2.pngCode: Select all
convert image.png mask2.png -alpha off -compose CopyOpacity -composite result.png
Users browsing this forum: Semrush [Bot] and 20 guests