ChangeLog 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. 2003-06-29 Alexandre Pigolkine
  2. * BmpCodec.cs handle 32bpp images
  3. * JPEGCodec.cs small fix
  4. 2003-06-27 Alexandre Pigolkine <[email protected]>
  5. * JPEGCodec.cs encode 32 bpp images
  6. 2003-06-23 Alexandre Pigolkine <[email protected]>
  7. * JPEGCodec.cs set pixel format in InternalImageInfo
  8. 2003-06-23 Alexandre Pigolkine <[email protected]>
  9. * BmpCodec.cs pixel format check added
  10. * JPEGCodec.cs encoder implemented
  11. 2003-06-15 Alexandre Pigolkine <[email protected]>
  12. * ColorPalette.cs
  13. * ImageCodecInfo.cs
  14. * ImageFormat.cs
  15. implementation added
  16. * BmpCodec.cs
  17. * JPEGCodec.cs
  18. added
  19. 2002-9-2 DennisHayes <[email protected]>
  20. * PropertyItem.cs t
  21. * MetaHeader.cs t
  22. * MetafileHeader.cs t
  23. * Metafile.cs t
  24. * ImageFormat.cs t
  25. * ImageCodecInfo.cs t
  26. * ColorMatrix.cs t
  27. * ColorMap.cs t
  28. * WmfPlaceableFileHeader.cs t
  29. * Added todos back
  30. 2002-9-2 DennisHayes <[email protected]>
  31. * checked in for Everaldo Canuto (everaldo.canuto@bol,com.br)
  32. * BitmapData.cs
  33. * ColorAdjustType.cs
  34. * ColorChannelFlag.cs
  35. * ColorMap.cs
  36. * ColorMapType.cs
  37. * ColorMatrix.cs
  38. * ColorMatrixFlag.cs
  39. * ColorMode.cs
  40. * EmfPlusRecordType.cs
  41. * EmfType.cs
  42. * EncoderParameterValueType.cs
  43. * EncoderValue.cs
  44. * ImageCodecFlags.cs
  45. * ImageCodecInfo.cs
  46. * ImageFlags.cs
  47. * ImageFormat.cs
  48. * ImageLockMode.cs
  49. * MetafileFrameUnit.cs
  50. * MetafileHeader.cs
  51. * MetaHeader.cs
  52. * PaletteFlags.cs
  53. * PixelFormat.cs
  54. * PlayRecordCallback.cs
  55. * PropertyItem.cs
  56. * WmfPlaceableFileHeader.cs
  57. * Added null classes for most/all classes, Many stubs, and some implmentation
  58. 2002-9-2 DennisHayes <[email protected]>
  59. * ColorPalette.cs
  60. * FrameDimension.cs
  61. * Metafile.cs
  62. * Added stubs, implmentation
  63. 2002-05-03 Mike Kestner <[email protected]>
  64. * Metafile.cs : Use System.IO. Fix exception typos.
  65. 2002-04-27 Christian Meyer <[email protected]>
  66. * Metafile.cs: Copyright now holds Ximian.
  67. 2002-04-21 Dennis Hayes <[email protected]>
  68. * corrected emum values.
  69. 2002-04-14 Christian Meyer <[email protected]>
  70. * ChangeLog: created.
  71. * Metafile.cs: Added. Wrote some ctors. No impl done, yet.