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