The bitmapsource tag has no wiki summary.
0
votes
1answer
48 views
Reduce application memory for cropped image in C# WPF
We're displaying cropped images in our WPF application by creating a new CroppedImage from the original bitmap. but when we look at application memory it's the same for displaying cropped images as it ...
0
votes
0answers
14 views
CreateBitmapSourceFromHBitmap for 8bppindexed bitmap
I am using CreateBitmapSourceFromHBitmap to convert a System.Drawing.Bitmap into a System.Windows.Media.Imaging.BitmapSource using this code:
public static BitmapSource Bitmap2BitmapImage(Bitmap ...
2
votes
1answer
94 views
What is the relevance of DPI in BitmapSource.Create() method?
i read the Wikipedia article on DPI, but it confused me even more... i don't have any DPI information on the image. What DPI should i use with BitmapSource.Create(), is it OK to use a constant ...
2
votes
2answers
104 views
How to read pixels in four corners of a BitmapSource?
I have a .NET BitmapSource object. I would like to read the four pixels in corners of the bitmap, and test whether all of them are darker than white. How can I do that?
Edit: I wouldn't mind ...
1
vote
2answers
127 views
Async databinding of image, causes cross thread exception
I have a problem, with my WPF application.
I'm trying to databind an image field, in my gridview, with the image property from my viewmodel.
<DataGridTemplateColumn Header="Image" ...
2
votes
2answers
242 views
In WPF, can I share the same image resource between 2 buttons
I want to create a On/Off button in WPF and I want it to change its appearance when the user clicks it (if it was on switch to off, if it wad off switch to on) using images.
I added the images I want ...
0
votes
1answer
238 views
BitmapSource copyPixels correct arguments
Used stride by me generates exception. I don't know what stride is correct. The input image is 32 bit JPG. Please tell me what values(I tried many things but they where generating exceptions or ...
0
votes
0answers
77 views
Getting black blurry image as an effect of copying JPG image by CLI/C++
I would like to load an jpg image, get its pixel array, then modify the array and save the new file.
I have a problem while getting the byte array, the output file is something blurry while the input ...
1
vote
1answer
292 views
Saving BitmapSource as Tiff encoded JPEG using Libtiff.net
I'm trying to write a routine that will save a WPF BitmapSource as a JPEG encoded TIFF using LibTiff.net. Using the examples provided with LibTiff I came up with the following:
private void ...
1
vote
0answers
223 views
Saving 8-bit indexed data in a PNG alters original bytes when using BitmapSource, PngBitmapEncoder/Decoder
I have a problem when saving and loading a PNG using BitmapSource and PngBitmapEncoder/Decoder. Basically, I'd like to be able to save an image that originated as an array of bytes, and when the PNG ...
0
votes
1answer
322 views
CopyPixels method in Bgr32 format
i'm just doing a simple job: Converting a bitmap into an array, then using that array, recreating the bitmap with BitmapSource.Create method.
However, i'm getting the error: "Value does not fall ...
0
votes
1answer
81 views
Clean up a collection of BitmapSource
i have a collection of BitmapSource that are created by setting its StreamSource property to a MemoryStream of byte array. How do i remove them from memory after using them?
thanks!
1
vote
1answer
362 views
How to properly use Image as ToolTip?
I have a BitmapSource 1690x214 (taken from an EMF file using this code), and I want to use this image as ToolTip. This is the image displayed using Paint:
So i wrote this code:
BitmapSource bmp = ...
1
vote
2answers
152 views
Can't deserialize BitmapSource from WCF service
I'm trying to send a BitmapSource from my WCF service to my client app. Both are .NET 3.5 applications. I'm seemingly able to serialze the object without an issue (no exceptions occur), but my ...
2
votes
0answers
485 views
BitmapSource MemoryStream Leak with Large Images
I am working with image files over 1GB, creating a Bitmap from a large BitmapSource and attempting to dispose of the original BitmapSource. The BitmapSource stays in memory. Normally this is an ...
0
votes
1answer
102 views
error with partial declaration of 'BitmapSource.main page'must not specify different base classes
i got an error with partial declaration of 'BitmapSource.main page'must not specify different base classes.
In my XAML, I have
x:Class="BitmapSource.MainPage", ...
1
vote
3answers
787 views
When binding an image source to a BitmapSource, the image stays blank
I'm trying to show a camera feed from a Kinect in a WPF application. However, the image appears blank.
Below is a snippet of what I have in my Kinect class, this all fires correctly, and the ...
1
vote
1answer
608 views
Initializing BitmapSource with array of pixels
I am trying to marshal a native image data structure to BitmapSource.
Here's the native struct:
struct Bitmap_8Bit
{
public:
unsigned char* data;
int stride;
...
0
votes
0answers
1k views
Kinect and EMGU (OpenCV) - BitmapSource issue
Alright, so basically I am trying to use openCV with the Kinect (Microsoft's new Kinect 1.0 SDK). I am very new to both C# and Kinect. But what I want to do is use the kinect for facial recognition ...
0
votes
1answer
314 views
Manipulate photo to sepia
How can I manipulate my photo to sepia after I click the button.
Below is my code:
private void button1_Click(object sender, RoutedEventArgs e)
{
BitmapSource image = ...
0
votes
1answer
345 views
Converting a BitmapSource to Image keeping all frames
I have a method here that is supposed to produce a System.Drawing.Image instance. Consider the following prerequesites:
I get a BitmapSource as a method parameter
Below you find the code that does
...
1
vote
0answers
195 views
BitmapSource.CopyPixels->byte[]->BitmapSource how to do this simple?
How to do efficient BitmapSource to byte[] and vice versa conversion in C#?
0
votes
2answers
620 views
WPF frozen BitmapImage not showing
I am using a viewmodel bound to an image property on the UI and the viewmodel contains an ImageSource property. I set that property using the following function
private BitmapImage ...
0
votes
0answers
468 views
Out of memory when using BitmapSource
I'm changing source of a WPF image on run time with a frequency of 30ms ( 30 fps ). I'm getting an OutOfMemory.
In the following code, iImage is a private object displayed and owned by the wpf ...
0
votes
1answer
186 views
BitmapSource vs DrawingImage
I know DrawingImage has a Drawing property to which we can set any of the Drawing sub-classes which represent a geometry with a brush and a pen. But where does BitmapSource store its pixels, in the ...
0
votes
1answer
165 views
ImageSource Class on MSDN Mistake?
I am unclear of what this means from the definition on ImageSource class on MSDN:
Represents a object type that has a width, height, and ImageMetadata such as a BitmapSource and a DrawingImage.
...
4
votes
1answer
1k views
C# WPF BitmapSource Memory Leak?
I'm developing a BlackJack program which shows a BlackJack Table, cards, etc. The plan is that it'll be playing thousands of hands one after another with an automated strategy.
I have a PlayerSeat ...
2
votes
1answer
1k views
WPF - Convert file to Byte[] to BitmapSource using JpegBitmapDecoder
I need to read a jpg file and latyer display it in an Image controll.
The following works perfectly:
imgTwo.Source = FetchImage(@"C:\Image075.jpg");
public BitmapSource FetchImage(string URLlink)
{
...
3
votes
1answer
573 views
How do I convert from a Brush (e.g. DrawingBrush) to a BitmapSource?
I have a DrawingBrush with some vector graphics. I want to convert it to BitmapSource as an intermediate step to getting it to Bitmap. What's the (best) way to do this?
2
votes
1answer
779 views
Convert WPF Control to BitmapSource
This is kind of a two part question- First, why doesn't this code work?
Canvas canvas = new Canvas { Width = 640, Height = 480 };
System.Windows.Size size = new System.Windows.Size( ...
2
votes
1answer
900 views
Get System.Drawing.Bitmap of a WPF Area using VisualBrush
The point is, that I need to convert to a System.Drawing.Bitmap (.Net Framework 2.0) to get a single frame of an WPF Grid with its content.
I read about VisualBrush and DrawingBrush but I cannot ...
0
votes
1answer
868 views
How can I get the PixelFormat of a BitmapSource
I am using the following to convert a BitmapSource to a Bitmap:
internal static Bitmap ConvertBitmapSourceToBitmap(BitmapSource bitmapSrc)
{
int width = bitmapSrc.PixelWidth;
int height = ...
2
votes
1answer
905 views
PngBitmapDecoder stream question
Don't know a whole lot about streams. Why does the first version work using a file but the second does not? Putting a breakpoint on "return dest;" it looks like both have created exactly the same ...
1
vote
1answer
4k views
Copying from BitmapSource to WritableBitmap
I am trying to copy a part of a BitmapSource to a WritableBitmap.
This is my code so far:
var bmp = image.Source as BitmapSource;
var row = new WriteableBitmap(bmp.PixelWidth, bottom - top, ...
0
votes
1answer
369 views
ArgumentException not caught when using BitmapImage.BeginInit()
Why when an ArgumentException occurs because image.jpg has an invalid metadata header does the first example catch the exception, and the second example does not?
Example 1:
try
{
Uri myUri = new ...
5
votes
4answers
10k views
BitmapSource to BitmapImage
I need to parse the content of Clipboard.GetImage() (a BitmapSource) to a BitmapImage.
Does anyone knows how can this be done?
0
votes
1answer
1k views
Problem with convert Bitmap to BitmapSource
I have problem with converting bitmap to bitmapsource, I write something like this http://www.codeproject.com/KB/WPF/BitmapToBitmapSource.aspx?msg=3590727 , but I get exceptions: A first chance ...
0
votes
3answers
4k views
Android GridView - How to change a bitmap dynamically?
Hello I have a gridView which I use to show some pictures on (small thumb of diffrent levels).
When the user finishes one level, I would like to change the thumb for that level. (Somehow show that it ...
0
votes
2answers
2k views
C# Bitmap BitmapImage bitmapsource
I have some code I found somewhere on the Net.
unsafe static Bitmap SaveFrame(IntPtr pFrame, int width, int height)
{
try
{
int x, y;
int linesize = width ...
1
vote
1answer
855 views
Using resources images in WPF
From what I've seen, WPF images' source is a BitmapSource object while the Resources images are read as bitmap. I've easily found a way to convert images from Bitmap format into BitmapSource format ...
2
votes
1answer
1k views
Is it possible to modify a WPF BitmapSource in memory 'unsafe'ly from another thread
I would like to do some processing of images in a WPF application. However, I would like to modify the pixels of a BitmapSource in memory at runtime.
I'm currently managing to do this using 'unsafe' ...
0
votes
2answers
3k views
create an empty BitmapSource in C#
Waht is the fatest (few lines of code and low resource usage) way to create an empty (0x0px or 1x1px and fully transparent) BitmapSource instance in c# that when used renders nothing.
0
votes
1answer
689 views
How to draw a line on an existing BitmapSource in WPF?
I would like to draw a line (or any geometric shape) on an existing BitmapSource object in my WPF application. What is the best way to do it ?
The BitmapSource is the result of a ...
1
vote
1answer
3k views
Display Image from Byte Array in WPF - Memory Issues
I've developed an application to capture and save images to a database, but I'm having an issue with memory usage. On my domain object I have 3 properties:
Image - Byte array, contents are a jpg
...
6
votes
1answer
10k views
how to save a WPF image to a file
in WPF, the System.Windows.Clipboard.getImage() function returns a BitmapSource object. As a newbie in WPF coming from a WinForms background, its not clear to me how to save this image to a file. ...
3
votes
4answers
2k views
How to copy DispatcherObject (BitmapSource) into different thread?
I am trying to figure out how can I copy DispatcherObject (in my case BitmapSource) into another thread.
Use case:
I have a WPF app that needs to show window in a new thread (the app is actually ...
1
vote
2answers
2k views
Convert WPF BitmapSource to Icon for window
I have a 16x16 .png file which I have loaded as an ImageSource (BitmapSource) and it is working fine when I use it on an Image in a tabcontrol header.
I now want to use that same image in a floating ...
1
vote
2answers
2k views
InteropBitmap to BitmapImage
I'm trying to Convert a Bitmap (SystemIcons.Question) to a BitmapImage so I can use it in a WPF Image control.
I have the following method to convert it to a BitmapSource, but it returns an ...
9
votes
2answers
15k views
Is there a good way to convert between BitmapSource and Bitmap?
As far as I can tell the only way to convert from BitmapSource to Bitmap is through unsafe code... Like this (from Lesters WPF blog):
myBitmapSource.CopyPixels(bits, stride, 0);
unsafe
{
fixed ...
5
votes
2answers
1k views
WPF/BackgroundWorker and BitmapSource problem
I am a beginner with WPF and trying a home project to become familiar with the technology. I have a simple form where the user selects an image file, I then display EXIF data along with a thumbnail ...