I imagine a command like this
Code: Select all
convert -interest 3 image
Code: Select all
convert -interest 3 image
Code: Select all
convert ... -colorspace Gray -auto-gamma -sharpen 2x1 -statistic StandardDeviation
I've tried this but I'm getting:Andi34 wrote: ↑2018-10-28T12:35:45-07:00Code: Select all
convert ... -colorspace Gray -auto-gamma -sharpen 2x1 -statistic StandardDeviation
Code: Select all
convert: option requires an argument `-statistic' @ error/convert.c/ConvertImageCommand/2880.
Code: Select all
convert inputimg -colorspace Gray -auto-gamma -sharpen 2x1 -statistic StandardDeviation 3x3 outputimg