Description
WriteableBitmapEx
WriteableBitmapEx is a cool library that gives you extra tools for working with Silverlight's WriteableBitmap. If you're not familiar, the WriteableBitmap class came out in Silverlight 3 and is also on Windows Phone. It lets you play around with bitmap images directly, which means you can create quick images by drawing right onto them.
What’s Great About WriteableBitmapEx?
The WriteableBitmap API is pretty basic; it mostly just has the raw Pixels array for your image work. But here’s where WriteableBitmapEx shines! It adds easy-to-use extension methods that feel just like built-in functions and give you GDI+ style features.
Awesome Features of This Library
This library takes the standard WriteableBitmap class and supercharges it with fast and simple 2D drawing options. Plus, it has handy conversion methods and functions to combine or “blit” different WriteableBitmaps together.
How to Use It
The extension methods are organized into various CS files using a partial class setup. You can choose to include just a handful of methods by pulling in specific source CS files or get everything at once through the main library assembly. This makes it flexible based on what you need!
Download Now!
If you're ready to give it a try, check out this link. It's a great way to enhance your bitmap experience!
Tags:
User Reviews for WriteableBitmapEx 7
-
WriteableBitmapEx provides essential extensions for Silverlight's WriteableBitmap with easy-to-use methods and GDI+ like functionality. Highly recommended for fast procedural image generation.
-
WriteableBitmapEx is a game changer! The extension methods make bitmap manipulation so much easier. Highly recommend!
-
Absolutely love this library! It simplifies 2D drawing and makes my projects so much smoother. Five stars!
-
This app is fantastic for anyone working with bitmaps in Silverlight. The added functions are incredibly helpful!
-
WriteableBitmapEx has transformed how I create images in my apps. Easy to use and very efficient—definitely a must-have!
-
The functionality this library provides is top-notch! Fast, easy, and exactly what I needed for my project.
-
Five stars without a doubt! WriteableBitmapEx offers amazing features that save me tons of time on graphics work.