Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
@Anthony:
I still can't reach your machine, but I'm OK with waiting for public versions and taking it from there. I'm not going to sue you for libel or whatever
I added a sentence in boldface in the above draft. If you could add something to this effect to "Nicolas' Recommendations", Nicolas would appreciate it.
@Fred: If you look at the enlargement of the dragon, it's clear that sigmoidization is good at tightening interfaces which involve extreme values, but not so good at doing so with interfaces that only involve midtones. In a sense, this was on purpose, because the sigmoidal curve is pretty close to being rescaled linear light near middle gray. The rescaling (change of slope) does not affect anything because it is undone at the end.
Again, I don't have time for this now, because I suspect that doing it well is going to involve a fair amount of craftmanship, but this observation suggests that using a sigmoidal parameterized by local values has the potential of being very good.
@Henry:
Sigmoidization will reduce some of the halos, but when downsampling, it will lead to some colour drift in areas with very dense patterns of various intensity pixels (like in the backpack).
So, you kind of have to choose between overall colour faithfulness (then downsample through linear light) or reducing halos and, slightly, jaggies (use sigmoidization with contrast no more than 6, and probably not more than 4).
@Anthony:
I had forgotten to discuss Ginseng when downsampling, even though it is quite good, probably better than EWA Lanczos Radius 3.
I've added a section in boldface, at the right spot, in viewtopic.php?f=1&t=21850&p=90066#p90066.
With apologies and thanks.
@Anthony:
I suggest that you NOT add EWA Lanczos Radius 3 as a named scheme.
Even though right now it's my best "sharp" EWA Lanczos.
The reason is that I think that it is likely that within a few months I'll come up with something better.
-----
Ginseng is here to stay, however. I'm impressed. P.S. I apologize for flip flopping so much about this issue.
NicolasRobidoux wrote:@Anthony:
I had forgotten to discuss Ginseng when downsampling, even though it is quite good, probably better than EWA Lanczos Radius 3.
I've added a section in boldface, at the right spot, in viewtopic.php?f=1&t=21850&p=90066#p90066.
With apologies and thanks.
DONE.
As for the 'radius 3 Lanczos' and Ginseng, I already decided on this course of action for that very reason
What I probably will do is split all the Filter stuff to a separate page to the Resize stuff. This will however involve finding and fixing a lot of links throughout IM examples.
I am also considering a separate section for Interpolation and Virtual Pixels as they are too important to be left in "Miscellaneous".
I have done a thorough revision of my recommendations after taking the time to organize what I know so it's more easily useable, and also testing more extensively with a number of reasonable alternatives. The fly and the backpack, mostly.
My guess is that the revised version will show up on http://www.imagemagick.org/Usage/resize/#nicolas within a few days.
... and EWA Lanczos3Sharpest, which I don't like for enlarging, is actually turning out to be a reasonable scheme for downsampling. Not a very top choice, but pretty good (given the sharpness).