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