by Sebastjan Dobnik (2 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(5 Votes)

Convert any bitmap (16 shades of gray) to text (*.WRI).
Code is very simple... it reads picture loaded in picturebox and then converts pixel by pixel to ASCII code...
Inputs
picture (about 200x200) 16 shades of gray
Code Returns
same picture in ASCII format
Download Bitmap 2 Txt (29 KB)