Image To Unicode

< >

Description

This was a small project that was developed in C# and could turn any image which was chosen by the user into a text document. Once completed the application will open the text file in either Notepad or Notepad++, depending on what the user selects.

Technical Details

A simple class was created which extends Bitmap. Adding a function which calculates the average brightness of a select number of pixels in an area. Using this percentage, the correct Unicode character can be used for this group of pixels.