Then, when you have a minute, can you have a look atanthony wrote:Fair enough. My own view is that the no-op case having the most minimal filter effect is most important.
Code: Select all
convert image.whatever -define filter:blur=.838 -filter lanczos -distort Resize ... Code: Select all
convert image.whatever -define filter:blur=.81967213114754 -filter lanczos -distort Resize ... These are not fully optimized, but in terms of sharpness, I think they are just about as close to as sharp one can reasonably make Jinc Lanczos 3 be. (The first blur is close to the one which minimizes the worst case possible over/undershoot when enlarging, the second minimizes the worst possible deviation from the original under no-op.)
Drawback: Staircasing.