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

Kornél Pál kornelpal at hotmail.com
Tue Aug 2 03:59:31 EDT 2005


Hi Huaiyang,

IStream is not requires on Unix. Mono uses lingdiplus (a GDI+-like wrapper
library based on Cairo) that uses delegated passed to a function instead of
an interface.

Loading images from streams and saving images to streams were implemented
for a long time for Unix when I created this wrapper for Win32 because it
was not supported on Win32 as GDI+ requires IStream but Mono has no COM
interop support.

Kornél

----- Original Message -----
From: Huaiyang Mao
Sent: Tuesday, August 02, 2005 9:45 AM
Subject: [Mono-devel-list] Re: [Mono-list] IStream implementation on Win32
for System.Drawing.Image.InitFromStream


Hello Kornél,

many thanks for your effort in implementing IStream on Win32. Do you
know when the IStream implementation on Unix available? I need the
feature to generate resource file from another resx file with image
stream. Many thanks for your help.

best regards,
Huaiyang




More information about the Mono-devel-list mailing list