I need to sharpen the text, smoothen it, clear the noise around it, and for any colored (red title, border especially) elements, ideally I want to convert them to a single solid color, or reduce colors as much as possible so its looks better.
I tried
Code: Select all
convert 003.jpg -alpha off -auto-level -normalize -level 10%,90% -sharpen 0x1 -fuzz 50% -strip -quality 70 -colors 16 -brightness-contrast -5x20 -resize '720' -selective-blur 0x4+10% 003a.jpg
I'd appreciate any help! Thanks.