ChangeLog 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. 2004-01-19 Ravindra <[email protected]>
  2. * Encoder.cs: Implemented.
  3. 2004-01-10 Ravindra <[email protected]>
  4. * All Enums: Made serializable.
  5. * ImageAttributes.cs: Implements ICloneable.
  6. * Metafile.cs: Made serializable and invisible to COM.
  7. 2003-11-13 Andreas Nahr <[email protected]>
  8. * ColorMap.cs: Implemented
  9. * ColorMatrix.cs: Implemented, Removed unneccesary members
  10. * ImageAttributes.cs: Fixed signature
  11. * ImageCodecInfo.cs: Added missing attribure, hide constructor
  12. * ImageFormat.cs: Implemented, Added attribute
  13. * MetaHeader.cs: Implemented
  14. * PropertyItem.cs: Implemented
  15. * ImageFlags.cs: Added Attribute
  16. * ImageCodecFlags.cs: Added Attribute
  17. * EmfPlusRecordType.cs: Added missing members
  18. 2003-11-12 Alexandre Pigolkine <[email protected]>
  19. * BitmapData.cs new function to convert BRG to RGB
  20. * JPEGCodec.cs convert BRG to RBG
  21. * PNGCodec.cs
  22. 2003-11-02 Alexandre Pigolkine <[email protected]>
  23. * BmpCodec.cs
  24. * ImageCodecInfo.cs
  25. * JPEGCodec.cs
  26. * PNGCodec.cs
  27. codec can select pixel format of bitmap
  28. 2003-10-23 Miguel de Icaza <[email protected]>
  29. * JPEGCodec.cs (JSAMPARRAY): Do not allocate memory here anymore,
  30. we will just have the JPEG library copy directly into our buffer.
  31. (Encode, Decode): Ported to the new model which avoid copies, and
  32. eliminates InternalImageInfo.
  33. TODO: need to port the PNG coder/decoder, and add support for RGBA
  34. images which got dropped from this version
  35. * BmpCodec.cs: Rework this one to use BitmapData and Image. Do
  36. not use the RawBytes property, instead pull the data one line at a
  37. time, and write that out.
  38. * ImageCodecInfo.cs: Make the encoding and decoding delegates take
  39. a Image parameter;
  40. * BmpCodec.cs:
  41. * BitmapData.cs: Make this one sequential, and also mimic the
  42. layout of GdiPlus.h so we can use this instead of making copies
  43. back and forth.
  44. 2003-10-12 Alexandre Pigolkine
  45. * BmpCodec.cs warning removed
  46. 2003-07-23 Alexandre Pigolkine
  47. * JPEGCodec.cs
  48. * PNGCodec.cs
  49. * BmpCodec.cs cosmetic changes
  50. 2003-07-22 Alexandre Pigolkine
  51. * ImageCodecInfo.cs
  52. * ImageFormat.cs
  53. * JPEGCodec.cs
  54. changes for PNG codec
  55. * PNGCodec.cs added
  56. 2003-07-21 Andreas Nahr <[email protected]>
  57. * Metafile.cs: Inherits from image (fix for System.Drawing.Design)
  58. 2003-06-29 Alexandre Pigolkine
  59. * BmpCodec.cs handle 32bpp images
  60. * JPEGCodec.cs small fix
  61. 2003-06-27 Alexandre Pigolkine <[email protected]>
  62. * JPEGCodec.cs encode 32 bpp images
  63. 2003-06-23 Alexandre Pigolkine <[email protected]>
  64. * JPEGCodec.cs set pixel format in InternalImageInfo
  65. 2003-06-23 Alexandre Pigolkine <[email protected]>
  66. * BmpCodec.cs pixel format check added
  67. * JPEGCodec.cs encoder implemented
  68. 2003-06-15 Alexandre Pigolkine <[email protected]>
  69. * ColorPalette.cs
  70. * ImageCodecInfo.cs
  71. * ImageFormat.cs
  72. implementation added
  73. * BmpCodec.cs
  74. * JPEGCodec.cs
  75. added
  76. 2002-9-2 DennisHayes <[email protected]>
  77. * PropertyItem.cs t
  78. * MetaHeader.cs t
  79. * MetafileHeader.cs t
  80. * Metafile.cs t
  81. * ImageFormat.cs t
  82. * ImageCodecInfo.cs t
  83. * ColorMatrix.cs t
  84. * ColorMap.cs t
  85. * WmfPlaceableFileHeader.cs t
  86. * Added todos back
  87. 2002-9-2 DennisHayes <[email protected]>
  88. * checked in for Everaldo Canuto (everaldo.canuto@bol,com.br)
  89. * BitmapData.cs
  90. * ColorAdjustType.cs
  91. * ColorChannelFlag.cs
  92. * ColorMap.cs
  93. * ColorMapType.cs
  94. * ColorMatrix.cs
  95. * ColorMatrixFlag.cs
  96. * ColorMode.cs
  97. * EmfPlusRecordType.cs
  98. * EmfType.cs
  99. * EncoderParameterValueType.cs
  100. * EncoderValue.cs
  101. * ImageCodecFlags.cs
  102. * ImageCodecInfo.cs
  103. * ImageFlags.cs
  104. * ImageFormat.cs
  105. * ImageLockMode.cs
  106. * MetafileFrameUnit.cs
  107. * MetafileHeader.cs
  108. * MetaHeader.cs
  109. * PaletteFlags.cs
  110. * PixelFormat.cs
  111. * PlayRecordCallback.cs
  112. * PropertyItem.cs
  113. * WmfPlaceableFileHeader.cs
  114. * Added null classes for most/all classes, Many stubs, and some implmentation
  115. 2002-9-2 DennisHayes <[email protected]>
  116. * ColorPalette.cs
  117. * FrameDimension.cs
  118. * Metafile.cs
  119. * Added stubs, implmentation
  120. 2002-05-03 Mike Kestner <[email protected]>
  121. * Metafile.cs : Use System.IO. Fix exception typos.
  122. 2002-04-27 Christian Meyer <[email protected]>
  123. * Metafile.cs: Copyright now holds Ximian.
  124. 2002-04-21 Dennis Hayes <[email protected]>
  125. * corrected emum values.
  126. 2002-04-14 Christian Meyer <[email protected]>
  127. * ChangeLog: created.
  128. * Metafile.cs: Added. Wrote some ctors. No impl done, yet.