You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

DotImaging.BitmapSourceInterop

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

DotImaging.BitmapSourceInterop

Provides extensions for interoperability with System.Windows.Media.Imaging.BitmapSource.

5.0.1-alpha
unpublished
Source
nugetNuGet
Maintainers
1
Created
Source

Interoperability extensions for System.Windows.Media.Imaging.BitmapSource.

  • Array <-> Bitmap conversion:

    //to generic-image var colorBitmap = new BitmapImage(new Uri("")); Bgra[,] colorImg = colorBitmap.ToArray<Bgra>();

    //to BitmapSource Gray[,] grayImg = ImageIO.LoadGray(""); BitmapSource grayBitmap = grayImg.ToBitmapSource();

Discover more extensions as you type :)

Keywords

WPF

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts