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