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