- Fixed bug where BlitFill doesn't properly fill portrait sized images
- Added option to prevent upscaling when resizing images
- Added faster filter alternatives for full trust environmnets
- Added SetResolution functions
- Added support to store original or set new resolution (DPI)
- Added RotateFlip method
- Added access to bitmap data
- Rewritten file loader to prevent file locks
- Fixed image loading to ignore pixel-per-inch resolutions of original images
- Fixed constructor using System.Drawing.Image to support indexed palettes
- Added new TextField class for better text support
- Fixed scaling bug and updated test program
- Replaced Gaussian blur filter with better implementation (affects unsharpen masks)
- Added chroma key filter
- Rewritten API for Scaling
- Added color space handling
- Updated to Visual Studio 2010.
- Code clean-up.
- Unwanted-border-artifact-problem fixed (thanks Richard!)
- IDisponable has been implemented.
- Minor changes.
- First API documentation uploaded. Still missing a whole lot, but it's a start :)
- Minor changes
- Bug in thumbnail function fixed.
- Code cleaned up.