Seite 1 von 1
cconverting AT*ZISI command to image.
Verfasst: Sa 2. Mai 2009, 04:56
von alexfrndz
hello I am a newbie around here..I just like to inquire if there is a special library to convert the "FF000000" response of the AT*ZISI command..
What is the type of that "image" which the command responded...thank u..
You really have a nice software..keep on what u r doin..GodBless..
Verfasst: Sa 2. Mai 2009, 07:48
von FJ
AT*ZISI returns a screenshot of the phone. The values are encoded in ARGB-Format
how to conver ARGB-Format to an image.?
Verfasst: Sa 2. Mai 2009, 13:03
von alexfrndz
hello..admin..thank u for your fast response..Sorry for disturbing u..Can tell me how to convert the returned ARGB-Format to an image in visual basic or how can it be encoded to fit in a picturebox thank u...God Bless..
Verfasst: Sa 2. Mai 2009, 14:18
von FJ
Never heart of ARGB ?
FF - Alphavalue
00 - Red
00 - Green
00 - Blue
Its not my job to explain how you can set colorpoints in Visual basic, there are many tutorials about this topic on the world wide web.