Released: WriteableBitmapEx 1.0.13 (Oct 14, 2014)
This is the final version 1.0 of WriteableBitmapEx with Windows Phone 8 & 7, WPF, WinRT 8 & 8.1 Windows Store XAML and Silverlight supportAdded Windows 8.1 RenderTargetBitmap support via...
View ArticleUpdated Release: WriteableBitmapEx 1.0.13 (Oct 14, 2014)
This is the final version 1.0 of WriteableBitmapEx with Windows Phone 8 & 7, WPF, WinRT 8 & 8.1 Windows Store XAML and Silverlight supportAdded Windows 8.1 RenderTargetBitmap support via...
View ArticleCreated Unassigned: PNG rendered incorrectly [21480]
Hi,I am having trouble rendering PNGs that use Palette as "Color Type". Here is some simple code to reproduce the issue:```private async System.Threading.Tasks.Task Fetch(){HttpClient httpClient = new...
View ArticleSource code checked in, #111640
* Fixed issue with alpha blending for Blit on WinRT which does not use pARGB
View ArticleUpdated Release: WriteableBitmapEx 1.0.14 (Nov 19, 2014)
This is the final version 1.0 of WriteableBitmapEx with Windows Phone 8 & 7, WPF, Windows and Windows Phone WinRT 8 & 8.1 Windows Store XAML and Silverlight supportAdded Windows 8.1...
View ArticleReleased: WriteableBitmapEx 1.0.14 (Nov 19, 2014)
This is the final version 1.0 of WriteableBitmapEx with Windows Phone 8 & 7, WPF, WinRT 8 & 8.1 Windows and Windows Phone XAML and Silverlight supportAdded Windows 8.1 RenderTargetBitmap...
View ArticleUpdated Release: WriteableBitmapEx 1.0.14 (Nov 19, 2014)
This is the final version 1.0 of WriteableBitmapEx with Windows Phone 8 & 7, WPF, WinRT 8 & 8.1 Windows and Windows Phone XAML and Silverlight supportAdded Windows 8.1 RenderTargetBitmap...
View ArticleCreated Unassigned: Applying a Lapace Kernel using Convolute gets...
Using these kernel new [,] {{ 0, -1, 0},{-1, 4, -1},{ 0, -1, 0}}, new [,] {{-1, -1, -1},{-1, 8, -1},{-1, -1, -1}}
View ArticleCommented Issue: Add lineWidth overload for DrawLine and DrawLineAa [17046]
It would be very beneficial to pass lineWidth to overloaded methods for standard and Anti-Aliased lines.Comments: ** Comment from web user: polipo ** i'm waiting this feature, too
View ArticleCommented Issue: Add lineWidth overload for DrawLine and DrawLineAa [17046]
It would be very beneficial to pass lineWidth to overloaded methods for standard and Anti-Aliased lines.Comments: ** Comment from web user: andyb1979 ** Guys, I implemented this using an ellipse...
View ArticleNew Post: Can't draw anything - help me !
Hi ! I'm developping an app in which one i want to draw dynamically some shapes. Someone told me to use WriteableBitmapEx which seems to fit with what i want to do. However i cant draw anything, maybe...
View ArticleCreated Unassigned: UnauthorizedAccess at CopyPixels() [21619]
Hello. I found out that calling CopyPixels() (or in fact any functions that invokes this methods internally) causes System.UnauthorizedAccessException to occur. I've managed to trace the error: it all...
View ArticleCreated Unassigned: DrawEllipse draws lines around edge of bitmap [21623]
DrawEllipse() results in lines around the edge of the bitmap if the ellipse overlaps the edge. See attached image. I'm using v1.0.14.
View ArticleNew Post: DrawRectangle doesnt persist on writeablebitmap
When I draw a rectangle it appears on the writeable bitmap but when I then draw another the first one disappears, this does not happen when I use FillRectangle, am I missing something?
View ArticleNew Post: Dynamic updating of a processed WriteableBitmap in a WPF component
I have a WPF Image control, whose source is bound to a WriteableBitmap in my XAML code and this WriteableBitmap is continuously updated in the code behind. The bitmap is displayed in the image control...
View ArticleNew Post: DrawString method implementation
Hi, I have implemented effective DrawString extension method into WriteableBitmapEx library. It caches character glyphs in array [X,Y,BW-Color], it can be invoked using code int DrawString(this...
View ArticleUpdated Wiki: Home
Description The WriteableBitmapEx library is a collection of extension methods for the WriteableBitmap. The WriteableBitmap class is available for Windows Phone, WPF, WinRT Windows Store XAML and...
View ArticleUpdated Wiki: Home
Description The WriteableBitmapEx library is a collection of extension methods for the WriteableBitmap. The WriteableBitmap class is available for Windows Phone, WPF, WinRT Windows Store XAML and...
View Article