# depixelator **Repository Path**: mirrors_reMarkable/depixelator ## Basic Information - **Project Name**: depixelator - **Description**: A small header-only c++ library to depixelize pixels to contours - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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!