Top "Bitmapimage" questions

A bitmap(BMP) is a raster graphics image file.

InteropBitmap to BitmapImage

I'm trying to Convert a Bitmap (SystemIcons.Question) to a BitmapImage so I can use it in a WPF Image …

c# wpf bitmapimage bitmapsource interopbitmapimage
Convert RenderTargetBitmap into System.Drawing.Image

I have 3D WPF visual that I want to pass into an Excel cell (via clipboard buffer). With "normal" BMP …

c# wpf system.drawing bitmapimage rendertargetbitmap
How to get BitmapSource from BitmapImage?

How to get BitmapSource from BitmapImage? Or how to convert BitmapImage to BitmapFrame directly? It seems to me that if …

c# wpf bitmapimage
Convert a BitmapImage to byte array in UWP

How can I convert a BitmapImage object to byte array in UWP ? in .Net it is easy to achieve, even …

c# winrt-xaml win-universal-app bitmapimage
Proper way to dispose a BitmapSource

How are you supposed to dispose of a BitmapSource ? // this wont work because BitmapSource doesnt implement IDisposable using(BitmapSource bitmap = …

c# wpf .net-3.5 bitmapimage
Dynamically crop a BitmapImage object

I have a BitmapImage object that contains an image of 600 X 400 dimensions. Now from my C# code behind, I need …

c# silverlight-4.0 bitmapimage
what library that can be used to convert bitmap to vector?

My current project is related to bitmap to vector. so far i found these libraries: potrace (+) really good for line …

c++ image-processing graphics vector-graphics bitmapimage
How to convert 'System.Windows.Media.Imaging.BitmapImage' to 'System.Drawing.Image'?

I would like to convert my BitmapImage to a System.Drawing.Image? This is my BitmapImage: BitmapImage bmi = new BitmapImage(…

c# wpf image c#-4.0 bitmapimage
Inno Setup Invalid Bitmap Image

I'm trying to replace the sidebar image on the start page of my installer. I keep getting the error 'Bitmap …

bitmap inno-setup bitmapimage
Memory consumption of BitmapImage/Image control in Windows Phone 8

I am testing a WP8 app and it's image viewer to show many images, I found app's memory consumption is …

c# windows-phone-8 out-of-memory bitmapimage