All I can say is what I did. In Photoshop I just used Image, Resize, Constrained Proportions, allowed Resampling and selected one of the Interpolation methods. They are the same for downrezing as uprezing. No idea what the software does behind the scene.That is unlikely because the terminology for reduction methods isThe
interpolation method used for both the downrez and the up rez were
the same.
ambiguous. For example, there are at least three ways to do
"bicubic" reduction. The most popular method, and probably the
best, uses a bicubic convolution kernel that is expanded in inverse
proportion to scale. Another method will first use some low pass
filter followed by an unexpanded bicubic kernel. Still another,
the worst, would be to just use an unexpanded bicubic kernel. The
point is that you can't depend on a name to unambiguously describe
the size reduction method, particularly in cases such as QImage's
pyramid which have no real reduction counterpart.
Also, even if the names were unambiguous, you do not want to see
the effects from different reduction methods confuse the
enlargement results. Thus, I would prefer to see just one reduction
used as a test image for all enlargement methods.
In Qimage I was using Print to File to get the small size print and maintained the 72 ppi. The same interpolation choices are there in Qimage for printing smaller as they are for printing larger. Again no idea what the software is really doing after I make my choices.
I did consider downrezing them all with the same interpolation process, as that would have been easier. I did some quick testing using nearest neighbour down and bicubic up compared to bicubic both ways and I thought I could see a difference in the final product. In other words the downrez interpolation had an influence on the final image. After that I decided to use the same process down as up to eliminate another variable.
Still looking for your choices?
Ron