T O P I C R E V I E W |
MattOV |
Posted - Mar 28 2012 : 06:24:43 Hi Fabrizio
Is there a method for leading and image from a text file that was created using IEImage.SaveAsText?
thanks |
1 L A T E S T R E P L I E S (Newest First) |
fab |
Posted - Mar 28 2012 : 12:32:16 Hi, no, there isn't a method. Anyway it should be easy to write. Each character is a pixel with 9 shades of gray. Each pixel can be:
W = 0 (black) @ = 1 # = 2 * = 3 + = 4 : = 5 . = 6 , = 7 = 8 (white)
Just convert each character to a pixel (0=0....8=255) gray scale value. |
|
|