[Mono-list] IStream implementation on Win32 for System.Drawing.Image.InitFromStream

Kornél Pál kornelpal@hotmail.com
Sat, 7 May 2005 23:13:21 +0200


Hi,

I am using Mono on Win32 to test my applications on Mono as well as .NET
Framework

I noticed that images cannot be created form or saved to streams as it
requires IStream and Mono does not implement COM Callable Wrappers yet.

I have created a managed, delegate and marshaling based implementation of a
COM interface that wraps System.IO.Stream to IStream and implements all the
methods required by GDI+.

I would like to contribute it to Mono.

Sincerely,
Kornél