kesiev / rewtro

Papercraft videogame cartridges you can print and pirate with a copy machine.
MIT License
329 stars 7 forks source link

Image scaling is using default method, resulting in blur when sprites are scaled up #3

Closed pixelbath closed 4 years ago

pixelbath commented 4 years ago

When sprites are scaled up, they are not using crisp (nearest neighbor) scaling:

image

See this page for implementation details for different scaling methods: https://lospec.com/browser-image-scaling-comparison/

kesiev commented 4 years ago

Aww. Code was there, never worked. I should have fixed that locally - committing everything this weekend. Thanks!