0
votes
0answers
30 views

DrawingContext anti-aliasing during clip

I need to piece together a quadrilateral from two different triangles that are clipped from their source image. I can not get rid of the seam between the triangles. The seam appears because during the ...
1
vote
0answers
30 views

Bitmap file Integrity/Validity checking to confirm completion of Save Progress

Heyo, I'm trying to find out if the Save-Progress of a bitmap file is completed, can't use the lock state or UNC Journal for it.. And heres why: Running a FileSystemWatcher i detect file creations ...
1
vote
2answers
74 views

C# WPF Load images from the exe folder

i want to move my program from a pc to another but the problem is the images are not loaded on any other pc (Source problem) . So i was wondering if i could just create a folder where the exe is ...
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 ...
0
votes
1answer
37 views

EMGU accepts only Bitmap and not BitmapSource

private void SensorColorFrameReady(object sender, ColorImageFrameReadyEventArgs e) { using (ColorImageFrame colorFrame = e.OpenColorImageFrame()) { if (colorFrame != null) { ...
2
votes
1answer
106 views

Rendering images fails when image over 40,000 wide

I am trying to create a time scale like in Adobe Premiere like this: But, I have to go to down to 0.01 second increments. My timeline control looks like: UPDATE: I have used @Sten Petrov ...
3
votes
1answer
106 views

Drawing control to memory (Bitmap)

Is it possible to draw a wpf control to memory (Bitmap) without drawing on the screen at all? I found an example of how to save to Bitmap, but it only works when the window has been drawn in the ...
0
votes
3answers
276 views

RenderTransform RotateTransform Blurry Image

I have the following custom UserControl that represents a card in my application: <UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
1
vote
1answer
264 views

WPF: Best method to render a WriteableBitmap if bitmap is frequently updated

I'm currently implementing a broadband sonar display by using WriteableBitmap in WPF. A broadband sonar 'waterfall' display starts at the top and as time moves, the history data moves down and the ...
0
votes
1answer
100 views

Graphics doesn't draw on Bitmap

I'm writing a program that renders some Kinect data into small bitmaps (recorded gesture preview\frames preview). I have a class that stores mapped Kinect data to screen (X = [0; 1], Y = [0, 1]); Now ...
0
votes
1answer
75 views

Get images from DrawingGroup

Maybe it's a stupid question, but I have some problems with finding the proper answer:S How to get frames as Bitmap's or Image's (or something similar) from DrawingGroup? I don't actually know how to ...
1
vote
1answer
70 views

WPF: CroppedBitmap as Source in XAML displays nothing

Not sure what the issue is here. If I do the following: <Image Width="90" Height="97" Source="<some path>" /> My image shows up as expected. But I want to crop it so I use the following ...
0
votes
0answers
67 views

RenderTargetBitmap Bold's Text

I am currently trying to make an application that involves sliding controls on and off the screen. Essentially, imagine a mobile desktop that has pages to the left and the right, that's what my ...
0
votes
1answer
82 views

JpegBitmapEncoder leaves gray streak at end of file?

I'm working with the WPF imaging components in an attempt to do some simple image manipulation. I'm roughly following the MS article on How to Encode & Decode a JPEG Image. My code is simple: ...
0
votes
1answer
235 views

How to load a bitmap to ImageSource real time in wpf?

I know how to convert bitmap into BitmapImage from Load a WPF BitmapImage from a System.Drawing.Bitmap But when my bitmap is changing, and I wanna the source of image, i.e. the BitmapImage will ...
0
votes
1answer
116 views

WPF Dynamic image not appearing

After much research I am stuck as I'm not able to make an image appear dynamically. It is pretty much the same problem as this: Dynamic loading of images in WPF Here is my actual code at the moment ...
-1
votes
1answer
124 views

Is it possible to create a program like Photoshop with C# WinForms? [closed]

So I am wondering if, in term of performance, it's possible to create a graphic editor like Photoshop capable of handling bitmap graphics on layers (at least 25 layers). It also need to handle various ...
1
vote
1answer
76 views

Memory effective SetPixel

I've created a WPF Audiovisualation. To draw the visualation I use a bitmap that sets pixel. You can see the basic idea here. The problem is that I have to call BitmapSource.Create every second about ...
-1
votes
1answer
185 views

Picture Puzzle: Set one Image to the same size and position to another image

today I already asked you a question for my picture puzzle (Original Question). I started to rewrite my code for better performance. And I got the most important part done! But I have another ...
0
votes
0answers
102 views

Generating XAML and bitmap from vectorial shapes

I would like to generate vectorial shapes in various output formats: bmp, png, svg and XAML. So basically, this is a library (no user interface) which generate internally a vectorial shape in order to ...
0
votes
1answer
71 views

wpf, BitmapDecoder issue

In a dialog window's code-behond, I select icon size based on my application's font size the following way: double iconSize = 24; if (Session.FontSize <= 16) iconSize = 48; else if ...
0
votes
2answers
165 views

How to place a cropped image on a canvas? wpf c#

In my code, I select an image and is cropped into 9 pieces. Now I want to randomly position each piece in my canvas. How would I go about doing that? public void CutImage(string img) { ...
2
votes
1answer
287 views

How to split an image into 9 pieces and place in a canvas randomly?

I am trying to select an image and split it into 9 pieces and place randomly in a canvas. I am at the point where I have selected an image, but I am unsure of how to split the image. I have looked at ...
1
vote
3answers
158 views

Deleting a bitmap from local directory

Alright it has come to this. I searched this website among many others and no one can seem to give me a straight answer so I'm going to try just asking outright. Been on this issue for about a solid 3 ...
0
votes
1answer
273 views

Changing pixels in Image

I have program in which i want to do some graphic algorithms. I found some code snippets for C# that works on bitmaps. To change pixel or something like that do i have to convert image to bitmap first ...
1
vote
1answer
471 views

Bitmap class in WPF

I'm working with Emgu Cv in Winforms to do face recognition using Kinect. Now, i want to move to WPF. However, the EmguCv library support only Bitmap class. Can i use the Bitmap class (used in ...
1
vote
1answer
478 views

Create custom palette for WritableBitmap from 256 Colours

I have now been looking for almost an hour and just couldn't find an answer. I am currently working on a program that displays a custom image (using WritableBitmap) either in a gray scale or a ...
0
votes
2answers
456 views

WPF - can't get resource file

I have file animaha135.gif in /Images folder, set "Build Action" as "Embedded Resource" or "Resources", I want to get this image to bitmap: var image = new BitmapImage(); ...
0
votes
3answers
419 views

Writing a 2D array of colors to a WPF image

I have what is essentially a 2-dimensional array of colors with each indices representing the pixel and the value being the color of that pixel. For simplicity, let's imagine a 3x3 pixel array that ...
4
votes
0answers
371 views

WPF's BitmapCache is not completely cleared

We have a WPF Page with a user control where we use a BitmapCache - when we try to clear this element by updating the property (Data Binding) with an empty Path (New Path()), it is not completely ...
0
votes
1answer
84 views

In WPF 4.0: How to render to a (PNG) bitmap as good as to the window?

I'm exporting my WPF (4.0) visuals (vector diagrams) to some image formats in the next way... public void ExportImageTo(BitmapEncoder Encoder, Stream ExportStream, Visual SourceVisual, int Width, ...
2
votes
1answer
648 views

Creating Video from generated bitmap images c#

I am trying to play a stream of bitmap images using openCVSharp to generate the Bitmaps from YUV. But I am unable to display it as a video. I found some links regarding using it as an AVI wrapper ...
0
votes
0answers
107 views

WPF Bitmap Display using image Can See only Last Frame

Hi I am trying to display a YUV stream on a WPF GUI through although I have achieved to covert it to Bitmap, I am not able to view it as a video. All I see is the last frame. Code that I have used ...
0
votes
1answer
153 views

Change bitmap color at runtime in WPF

i develop in WPF. I have a black bitmap and i want to change color to white at runtime !
1
vote
1answer
225 views

Creating bitmap from double[]

Currently I am working on a program that lets me handle data in form of an image. Let's say I have datapoints that correspond to an image (maybe 300 x 300) and the values range from 0 to 10000 and I ...
0
votes
3answers
404 views

BitmapFrameDecode into Image

Recently, I decided to play with Windows Presentation Foundation and create a variation of chess. The whole thing is kinda done (I believe) but it's a long time now as I can't find a way to set my PNG ...
0
votes
0answers
197 views

c# using a mediaElement to play a video made with Splicer library

I need to create a video player using a wpf application in .NET. The video is made of a lot of bitmap images. In order to make the film, I searched in the web for a way to create a video using images ...
1
vote
2answers
4k views

Resize bitmap image

I want to have smaller size at image saved. How can I resize it? I use this code for redering the image: Size size = new Size(surface.Width, surface.Height); surface.Measure(size); ...
2
votes
3answers
2k views

Set background color in Bitmap Image

I want to save my canvas to image. It works but background color is black. How I must add to change the color? I use this code: Size size = new Size(surface.Width, surface.Height); ...
1
vote
1answer
113 views

How to save FrameworkElement as very large raster image?

I have to save my FrameworkElement as very large raster image. For now I use the RenderTargetBitmap class and a BitmapEncoder, in this way: RenderTargetBitmap bmp = new ...
0
votes
1answer
367 views

Image does not refresh in custom picture box

My custom picture box contains a scrollviewer and an image. A dependecy property Image of type string is used to set the image. public static DependencyProperty ImageProperty = ...
1
vote
1answer
823 views

FormatConvertedBitmap poor Black and White results

This seems to be the standard method to convert the pixel format of a bitmap but it's giving me a very poor result when converting to black and white format: // convert to black & white ...
-1
votes
1answer
176 views

How to convert control.background(brush) to bitmap?

How to convert system.windows.controls.control.background(brush) to bitmap?Thanks.
0
votes
0answers
813 views

System.Windows.Markup.XamlParseException when copying WPF application to an other computer

I've got an WPF project, which works on my computer just fine. However, when I copy in to an other computer or a virtual machine, it crashes with following error: ...
1
vote
1answer
105 views

Displaying bitmaps rapidly

I have a WPF application where I need to add a feature that will display a series of full screen bitmaps very fast. In most cases it will be only two images, essentially toggling the two images. The ...
0
votes
2answers
530 views

Bitmap to Base64String

i am trying to convert a bitmap to a base64 string.i can convert to from string to bitmap...but it seems like there is a problem when converting from bitmap to string.I was hoping you guys could give ...
0
votes
1answer
634 views

Convert WPF Path to Bitmap File

I want to be able to load a WPF Resource Dictionary of Paths and output them one by one to files (jpg, bmp, it doesn't matter). This will be in a class library that will be accessed by an MVC ...
0
votes
2answers
333 views

C# threading bitmap

I tried to study the functioning of the thread in C#.. I thought I get it, so I tried to make a test using bitmaps.. A timer creates a bitmap source for an imagebox an enqueues the bitmapsource, ...
21
votes
1answer
2k views

Bitmap Performance-Optimization Patterns

I found several patterns for optimizing Bitmaps handling in WPF. I do not, however, understand when to use each patterns. As I think this is a common problem, I summarized what I understand and what I ...
4
votes
2answers
701 views

WPF Bitmap performance

I'm trying to understand why my images are not snappy, so I built a sample to test WPF performance. I used a timer to calculate how long my "display images" event handler executed, and used a stop ...

1 2 3