Tagged Questions

1
vote
2answers
157 views

Downsampling an image without “dancing” pixels

Say I wanted to downsample an image in realtime (1280x720) to a very small scale (16x16) and not suffer from "dancing" pixels when the image moves, which technique would I use? This would be using ...