discussions-and-proposals icon indicating copy to clipboard operation
discussions-and-proposals copied to clipboard

Nearest Neighbour Image Interpolation for Pixel Art

Open Kycermann opened this issue 2 years ago • 0 comments

Introduction

There's no simple way to render pixel art in React Native. This could be as simple as <Image resizeMode={Image.NEAREST_NEIGHBOUR}>.

Details

To render pixel art at the moment, you could use a web view and use CSS, or manually upscale the image with your own Nearest Neighbour implementation.

Discussion points

No more points, that's it!

Kycermann avatar Jul 17 '22 00:07 Kycermann