| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- 2003-07-23 Alexandre Pigolkine
- * JPEGCodec.cs
- * PNGCodec.cs
- * BmpCodec.cs cosmetic changes
- 2003-07-22 Alexandre Pigolkine
- * ImageCodecInfo.cs
- * ImageFormat.cs
- * JPEGCodec.cs
- changes for PNG codec
-
- * PNGCodec.cs added
-
- 2003-07-21 Andreas Nahr <[email protected]>
- * Metafile.cs: Inherits from image (fix for System.Drawing.Design)
- 2003-06-29 Alexandre Pigolkine
- * BmpCodec.cs handle 32bpp images
- * JPEGCodec.cs small fix
- 2003-06-27 Alexandre Pigolkine <[email protected]>
- * JPEGCodec.cs encode 32 bpp images
- 2003-06-23 Alexandre Pigolkine <[email protected]>
- * JPEGCodec.cs set pixel format in InternalImageInfo
-
- 2003-06-23 Alexandre Pigolkine <[email protected]>
- * BmpCodec.cs pixel format check added
- * JPEGCodec.cs encoder implemented
- 2003-06-15 Alexandre Pigolkine <[email protected]>
- * ColorPalette.cs
- * ImageCodecInfo.cs
- * ImageFormat.cs
- implementation added
-
- * BmpCodec.cs
- * JPEGCodec.cs
- added
-
- 2002-9-2 DennisHayes <[email protected]>
- * PropertyItem.cs t
- * MetaHeader.cs t
- * MetafileHeader.cs t
- * Metafile.cs t
- * ImageFormat.cs t
- * ImageCodecInfo.cs t
- * ColorMatrix.cs t
- * ColorMap.cs t
- * WmfPlaceableFileHeader.cs t
- * Added todos back
- 2002-9-2 DennisHayes <[email protected]>
- * checked in for Everaldo Canuto (everaldo.canuto@bol,com.br)
- * BitmapData.cs
- * ColorAdjustType.cs
- * ColorChannelFlag.cs
- * ColorMap.cs
- * ColorMapType.cs
- * ColorMatrix.cs
- * ColorMatrixFlag.cs
- * ColorMode.cs
- * EmfPlusRecordType.cs
- * EmfType.cs
- * EncoderParameterValueType.cs
- * EncoderValue.cs
- * ImageCodecFlags.cs
- * ImageCodecInfo.cs
- * ImageFlags.cs
- * ImageFormat.cs
- * ImageLockMode.cs
- * MetafileFrameUnit.cs
- * MetafileHeader.cs
- * MetaHeader.cs
- * PaletteFlags.cs
- * PixelFormat.cs
- * PlayRecordCallback.cs
- * PropertyItem.cs
- * WmfPlaceableFileHeader.cs
- * Added null classes for most/all classes, Many stubs, and some implmentation
- 2002-9-2 DennisHayes <[email protected]>
- * ColorPalette.cs
- * FrameDimension.cs
- * Metafile.cs
- * Added stubs, implmentation
- 2002-05-03 Mike Kestner <[email protected]>
- * Metafile.cs : Use System.IO. Fix exception typos.
- 2002-04-27 Christian Meyer <[email protected]>
- * Metafile.cs: Copyright now holds Ximian.
- 2002-04-21 Dennis Hayes <[email protected]>
- * corrected emum values.
- 2002-04-14 Christian Meyer <[email protected]>
- * ChangeLog: created.
- * Metafile.cs: Added. Wrote some ctors. No impl done, yet.
|