Pixel-art scaling algorithms
2xSaI is a digital image processing algorithm for computer graphics. It doubles the images both horizontally and vertically, resulting in a new image with four times as many pixels as the original one. The additional pixels are generated by detecting patterns such as lines and edges and interpolating additional pixels on that basis using techniques such as Wu lines . For many types of computer graphics, this results in a sharper and clearer image than standard bilinear filtering.
The 2xSaI algorithm was designed by Derek Liauw Kie Fa, a.k.a. Kreed, primarily for use in console and computer emulators, and it has remained fairly popular in this niche. Many of the most popular emulators, including ZSNES, VisualBoyAdvance, and Nestopia, offer this scaling algorithm as a feature. Since Kreed released the source code under the GNU General Public License, it is freely available to anyone wishing to utilize it in an open source project. Several slightly different versions of the scaling algorithm are available, and these are often referred to as "Super 2xSaI", "2xSaI", and "Super Eagle".