Foundations of Computing and Decision Sciences (Jun 2019)

Extensible Implementation of Reliable Pixel Art Interpolation

  • Stasik Paweł M.,
  • Balcerek Julian

DOI
https://doi.org/10.2478/fcds-2019-0011
Journal volume & issue
Vol. 44, no. 2
pp. 213 – 239

Abstract

Read online

Pixel art is aesthetics that emulates the graphical style of old computer systems. Graphics created with this style needs to be scaled up for presentation on modern displays. The authors proposed two new modifications of image scaling for this purpose: a proximity-based coefficient correction and a transition area restriction. Moreover a new interpolation kernel has been introduced. The presented approaches are aimed at reliable and flexible bitmap scaling while overcoming limitations of existing methods. The new techniques were introduced in an extensible. NET application that serves as both an executable program and a library. The project is designed for prototyping and testing interpolation operations and can be easily expanded with new functionality by adding it to the code or by using the provided interface.

Keywords