DevIL.NET 1.1 !

by · August 23, 2005

I’ve released DevIL.NET 1.1.
It’s a small update for a small library ;)

Included in this version :

  • Fixed a bad bug when loading non true color images (above all GIFs)
  • Implemented a new LoadBitmapAndScale which allows for the bitmap to be scaled directly in DevIL.NET
  • Started to implement some error handling…
  • note: From version 1.1, DevIL.NET may require ILU.dll to be installed in addition to DevIL.DLL. Since having an additional DLL is always a burden, ILU.dll is loaded dinamically and it’s not required unless the scale/resize feature is used ;)

Also the Visual C++ project is available for download now.

Go get it here! ;)

update:I’ve found a small bug in the LoadAndScale function (the filter setting is set after the scaling which is kinda stupid… Will be fixed later today :)

update 2:Bug fixed! ;)

Filed Under: .NET, Programming, Uncategorized

Add a Comment