ImageFormat.cs: Fixed ToString to use this.Equals to reflect argument changes to...
[mono.git] / mcs / class / System.Drawing / System.Drawing.Imaging / ChangeLog
1 2005-11-13  Kornél Pál  <kornelpal@hotmail.com>
2
3         * ImageFormat.cs: Fixed ToString to use this.Equals to reflect argument
4           changes to ImageFormat objects. Added Exif and Icon strings to ToString
5           and reordered formats to match declaration.
6
7 2005-11-13 Konstantin Triger <kostat@mainsoft.com>
8
9         * ImageCodec.jvm.cs: throw an exception if codec is not found.
10
11 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
12
13         * ImageFormat.cs: Fixes ToString method
14
15 2005-09-27 Vladimir Krasnov <vladimirk@mainsoft.com>
16
17         * ImageCodec.jvm.cs: implemented IDsposable, 
18         fixed NativeReader, NativeWriter, NativeStream
19
20 2005-10-20 Konstantin Triger <kostat@mainsoft.com>
21
22         * Metafile.jvm.cs: implement abstact Clone
23
24 2005-10-04 Peter Dennis Bartok <pbartok@novell.com>
25
26         * EncoderParameter.cs, EncoderParameters.cs: Calling GC.SuppressFinalize
27           from the Dispose method; fixes bug #76329
28
29 2005-09-21 Vladimir Krasnov <vladimirk@mainsoft.com>
30
31         * ImageCodec.jvm.cs: refactoring of read/write methods, members access levels
32
33 2005-09-14 Vladimir Krasnov <vladimirk@mainsoft.com>
34
35         * ImageCodecInfo.jvm.cs: fixed ImageCodec namespace
36         * ImageCodec.jvm.cs: refactoring of read/write methods
37
38 2005-09-07 Vladimir Krasnov <vladimirk@mainsoft.com>
39
40         * ImageCodecInfo.jvm.cs: fixed GetValueFromMetadata, SetResolution
41
42 2005-09-07 Vladimir Krasnov <vladimirk@mainsoft.com>
43
44         * ImageCodecInfo.jvm.cs: Refactoring
45         * Added ImageCodec.jvm.cs
46
47 2005-08-28 Vladimir Krasnov <vladimirk@mainsoft.com>
48
49         * ImageCodecInfo.jvm.cs: Fixed Iterate
50
51 2005-08-03 Andrew Skiba <andrews@mainsoft.com>
52
53         * ImageCodecInfo.jvm.cs: implement via java imageio, add internal APIs for
54         fast read-only requests
55         * Methafile.jvm.cs: change in not implemented api to match image.jvm.cs
56
57 2005-08-03 Andrew Skiba <andrews@mainsoft.com>
58
59         * Metafile.jvm.cs: add TARGET_JVM implementation
60
61 2005-08-03 Andrew Skiba <andrews@mainsoft.com>
62
63         * ColorPalette.cs, FrameDimension.cs, EncoderParameters.cs: TARGET_JVM
64         exclude not supported internal methods
65         * EncoderParameter.jvm.cs, ImageAttributes.jvm.cs, ImageFormat.jvm.cs,
66         ImageCodecInfo.jvm.cs: added TARGET_JVM implementation of these classes
67
68 2005-03-23 Jordi Mas i Hernandez <jordi@ximian.com>
69
70         * ColorPalette.cs: fixes ColorPalette marshaling        
71
72 2004-03-21 Jordi Mas i Hernadez <jordi@ximian.com>
73
74         * ColorMatrix.cs: fixes Matrix00 init 
75         * ImageAttributes.cs: fixes dispose method and signature
76
77 2004-02-25 Jordi Mas i Hernadez <jordi@ximian.com>
78
79         * ColorMatrix.cs: rewritten to be able to marshall it properly
80         
81 2004-12-27  Zoltan Varga  <vargaz@freemail.hu>
82
83         * ImageCodecInfo.cs: Fix marshalling of arrays on amd64.
84
85 2004-11-25  Marek Safar  <marek.safar@seznam.cz>
86
87         * ColorPalette.cs: Add CheckStatus to GetAdjustedPalette.\r
88 \r
89 2004-11-03  Miguel de Icaza  <miguel@ximian.com>
90
91         * ColorPalette.cs: Add internal Clone method
92
93 2004-10-08  Ravindra  <rkumar@novell.com>
94
95         * BitmapData.cs: Synchronized the class with BitmapData struct
96         in libgdiplus.
97
98 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
99         
100         * EmfPlusRecordType.cs: fixed mismatches in enum field values
101
102 2004-05-18 Jordi Mas i Hernadez <jordi@ximian.com>
103         * ImageAttributes.cs: SetBrushRemapTable and SetRemapTable were
104         passing bad parameters to GDI+ causing them not to work 
105
106 2004-05-16  Gert Driesen (drieseng@users.sourceforge.net)
107
108         * EncoderParameterValueType.cs: fix Windows build (CSC), 
109         MCS bug #58571
110
111         * EncoderParameter.cs: removed ctors taking int value,
112         to fix public API
113
114 2004-05-14  Vladimir Vukicevic  <vladimir@pobox.com>
115
116         * EncoderParameters.cs: Added ToNativePtr() method to marshal
117         struct correctly to a native struct.  Resulting data should be
118         FreeHGlobal'd when finished.
119
120         * EncoderParameter.cs: Changed data storage to correspond to
121         native code layout (so we can pass these structs directly to
122         native code).  Also changed layout to match native layout.
123
124         * EncoderParameterValueType.cs: force EncoderParameterValueType to
125         be Int32
126
127 2004-05-13 Jordi Mas i Hernadez <jordi@ximian.com>
128
129         * ColorMatrix.cs:Make private data private 
130         * ColorPalette.cs: Make private data private
131         * Encoder.cs: Make private data private
132         * EncoderParameter.cs: Make private data private
133         * EncoderParameters.cs: Make private data private
134         * MetaHeader.cs: Make private data private
135         * PropertyItem.cs: Make private data private
136
137 2004-05-04  Vladimir Vukicevic  <vladimir@pobox.com>
138
139         * BitmapData.cs: re-synchronized with libgdiplus; also
140         removed memory deallocs here (as the data is always owned
141         by libgdiplus)
142
143 2004-04-28 Sanjay Gupta <gsanjay@novell.com>
144         
145         Modified files from dos2unix format.
146
147 2004-04-27 Ravindra <rkumar@novell.com>
148
149         * ImageAttributes.cs: Implemented SetWrapMode(WrapMode) method.
150
151 2004-04-27 Jordi Mas i Hernadez <jordi@ximian.com>
152
153         * ImageFormat.cs: completed missimg members
154         * ImageCodecInfo.cs: Use GDI+ calls instead of native C#
155
156 2004-04-27 Sanjay Gupta <gsanjay@novell.com>
157         * ImageFormat.cs: Implemented Equals() method.
158
159 2004-04-27 Sanjay Gupta <gsanjay@novell.com>
160         * ImageFormat.cs: Implemented ToString() method.
161
162 2004-04-06  Vladimir Vukicevic  <vladimir@pobox.com>
163
164         * BitmapData.cs: synced up data structure with libgdiplus
165
166         * BmpCodec.cs, JPEGCodec.cs, PNGCodec.cs: Removed codec impls,
167         left just codecinfo getters; the codecs are in libgdiplus
168
169         * ImageCodecInfo.cs: removed encode/decode delegates
170         
171 2004-03-31 Jordi Mas i Hernadez <jordi@ximian.com>
172         * FrameDimension.cs: added missing members 
173         
174 2004-03-26 Jordi Mas i Hernadez <jordi@ximian.com>
175         * ImageAttributes.cs: added missing members and complete the wrapper    
176
177 2004-03-04 Jordi Mas i Hernadez <jordi@ximian.com>
178         * BmpCodec.cs: fixes DPI in BMP
179         * Image.cs: gets DPI using GDI+ api
180
181 2004-03-04 Jordi Mas i Hernadez <jordi@ximian.com>
182         * BmpCodec.cs
183                 Added support for diffent formats
184                 Fixed bugs in import and export
185                 Support for OS/2 and palettes
186         * Image.cs
187                 Palettes        
188
189 2004-03-04 Sanjay Gupta <gsanjay@novell.com>
190         * Metafile.cs: Added constructor with correct signature.
191
192 2004-03-04 Nick Drochak <ndrochak@ieee.org>
193
194         * Metafile.cs: Fix build, remove duplicate member.
195
196 2004-03-03 Sanjay Gupta <gsanjay@novell.com>
197         *ImageAttributes.cs: Added few missing functions
198         *Metafile.cs: Added stubs for missing constructors and functions
199
200 2004-03-03 Nick Drochak <ndrochak@ieee.org>
201
202         * BmpCodec.cs: Remove unsed variable.
203
204 2004-02-17 Ravindra <rkumar@novell.com>
205         * EncoderParameter.cs: Did few bug fixes and changed the file
206         format to unix.
207
208 2004-02-13 Sanjay Gupta <gsanjay@novell.com>
209         * FrameDimension.cs: Implemented missing functionalities
210
211 2004-02-12 Ravindra <rkumar@novell.com>
212         * EncoderParameters.cs: Implemented.
213         * EncoderParameter.cs: Implemented.
214
215 2004-01-21 Jordi Mas i Hernàdez <jmas@softcatala.org>
216         * BmpBitmap.cs: fixed encoding and decoding problems
217         * ImageAttributes.cs: implemented
218
219 2004-01-19  Ravindra <rkumar@novell.com>
220
221         * Encoder.cs: Implemented.
222
223 2004-01-10  Ravindra <rkumar@novell.com>
224
225         * All Enums: Made serializable.
226
227         * ImageAttributes.cs: Implements ICloneable.
228
229         * Metafile.cs: Made serializable and invisible to COM.
230
231 2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
232
233         * ColorMap.cs: Implemented
234         * ColorMatrix.cs: Implemented, Removed unneccesary members
235         * ImageAttributes.cs: Fixed signature
236         * ImageCodecInfo.cs: Added missing attribure, hide constructor
237         * ImageFormat.cs: Implemented, Added attribute
238         * MetaHeader.cs: Implemented
239         * PropertyItem.cs: Implemented
240         * ImageFlags.cs: Added Attribute
241         * ImageCodecFlags.cs: Added Attribute
242         * EmfPlusRecordType.cs: Added missing members
243
244 2003-11-12  Alexandre Pigolkine <pigolkine@gmx.de>
245         * BitmapData.cs         new function to convert BRG to RGB
246         * JPEGCodec.cs          convert BRG to RBG
247         * PNGCodec.cs
248                                         
249                                         
250 2003-11-02  Alexandre Pigolkine <pigolkine@gmx.de>
251         * BmpCodec.cs
252         * ImageCodecInfo.cs
253         * JPEGCodec.cs
254         * PNGCodec.cs
255                                         codec can select pixel format of bitmap 
256         
257 2003-10-23  Miguel de Icaza  <miguel@ximian.com>
258
259         * JPEGCodec.cs (JSAMPARRAY): Do not allocate memory here anymore,
260         we will just have the JPEG library copy directly into our buffer. 
261
262         (Encode, Decode): Ported to the new model which avoid copies, and
263         eliminates InternalImageInfo.
264
265         TODO: need to port the PNG coder/decoder, and add support for RGBA
266         images which got dropped from this version
267
268         * BmpCodec.cs: Rework this one to use BitmapData and Image.  Do
269         not use the RawBytes property, instead pull the data one line at a
270         time, and write that out.
271
272         * ImageCodecInfo.cs: Make the encoding and decoding delegates take
273         a Image parameter;  
274         
275         * BmpCodec.cs: 
276
277         * BitmapData.cs: Make this one sequential, and also mimic the
278         layout of GdiPlus.h so we can use this instead of making copies
279         back and forth.
280
281 2003-10-12 Alexandre Pigolkine
282         * BmpCodec.cs           warning removed
283
284 2003-07-23 Alexandre Pigolkine
285         * JPEGCodec.cs
286         * PNGCodec.cs           
287         * BmpCodec.cs           cosmetic changes
288
289 2003-07-22 Alexandre Pigolkine
290         * ImageCodecInfo.cs
291         * ImageFormat.cs
292         * JPEGCodec.cs
293                 changes for PNG codec
294                 
295         * PNGCodec.cs           added
296         
297 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
298
299         * Metafile.cs: Inherits from image (fix for System.Drawing.Design)
300
301 2003-06-29 Alexandre Pigolkine
302         * BmpCodec.cs           handle 32bpp images
303         * JPEGCodec.cs          small fix
304
305 2003-06-27 Alexandre Pigolkine <pigolkine@gmx.de>
306         * JPEGCodec.cs  encode 32 bpp images
307
308 2003-06-23 Alexandre Pigolkine <pigolkine@gmx.de>
309         * JPEGCodec.cs  set pixel format in InternalImageInfo
310         
311 2003-06-23 Alexandre Pigolkine <pigolkine@gmx.de>
312         * BmpCodec.cs   pixel format check added
313         * JPEGCodec.cs  encoder implemented
314
315 2003-06-15 Alexandre Pigolkine <pigolkine@gmx.de>
316         * ColorPalette.cs
317         * ImageCodecInfo.cs
318         * ImageFormat.cs
319                 implementation added
320                 
321         * BmpCodec.cs
322         * JPEGCodec.cs
323                 added   
324         
325 2002-9-2  DennisHayes <dennish@raytek.com>
326
327 * PropertyItem.cs t
328 * MetaHeader.cs t
329 * MetafileHeader.cs t
330 * Metafile.cs t
331 * ImageFormat.cs t
332 * ImageCodecInfo.cs t
333 * ColorMatrix.cs t
334 * ColorMap.cs t
335 * WmfPlaceableFileHeader.cs t
336 * Added todos back
337
338 2002-9-2  DennisHayes <dennish@raytek.com>
339         * checked in for Everaldo Canuto (everaldo.canuto@bol,com.br)
340         * BitmapData.cs
341         * ColorAdjustType.cs
342         * ColorChannelFlag.cs
343         * ColorMap.cs
344         * ColorMapType.cs
345         * ColorMatrix.cs
346         * ColorMatrixFlag.cs
347         * ColorMode.cs
348         * EmfPlusRecordType.cs
349         * EmfType.cs
350         * EncoderParameterValueType.cs
351         * EncoderValue.cs
352         * ImageCodecFlags.cs
353         * ImageCodecInfo.cs
354         * ImageFlags.cs
355         * ImageFormat.cs
356         * ImageLockMode.cs
357         * MetafileFrameUnit.cs
358         * MetafileHeader.cs
359         * MetaHeader.cs
360         * PaletteFlags.cs
361         * PixelFormat.cs
362         * PlayRecordCallback.cs
363         * PropertyItem.cs
364         * WmfPlaceableFileHeader.cs
365         * Added null classes for most/all classes, Many stubs, and some implmentation
366
367 2002-9-2  DennisHayes <dennish@raytek.com>
368
369         * ColorPalette.cs
370         * FrameDimension.cs
371         * Metafile.cs
372         * Added stubs, implmentation
373
374 2002-05-03  Mike Kestner  <mkestner@speakeasy.net>
375
376         * Metafile.cs : Use System.IO. Fix exception typos.
377
378 2002-04-27  Christian Meyer  <Christian.Meyer@cs.tum.edu>
379
380         * Metafile.cs: Copyright now holds Ximian.
381
382 2002-04-21  Dennis Hayes <dennish@raytek.com>
383
384         * corrected emum values.
385
386 2002-04-14  Christian Meyer  <Christian.Meyer@cs.tum.edu>
387
388         * ChangeLog: created.
389         * Metafile.cs: Added. Wrote some ctors. No impl done, yet.
390