Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 478 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 478 Bytes

depixelator

A tiny C++ header library for creating contours out of black&white images.

The library itself is contained in the 'depixelizer.h' header file, which has no dependencies outside of the C++ standard library.

main.cpp and depixelator.pro contain a test application using Qt, which, when fed a black/white image, will output a 'result.png' with the results.

run 'depixelator --help' for a list of options on how to tweak & adjust the contouring process.

Enjoy!