Skip to content
MiguelMJ edited this page Jul 13, 2022 · 11 revisions


Make images look like pixel art

Welcome

In this wiki you will find a detailed explanation on the behaviour of MakeItPixel and how to configure it. Although each section is relatively independent from the others, the recommended read order is:

  1. Scaling
  2. Palettes
  3. Quantization

Dependencies

Build

g++ src/* -Iinclude -lsfml-graphics -o makeitpixel
Clone this wiki locally