
I need to make those blackish pixels colored same as the grey mortar color.
Code: Select all
convert mn1-bRxR3LFR.png -fuzz 55% -alpha off -fill "rgb(230,230,230)" -opaque "rgb(63,63,63)" -alpha on show:
fmw42 wrote:try
Code: Select all
convert mn1-bRxR3LFR.png -fuzz 55% -alpha off -fill "rgb(230,230,230)" -opaque "rgb(63,63,63)" -alpha on show:
nagarwal wrote:fmw42 wrote:try
Code: Select all
convert mn1-bRxR3LFR.png -fuzz 55% -alpha off -fill "rgb(230,230,230)" -opaque "rgb(63,63,63)" -alpha on show:
I only needed to change those blackish pixels on inside edges but it changes the images a lot and looses the original texture. the result is
Code: Select all
convert mn1-bRxR3LFR.png -alpha off -black-threshold 19.6% -fill "gray(230)" -opaque black -alpha on tmp1.png
Code: Select all
convert mn1-bRxR3LFR.png -alpha off -black-threshold 19.6% -fill "gray(230)" -opaque black -alpha on \
-background black -alpha background tmp1.png