Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 470 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 470 Bytes

See example image in files.

Package required: System.Drawing.Common

Its really simple. Use function named "Convert". Give it the image and its returns you the 'dotted line' version of the image. Each lines are seprated with a '\n' in the returned string.

"Convert" arguments: Image = it must be square. Sections = the amount of the 'dots' per line. Threshold = its a number between 0 and 100. Threshold specifies which amount of brightness is required to put 'dot'.