F
Francis Shanahan
All,
I have written a desktop app which takes a Base64 encoded Stream and creates
an image from it.
The data in the stream represents a JPG or GIF image which is best in my as
I need to keep the size down and BMP data is too large.
The problem I'm having is that the Compact Framework doesn't support the
APIs I'm using in the desktop application.
Can anyone help me accomplish the same task but with Compact Framework code?
I'm reading the stream in using an XMLReader and you can assume I have it in
memory. The code I use in the desktop application is to create an Image
object and use the FromStream API to load it up but this is not supported in
the Compact Framework.
So far I have only seen the Bitmap supported in the Compact Framework.
Thanks,
-fs
I have written a desktop app which takes a Base64 encoded Stream and creates
an image from it.
The data in the stream represents a JPG or GIF image which is best in my as
I need to keep the size down and BMP data is too large.
The problem I'm having is that the Compact Framework doesn't support the
APIs I'm using in the desktop application.
Can anyone help me accomplish the same task but with Compact Framework code?
I'm reading the stream in using an XMLReader and you can assume I have it in
memory. The code I use in the desktop application is to create an Image
object and use the FromStream API to load it up but this is not supported in
the Compact Framework.
So far I have only seen the Bitmap supported in the Compact Framework.
Thanks,
-fs