Improve/Repair Scanned Images Using ImageMagick
This is the command:
magick "img-01.tiff" -strip -kuwahara "1.5" -modulate "100,90" -level "6,92%,0.75" -quality 80 "img-01.jpg"
-strip
- remove any metadata-kuwahara "1.5"
- apply smoothing algorithm