how to convert text to image?
What do you mean? What do you need to do?
Maybe you want to use Canvas#drawText() in addition with a Bitmap?
Related
Hey there! How are you?
Does anybody know of any programs that can export all my received SMSs to a text file (.txt) or any other readable format? When I try to read a message from the backup I only get a bunch of symbols. To view them I have to restore the backup. And that's a process I don't want to do...
Hi all,
I am trying to programm a tool which can get screenshots of the whole PDA screen. With GetDesktopWindow() from coredll.dll I get just the desktop without the upper Taskbar. How can I get the handle to the taskbar, or a handle to the complete screen?
When I try to save an Image with an extension other than bmp via:
Code:
Image screenie = Screeniefunction();
screenie.Save(Filename, System.Drawing.Imaging.ImageFormat.Jpeg);
I'll get a "NotsupportedException". What do I have to do to save an image in formats like png, jpg or gif?
Thanks,
Dirk
I have some png icons that I need to convert to .brn, how is this done?
use this utility (i've found it on xda).
i have a problem that my G1 shows corrupted chinese characters in those mp3 or video files that i copy from my PC. i'm guessing the problem is about character encoding. G1 only support uni-code but not big5 and gbk (not sure...can be the another way).
Just wondering how i can i convert my chinese files to a supported format before i copy it into my G1
thx for answering
i am going to develop an app in android which will convert text to image like if i write hello then image will be formed against these words and this image will be saved with some key so that it also convert back to text from image. can anyone tell me best way of doing or best tools!!