New Post: Is it possible to add text to writeablebitmap in metro style app
This might help [discussion:579148]
View ArticleSource code checked in, #112637
* Fixed regression issue with alpha blending for Blit for non-WinRT
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 ArticleNew Post: adjusting brightness and contrast
hmmm.. maybe I'm not doing it right when I was using integers to do it, I noticed that when contrast was set -ve, it went all the way white, thus resorted to use double. Actually I felt that double may...
View ArticleNew Post: adjusting brightness and contrast
hmmm.. in the history log, didn't see the inclusion of Sepia function.. is it not good enough? how can it be improved? I know there are several algorithms for Sepia adjustments.. would you prefer them? :)
View ArticleNew Post: adjusting brightness and contrast
Integer arithmetics is still the way to go for perf, especially with simple bit shifting and in loops. Please note that WBX supports a wide range of platforms like phone and their ARM chips. The Sepia...
View ArticleNew Post: adjusting brightness and contrast
glad to be able to contribute just a tiny little bit to this project. :)
View ArticleNew Post: adjusting brightness and contrast
BTW, do you have a real name and a homepage I can use to add your name to the Credits on the project's homepage? If not, I will just use your name here and link to the profile.
View ArticleSource code checked in, #113184
* 1st merge with fork from Andrew with some basic changes / fixes
View ArticleSource code checked in, #113191
* Added lots of contributions including bug fixes and DrawLine with variable thickness and penning support.
View ArticleNew Post: adjusting brightness and contrast
My real name is John Ng San Ping. I'm from Singapore. Been a Windows C++ developer since 1999, thus you may notice my naming convention is pretty Hungarian (nHeight, nWeight). And recently influenced...
View ArticleClosed Feature: Add overloads for Point, Rect, ... [11647]
Add overloads for the shape methods that use Silverlight's Point and Rect structs and overloads for the Blit method that use only integer values.Comments: Not needed
View ArticleEdited Feature: DrawLine overload with Dot/Dash parameter [17049]
I would like the ability to call overloaded DrawLine and DrawLineAa functions with a parameter (e.g. enum?) to define a dotted or dashed line.Comments: ** Comment from web user: teichgraf ** This was...
View ArticleEdited 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: teichgraf ** This was added as overload to the DrawLineAa...
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 ArticleSource code checked in, #113194
* Added support for alpha blended filled shapes and adapted the FillSample for WPF
View ArticleSource code checked in, #113195
* Improved DrawLinePenned and DrawLineWu by removing unused parameter
View ArticleEdited Feature: Add Thickness param for shapes [11438]
Add Thickness param to methods drawing shapes.Comments: ** Comment from web user: teichgraf ** We added a DrawLineAa with thickness overload. You could modify the other shape functions based on that.
View Article