views:

239

answers:

1

Hi,

My application presents an image that can be scaled to a certain size. I'm using the Image WPF control with the scaling method of FANT. However, there is no documentation how this scaling algorithm works. Can anyone reference me to the relevant link for this algorithm description?

Nir

A: 

I know what it is, but I couldn't find much on Google either :(

http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=4056711 is the appropriate paper I think; behind a pay-wall.

You don't need to understand the algorithm to use it. You should explicitly make the choice each time you create a bitmap control that is scaled whether you want it high-quality scaled or low quality scaled.

Will