Skip to content

vidstige/gray-lines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gray lines

Python program that draws an image using lots of lines.

Woman. 4096 lines, line width 0.1 pixels

Skull. 4096 lines, line width 0.1 pixels

Inspired by this video.

Algorithm

A few points are generated around the image, all possible combinations of point pairs are considered for the next line. Out of all of these, the line that produces the smalles pixel difference against the target image is selected. The process is continued for a fixed number of lines.

Author

vidstige

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages