Hacker News new | ask | show | jobs
by pitched 75 days ago
Drawing grids over an image is easy. Choosing which colour to drop in is impossibly hard and where the art is. Nearest Neighbour and Average of N Points are some algorithms than can be used but don’t take the overall style of the image into account. For example, one pixel could cover a part of the nose and a part of the eye and averaging them makes a blurry mess.