NicolasRobidoux wrote:Thank you Steve.
Putting the result of your testing in my "What worked for someone" memory box.
P.S. I persist in thinking that an EWA can always be found that does better than any tensor method in a specific situation. Have you tried something like
Code: Select all
convert infile[0] -quiet -colorspace RGB -gamma 1.333333333333333 -filter RobidouxSharp -distort Resize $res -gamma .75 -colorspace sRGB +repage outfile
or
Code: Select all
convert infile[0] -quiet -colorspace RGB -gamma 1.333333333333333 -filter CatRom -distort Resize $res -gamma .75 -colorspace sRGB +repage outfile
?
Not a problem. If it wasn't for you and Fred, I'd still be in the weeds
Of the 12 filters I thought gave the best results, ewa caused 11 of them
to become slightly blurry also it increases the file size. The
exception was Catrom which became over sharpened.
The 12 filters are:
Bartlett Blackman Catrom Cosine Hamming Hann Kaiser Lanczos Lanczos2
Lanczos2Sharp LanczosSharp Welch
Since these were so close, I went with Catrom because of the smaller
file sizes. File sizes aren't a major factor, I just used it to help tip
the scales.
Here are my tests for the 12 filters:
https://dev.zcomix.com/files/convert-tests-all.zip (1.3gb)
I'll revisit my ewa notes and supply more exact information later today.