~ubuntu-branches/ubuntu/jaunty/freeimage/jaunty

« back to all changes in this revision

Viewing changes to FreeImage/Wrapper/FreeImage.NET/WhatsNew_dotNET.txt

  • Committer: Bazaar Package Importer
  • Author(s): Federico Di Gregorio
  • Date: 2007-05-07 15:35:21 UTC
  • Revision ID: james.westby@ubuntu.com-20070507153521-m4lx765bzxxug9qf
Tags: upstream-3.9.3
ImportĀ upstreamĀ versionĀ 3.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
What's New for FreeImage.NET
 
2
 
 
3
* : fixed
 
4
- : removed
 
5
! : changed
 
6
+ : added
 
7
 
 
8
January 27th, 2007
 
9
! [czerwinski1977] fixed FreeImage_GetPalette definition (changed by GetRawPalette/GetPaletteCopy)
 
10
 
 
11
January 13th, 2007
 
12
+ [Jm2f] added ICC profile functions
 
13
 
 
14
December 11th, 2006
 
15
* [Lee Foropoulos] fixed bug [1221709]: 1bpp indexed Tiff Images -> green - C# Wrapper
 
16
 
 
17
October 22th, 2005
 
18
! [Herve Drolon] renamed structure to names used in FreeImage
 
19
+ [Herve Drolon] added all functions used by the library, except I/O handle functions
 
20
 
 
21
May 22th, 2005
 
22
* [Steven Lee] fixed incorrect definition for FreeImage_GetDotsPerMeterX
 
23
* [Steven Lee] fixed incorrect definition for FreeImage_ColorQuantize
 
24
* [Herve Drolon] fixed incorrect definition for FreeImage_OpenMultiBitmap
 
25
 
 
26
March 30th, 2005
 
27
+ [Werner Haug] added enum LoadSaveFlags
 
28
+ [Werner Haug] added #if (DEBUG)
 
29
+ [Werner Haug] added ConvertToType
 
30
* [Werner Haug] replaced "FreeImage.dll" by dllName
 
31
 
 
32
March 2nd, 2005
 
33
* [buzzweetman] fixed incorrect definition for GetChannel function
 
34
 
 
35
May 26th, 2004
 
36
* [Andrew S. Townley] - Fixed bug reported by Jim Lightfoot regarding the return type of the GetChannel function.
 
37
+ [Andrew S. Townley] - Added definition of some missing functions
 
38
! [Andrew S. Townley] - Reordered the definitions to match the C header
 
39
 
 
40
May 18th, 2004
 
41
! [Andrew S. Townley] - Changed the naming of the methods to be more C#/.NET like (dropped FreeImage_ prefix)
 
42
+ [Andrew S. Townley] - Batch file for building assembly with the command-line compiler
 
43
* [Andrew S. Townley] - Added meaningful information to the assembly file
 
44
 
 
45
November 10th, 2003
 
46
* [anonymous] fixed a bug in BITMAPINFOHEADER declaration
 
47
* [anonymous] fixed a bug in FreeImage_Clone declaration
 
48
+ [anonymous] added a sample c# freeimage drawing procedure
 
49
 
 
50
October 20th 2003
 
51
+ [David Boland]  - Wrapper for FreeImage 3