Bitmap

Faster and easier to work with than the WriteableBitmap class for processing and saving images. With ComponentOne Bitmap™ for Silverlight you can load images (PNG and JPG), edit them pixel by pixel, and save them back.

Features

  • Reduce/Crop Images

    Editing the pixels enables you to resize images and reduce the resolution, which reduces the file size and results in faster upload time. Also, you can crop users' images in order to upload only part of them as you do in Facebook or any other web user account.

  • Edit Images Programmatically

    The C1Bitmap class allows you to access individual pixels to create special effects, crop, resize, or transform images in any way you want.

  • Save Generated Images as JPG/PNG

    With Silverlight 3+, you can take screen shots using the WritableBitmap, then pass it to C1Bitmap and save the result into a new PNG/JPG file on the fly.

  • Faster than WriteableBitmap

    C1Bitmap is ten times faster than the Silverlight WriteableBitmap class for processing and saving images.