Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 902 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 902 Bytes

PencilAnnealing

Basic conversion of photos to pen and ink sketches with simulated annealing.

Drawing Optimization
drawing optimization

Building and Usage

Build with:

cmake -B build -DCMAKE_BUILD_TYPE=Release && cmake --build build --config=Release

To use just put a WebP picture named in.webp inside the executable folder and start it. I till produce optimization.ogv video with the optimization process out.svg vector graphics output of the final result and out.ogv drawing the picture.

WIP: Make better UI.

Showcase

DrawingTest.mp4