0
votes
1answer
44 views
Remove alpha from a BitmapSource
Hello,
I use BitBlt() and CreateBitmapSourceFromHBitmap() to capture a window as a BitmapSource that I can display on an Image element in a WPF application. But for some reason, m …
0
votes
1answer
26 views
WPF Image won’t display BitmapSource
I'm new to using WPF and GDI, and I'm having trouble displaying an image. My eventual goal is to build something expose-like. So far, I gray-out the screens, gather all the active …
3
votes
3answers
161 views
Image loading memory leak with C#
Hi,
I have a memory leak issue in my application which loads a large amount of images. I'm rather new to C#, and thought my days of memory leak issues were past. I can't figure ou …
0
votes
1answer
41 views
How do you make sure WPF releases large BitmapSource from Memory?
System: Windows XP SP3, .NET 3.5, 4GB RAM, Dual 1.6gHz
I have a WPF application that loads and transitions (using Storyboard animations) extremely large PNGs. These PNGs are 8190 …
0
votes
2answers
196 views
Unable to retrieve TIFF pages from TiffBitmapDecoder.Frames — all frames are page 1
I'm trying to convert a multipage tiff image into a multipage XPS document. The problem I'm having is with the TiffBitmapDecoder and its BitmapFrames.
Here's the code:
private s …
1
vote
2answers
1k views
using BitmapSource as Image source in WPF
Hello Everyone,
I am trying to update an Image (_browserScreenshot below) object in XAML by changing the source image every time an event determines the source needs updating. Ri …
0
votes
2answers
1k views
Is BitmapSource the only type can be used in Image Source?
We can use Bitmapsource object as the content of a Image control, However if I only have Bitmap object, can I use it directly, if I convert Bitmap to Bitmapsouce using the followin …
0
votes
0answers
332 views
Is BitmapSource the only type can be used in Image Source? [closed]
Duplicate: here - I assume the originator wants to keep the one where he's logged into the account with more XP.
We can use Bitmapsource object as the content of a Image control, …
