ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Reload image after savingAstext
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

MattOV

Australia
17 Posts

Posted - Mar 28 2012 :  06:24:43  Show Profile  Reply
Hi Fabrizio

Is there a method for leading and image from a text file that was created using IEImage.SaveAsText?

thanks

fab

1310 Posts

Posted - Mar 28 2012 :  12:32:16  Show Profile  Reply
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.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: