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