This project imitates a drawing process on a target image. The differences between this fork and the original project are:
- Replaced jupyter notebook with a python file. Can be run locally with ease.
- Added a gitignore and restructured the project for large build directories.
- Changed how the memory buffer was being used, runs slightly faster now.
I used this project to create a reminiscent painting of Team Anant's ADCS from 2017. It worked pretty well.
The result: ADCS 2017
It also supports user-created sampling masks, in case you'd like to specify regions where more brushstrokes are needed (for ex, to allocate more finer details).
Original | Mask used |
- Credit to anopara for the original project
- Collaboration and pull requests are welcome