I'm trying imagemagick to sharpen images after resampling,
and I do get some result.
But I do not quite understand the arguments as I only get slight sharpening or no sharpening at all.
For instance convert -unsharp 5 90 200 2 src.jpg dest.jpg seems to do the same as convet -unsharp 2 2.8 2000 src.jpg dest.jpg
I also tried -sharpen with more or less the same result
Can anyone give an example of a very strong, overly sharpened image please?
and I do get some result.
But I do not quite understand the arguments as I only get slight sharpening or no sharpening at all.
For instance convert -unsharp 5 90 200 2 src.jpg dest.jpg seems to do the same as convet -unsharp 2 2.8 2000 src.jpg dest.jpg
I also tried -sharpen with more or less the same result
Can anyone give an example of a very strong, overly sharpened image please?