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