GitXplorerGitXplorer
k

string_art_of_images

public
9 stars
6 forks
0 issues

Commits

List of commits on branch master.
Unverified
1e6ee38f1740c1cb80c4affca48a306c29bdbc46

formatting readme

committed 6 years ago
Unverified
35aa6d2364c94f079d7978990d3ff5563658a132

fixed spelling

committed 6 years ago
Unverified
7dbd2049c87af3ea0cc74926930cf7199dfdc81d

formatting readme

committed 6 years ago
Unverified
6cbcab5c6a0756575815f5a7cb07b124b8c2ab60

formatting readme

committed 6 years ago
Unverified
c9f234a321b0e8e43780ff3669078e5abfc96185

adding readme

committed 6 years ago
Unverified
f1ee2a0b10ad2303c9873f848a94d7b7389b83d8

missed a few

committed 6 years ago

README

The README file for this repository.

String Art of Images

A simple algorithm designed to produce a string/thread representation of an image.

Original idea by Petros Vrellis: A new way to knit (2016).

Examples

ScreenShot ScreenShot

ScreenShot ScreenShot

ScreenShot ScreenShot

ScreenShot ScreenShot

ScreenShot ScreenShot

Prerequisites

  • Numpy

  • OpenCV

Running

Usage: ./string_line.py [ image_name ] [ number_lines (optional) ]

If number_lines not included in command line arguments, it will default to 1000 lines.

./string_line.py image.jpg

or

./string_line.py image.png 500

Image must be in same directory. Result file will be appended with "_results".

Acknowledgments