Top "Bitmapimage" questions

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

how to compress Uri image to bitmap

this code show me an error i want to add selected image save to database and retrive i follow this 2 …

android bitmap compression bitmapimage
How do I convert a WriteableBitmap object to a BitmapImage Object in WPF

How do I convert a WriteableBitmap object to a BitmapImage Object in WPF? This link covers silverlight, the process is …

wpf bitmapimage writeablebitmap
BitmapImage in WPF does lock file

I use: Dim bmi As New BitmapImage(New Uri(fiInfo.FullName, UriKind.Absolute)) bmi.CacheOption = BitmapCacheOption.OnLoad this does not …

.net wpf vb.net bitmapimage locked
How to create a BitmapImage from a pixel byte array (live video display)

I need to display live images on a WPF control. I'm looking for the fastest way to do this using …

c# wpf video-capture bitmapimage
XAML bind BitmapImage ViewModel property

I have problem with update listbox from view model class. I use Caliburn Micro framework. My scenario is here: I …

wpf multithreading dispatcher bitmapimage
Reloading an image in wpf

I'm trying to reload an image (System.Windows.Controls.Image) I display in WPF. I set the source like this: …

c# wpf bitmapimage
byte[] to BitmapImage in silverlight

For the purpose of a game, I need to serialize some pictures in a binary file through a WPF application, …

c# bytearray bitmapimage
Synchronously download an image from URL

I just want to get a BitmapImage from a internet URL, but my function doesn't seem to work properly, it …

wpf url download bitmapimage
C# Windows 8 Store (Metro, WinRT) Byte array to BitmapImage

I am working on a Windows 8 Metro app that applies filters to images. I have a web version of the …

c# microsoft-metro bytearray windows-store-apps bitmapimage
Can I get a byte[] from a BitmapImage in Silverlight?

I'm trying to pass some representation of an image back and forth between Silverlight and a WCF service. If possible …

c# silverlight bytearray bitmapimage