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