Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m-valentino/epx-pixel-art-scaling
JavaScript canvas implementation of the EPX pixel art scaling algorithm
https://github.com/m-valentino/epx-pixel-art-scaling
algorithm canvas epx image-scaling javascript nearest-neighbor pixel-art
Last synced: about 19 hours ago
JSON representation
JavaScript canvas implementation of the EPX pixel art scaling algorithm
- Host: GitHub
- URL: https://github.com/m-valentino/epx-pixel-art-scaling
- Owner: M-Valentino
- License: mit
- Created: 2024-11-14T05:34:16.000Z (2 days ago)
- Default Branch: main
- Last Pushed: 2024-11-15T01:12:04.000Z (1 day ago)
- Last Synced: 2024-11-15T02:19:51.639Z (1 day ago)
- Topics: algorithm, canvas, epx, image-scaling, javascript, nearest-neighbor, pixel-art
- Language: JavaScript
- Homepage: https://codepen.io/m-valentino/pen/RwXdBgO
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EPX Pixel Art Scaling Algorithm
This is a JavaScript canvas implementation of the [EPX pixel art scaling algorithm](https://en.wikipedia.org/wiki/Pixel-art_scaling_algorithms#EPX/Scale2%C3%97/AdvMAME2%C3%97).
[Try it out on a Codepen.](https://codepen.io/m-valentino/pen/RwXdBgO)