What image scaling/interpolation algorithm does OS X use?

3

All of Apple's software uses a distinctive image scaling algorithm built into the OS. Both OS X and iOS use it. It might seem like a silly question, but does anybody know what it's called and/or how it works? It doesn't look like simple bicubic/bilinear

TD912

Posted 2012-11-11T06:55:35.457

Reputation: 31

Question was closed 2012-11-11T18:03:14.030

Are you talking about how UIImages are drawn when their scale property is changed? Or actual (destructive) rescaling operations? – slhck – 2012-11-11T10:47:02.253

No answers