Gravity
Thu Jun 02 16:23:18 CDT 2005
Example; Bitmap or JPEG buffer along with header that read from elsewhere,
be it socket, file etc...
And how do I convert the particular buffer in char[] into Image?
Any idea?
"Jon Skeet [C# MVP]" <skeet@pobox.com> wrote in message
news:MPG.1d0978e83c370df198c24f@msnews.microsoft.com...
> Gravity <gravity@nospam.org> wrote:
>> Sorry if this question sound stupid, how do I actually convert a char[]
>> buffer into Image?
>>
>> I am currently using C# and compact .net framework for PocketPC
>> development.
>
> Well, a char array is an array of *characters*, which isn't usually a
> natural starting place for image conversion.
>
> What's giving you this array of chars in the first place?
>
> --
> Jon Skeet - <skeet@pobox.com>
>
http://www.pobox.com/~skeet
> If replying to the group, please do not mail me too