Skip to content

comm4nd3rID/ConvertImageToDottedLine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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'.

Releases

No releases published

Packages

No packages published

Languages