Note: Some functionality is (temporarily) lost from System.Drawing --
authorVladimir Vukicevic <vlad@mono-cvs.ximian.com>
Tue, 6 Apr 2004 09:05:48 +0000 (09:05 -0000)
committerVladimir Vukicevic <vlad@mono-cvs.ximian.com>
Tue, 6 Apr 2004 09:05:48 +0000 (09:05 -0000)
commit2a1759993863ad6253d55b9a2db2d9f3d2447cd7
treefbbbf8007fdba6ffd47ab33c386b5890c39cde34
parenta12e65bd94647308658107a808339c969bd1a5fb
Note: Some functionality is (temporarily) lost from System.Drawing --
reading bmp files is not yet implemented, and only png files can be
written.  Support for the rest will show up in the next few days.

* gdipFunctions.cs: Added stream delegate helpers for
stream loading/saving on linux

* Image.cs, Bitmap.cs: Converted to call into GDIPlus for
loading/saving image data.

* BitmapData.cs: synced up data structure with libgdiplus

* BmpCodec.cs, JPEGCodec.cs, PNGCodec.cs: Removed codec impls,
left just codecinfo getters; the codecs are in libgdiplus

* ImageCodecInfo.cs: removed encode/decode delegates

svn path=/trunk/mcs/; revision=25083
mcs/class/System.Drawing/System.Drawing.Imaging/BitmapData.cs
mcs/class/System.Drawing/System.Drawing.Imaging/BmpCodec.cs
mcs/class/System.Drawing/System.Drawing.Imaging/ChangeLog
mcs/class/System.Drawing/System.Drawing.Imaging/ImageCodecInfo.cs
mcs/class/System.Drawing/System.Drawing.Imaging/JPEGCodec.cs
mcs/class/System.Drawing/System.Drawing.Imaging/PNGCodec.cs
mcs/class/System.Drawing/System.Drawing/Bitmap.cs
mcs/class/System.Drawing/System.Drawing/ChangeLog
mcs/class/System.Drawing/System.Drawing/Image.cs
mcs/class/System.Drawing/System.Drawing/gdipFunctions.cs