[]
        
(Showing Draft Content)

Key Features

Bitmap offers many advanced image processing features beyond simple image loading and saving as listed below:

  • Load Images
    Bitmap loads images of various container formats including BMP, PNG, JPEG, JPEG-XR, and ICO. Bitmap also supports single-frame TIFF and GIFs. In addition, Bitmap allows loading several images, one by one, into the same instance of C1Bitmap.

  • Save Images
    As with loading, the image loaded in a Bitmap can be saved into a storage file, memory stream, or another bitmap object. In addition, Bitmap provides separate SaveAs methods for each of the supported container formats.

    type=note

    Bitmap does not support saving an image in ICO format.

  • Transform Images
    With Bitmap, you can apply various transformations on an image. For instance, you can easily clip, crop, rotate, scale in and scale out an image by applying transformation in code.

  • Apply Direct2D Effects
    Bitmap allows you to create varied animations and imaging effects by applying Direct2D effects on an image.

See Also

Features