- Added a Rotate method for arbitrary angles (RotateFree). Provided by montago. See http://writeablebitmapex.codeplex.com/workitem/15214
- Added Nokola's anti-aliased line drawing implementation. http://nokola.com/blog/post/2010/10/14/Anti-aliased-Lines-And-Optimizing-Code-for-Windows-Phone-7e28093First-Look.aspx
- Updated the Windows Phone project to WP 7.1 Mango.
- Added an extension file for the Windows Phone specific extensions and added the SaveToMediaLibrary extension including support for saveToCameraRoll.
- Added an Invert method, which creates an inverted version of the input bitmap. Useful for WP7 Theme-awareness checks Application.Current.Resources"PhoneBackgroundBrush".
- Added FromContent method, which provides an easy interface to load a WriteableBitmap from the content of the app.
- Added a static overload for the Resize method which takes the pixels array as argument.
- Optimized the DrawLine algorithm.
- Fixed some issues with DrawRectangle, FillRectangle, DrawEllipse, FillEllipse and DrawPolyline. See http://writeablebitmapex.codeplex.com/workitem/list/basic
- Fixed a bug in the bilinear Resize method that appeared when the alpha value is zero.
Contains the WriteableBitmapEx binaries for Silverlight and Windows Phone. Download the source for the samples.