An open API service indexing awesome lists of open source software.

https://github.com/itotaljustice/mmpx

MMPX - pixel art scaling (c99 - MIT)
https://github.com/itotaljustice/mmpx

c mit mmpx pixel-art scaling

Last synced: 24 days ago
JSON representation

MMPX - pixel art scaling (c99 - MIT)

Awesome Lists containing this project

README

        

# MMPX

MMPX Style-Preserving Pixel Art Magnification (c99 version)

This code is from the `C++` benchmark example, just slightly modified for `C`. MIT licensed.

## Examples

Few examples taken from my [SMS emulator](https://github.com/ITotalJustice/TotalSMS).

Left is nearest x2, right is MMPX x2.

| | |
:-------------------------:|:-------------------------:
![Img](res/examples/nearest/Screenshot_2021-07-15_00.17.48.png) | ![Img](res/examples/mmpx/Screenshot_2021-07-15_00.17.30.png)
![Img](res/examples/nearest/Screenshot_2021-07-15_00.20.16.png) | ![Img](res/examples/mmpx/Screenshot_2021-07-15_00.21.37.png)
![Img](res/examples/nearest/Screenshot_2021-07-15_00.24.27.png) | ![Img](res/examples/mmpx/Screenshot_2021-07-15_00.23.31.png)
![Img](res/examples/nearest/Screenshot_2021-07-15_00.26.31.png) | ![Img](res/examples/mmpx/Screenshot_2021-07-15_00.27.36.png)
![Img](res/examples/nearest/Screenshot_2021-07-15_00.29.56.png) | ![Img](res/examples/mmpx/Screenshot_2021-07-15_00.30.36.png)