0
votes
4answers
47 views

c#:WindowsForms - performance optimization when redrawing bitmap

In my program I have a picture box, containing a bitmap.(300x300 35kB .PNG file) If 2 variables(x/z coord) are changed, I draw a new circle every second to the new position accordingly - a timer runs ...
0
votes
0answers
18 views

Get current visible portion of a panel in winforms

I am working with C# .net on winforms. I am drawing a couple of images in a panel using it's graphics object in the paint event. Now I have to take a picture of the panel to do some processing. For ...
1
vote
0answers
35 views

Preventing child controls from being drawn in a Panel

I am writing a Windows Forms control which extends Panel. Example: public class CustomPanel : Panel { } Say I add some standard Windows Forms controls to the panel, such as a Button, TextBox, ...
0
votes
0answers
54 views

Resize Bitmap Related to a Form

I'm using WinForms to build a Checkers game. I'm using GDI+ to draw the game board on a bitmap and then draw the bitmap I'm using Bitmap to render the board. Now what I'm trying to do is to resize ...
2
votes
1answer
286 views

An unhandled exception of type 'System.OutOfMemoryException' occurred in System.Drawing.dll Additional information: Out of memory

I have googled similar problems but couldnt exactly figure out how to amend my code I have a list "images" that contains about 20 photos about 1MB each. I want to scroll through the images in the ...
0
votes
1answer
51 views

Control manually drawn have weird font

Long story short, I'm drawing a control (ex.: A button) in a Bitmap in a way similar to the following: using (Bitmap controlBitmap = new Bitmap(control.Width, control.Height)) { using (Graphics ...
0
votes
1answer
78 views

how to use GetResourceData

I created a resources file with PNG files using this command: resgen.exe Test3.resx Test3.resources I can iterate through the resources and I can succesfully see they are included, I can also see ...
0
votes
3answers
248 views

C# winforms draw to bitmap invalid parameter

I have made an application, and i need the function drawbitmap to print my panel. When i push the button (btnUpdate) 12 times or more I get a parameter exception(invalid parameter)on this rule: ...
0
votes
1answer
182 views

How to save Panel as BMP

I am trying to save the image on my panel to a BMP and whenever it saves, there is just a blank image. Drawing Code private void DrawingPanel_MouseMove(object sender, MouseEventArgs e) { ...
1
vote
1answer
67 views

Open and save problems

I have a function in my VB project where i scan an image and then I can change the contrast. I scan it and saves it C:\temp\my_img.tif. In the winform the image is displayed in a PictureBox. If I ...
0
votes
3answers
270 views

Using Bitmap in Bouncing Balls

I have a WinForm application 'Bouncing Balls' , and I need to paint the balls on a bitmap and present the bitmap on this form. I have a plusButton that adds new ball, and i'm saving each new ball ...
0
votes
1answer
156 views

Index was outside of bounds of the array while comparing images

I am trying to figure this one out. I am comparing images in my program. For the most part when I try and compare the image I have no issues. Although when I use a few different combinations I get ...
1
vote
1answer
151 views

Screenshot code creating fuzzy screenshots

I have been using image recgonition in my program, and kept thinking it was a a problem with the actual image recognition code in my application. After looking into it deeper and deeper I realized ...
1
vote
0answers
89 views

PropertyGrid - get chosen bitmap's file path

I set a PropertyGrid's SelectedObject to an object with a Bitmap property: public class Obj { private Bitmap myimage; [Category("Main Category")] [Description("Your favorite image")] ...
1
vote
1answer
285 views

control.DrawToBitmap() not working as expected

in Winform application, i have a user control; on which shapes like rectangle,circle etc. are drawn. i am trying to take snapshot of the same by using DrawToBitmap() method. i have a Bitmap of fixed ...
0
votes
1answer
72 views

Color Clicker Inaccurate

I am trying to write a program that clicks on the first pixel it finds which has a certain color. Unfortunately, it appears that sometimes my program is unable to detect that there is actually the ...
-1
votes
1answer
80 views

Return a Bitmap from another form

I have two forms, form one handles the image compression and form two handles the details. Details like; browse for a bitmap, image quality and a save file name. The problem i am having at the moment ...
0
votes
1answer
203 views

Bitmap Clones -> PictureBox = InvalidOperationException, “Object is currently in use elsewhere”, red cross (Windows Forms)

I'm aware there are a lot of questions on this topic, and I've looked through most of them as well as Googling to help me solve this problem, to no avail. What I'd like to do is post the relevant ...
1
vote
1answer
444 views

PictureBox throws “Parameter is not valid” ArgumentException upon tab keypress

I have a form where the user can first scan to a bitmap. When scan is done, and the bitmap is loaded, I have 4 text boxes that are then enabled. Next to each text box, I have a button called "Cut ...
-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 ...
0
votes
3answers
214 views

dealing with bitmap as if it was an array

ysWell i wonder if one writes code to show a bitmap on a form. Would it be possible to access it directly like an array in c#. I am wondering this because the bitmap is already there in memory and ...
1
vote
1answer
149 views

Which is faster, drawing recursively to a bitmap once or recursively to the screen?

This is an addition to this similar question: Which is faster when animating the UI: a Control or a Picture?. I am recursively iterating through a tree of shapes and drawing each visible shape to the ...
0
votes
2answers
268 views

Palette Bitmap - Fractal Color Cycling

I am trying to use an existing Bitmap image on a C# windows form which is a rendered MandleBrot Fractal. I want to implement colour cycling. It must be done with with the use of a pallete image. Here ...
0
votes
1answer
94 views

Which is faster when animating the UI: a Control or a Picture?

/I'm working with and testing on a computer that is built with the following: {1 GB RAM (now 1.5 GB), 1.7 GHz Intel Pentium Processor, ATI Mobility Radeon X600 GFX} I need scale / transform controls ...
0
votes
1answer
108 views

Zoom Out by reversing Zoom In Mouse

I have a block of code which is executed on a C# Windows Form upon Mouse_Up. It basically zooms in on a rendered image and keeps zooming in each time the rubber band is drawn. I want to reverse this ...
1
vote
1answer
84 views

Sliding a bitmap on the screen smoothly C#

I have a form similar to an android notification drawer type thing, users have an option to put a background image on the form; since the form opens up all the way by pulling it on to the screen with ...
0
votes
1answer
194 views

How can I join two images one above another [duplicate]

Possible Duplicate: Combine two Images into one new Image I have a c# code that creates 2 images; now I want to join them by placing first image above the second image? This is what I have ...
1
vote
1answer
103 views

How to auto-adjust the image height and length based on needs

I have a piece of code that generates the barcode image (using the Free 3 of 9 font); nevertheless, the picture size is defined ahead of time and I am wondering what can I do to adjust it to the ...
4
votes
1answer
298 views

Bitmap in some cells of a DataGridView column

I have a complete dataGridView with 5 Columns. Now, I want to draw a Bitmap in certains cells of these columns. This is what it should look like: I've currently tried: dataGridView1.Rows.Add( ...
-1
votes
3answers
273 views

Form “lags” after drawing bitmap [closed]

I have a relatively simple windows application. It uses about 15 controls. My constructor method looks like this: public Form1() { InitializeComponent(); this.Paint += this.Teken; } My ...
0
votes
3answers
914 views

Drawing to a panel using a bitmap as a buffer

I have been learning about drawing to panels using bitmaps. I thought I would run a trial program to simply turn a white panel black. (May seem a complicated way of doing it but this is just to test ...
0
votes
1answer
128 views

C# Disposing and Ressurrecting/Loading Bitmaps using a Dictionary

i have written a programm that uses some picture ressources and creates a file from them. As a Customer preview the images are shown before they get worked with. Therefore i need to dispose them ...
0
votes
1answer
310 views

vb.net Aspose.OCR - Extract text from Image

i tried to extract text from image by Aspose.OCR, my code: Const resourceFileName As String = "c:\2011.08.05 v1.1 Aspose.OCR.Resouces.zip" Dim uploadedImage As String = ...
0
votes
1answer
315 views

Vb.net extract text from image

i want to extract text from an image. For example: return: 12345678910
2
votes
2answers
777 views

Create Bitmap object from array

I have an array like byte[] pixels. Is there any way to create a bitmap object from that pixels without copying data? I have a small graphics library, when I need to display image on WinForms window I ...
8
votes
1answer
719 views

Converting Bitmap to Icon

I'm trying to convert an image from a Bitmap to a Windows icon. This is the code. private void btnCnvrtSave_Click(object sender, EventArgs e) { Bitmap bmp = (Bitmap)picturePanel.BackgroundImage; ...
-2
votes
1answer
879 views

Monochrome Bitmap to Binary array in C# [duplicate]

Possible Duplicate: Convert a image to a monochrome byte array I have a monochrome bitmap image. I load the image like this: Image image = Image.FromFile("myMonoChromeImage.bmp"); How ...
1
vote
1answer
360 views

Saving a Graphics content to a file

I have some code where I draw a function graph into a PictureBox graphics. The code is implemented in the Paint event. At some point I want to save a bitmap of the content of the graphics in a file. ...
0
votes
3answers
5k views

Convert the image in a PictureBox into a bitmap

I have used the following code to convert the image in a PictureBox into a Bitmap: bmp = (Bitmap)pictureBox2.Image; But I am getting the result as bmp = null. Can anyone tell me how I do this?
0
votes
2answers
2k views

Parameter is not valid error on bitmap constructor

I know, I know... there are many others posts like this. I didn't find what I was look for, let's move on. I break a PDF into images using this GhostScript implementation for C# and then try to load ...
0
votes
1answer
299 views

Parameter is not valid - error when sending a bitmap via TCP with C#

I have a file transfer program. The program (Client) does following operations to send a bitmap via TCP socket: get screenshot -> grab Bitmap from memory -> convert to stream -> send ...
2
votes
2answers
676 views

Byte to bits in a BMP getting RGB

I wrote the code below in order to manipulate the color of an image. I want to somehow rip apart each pixel of the image. So for each pixel, i want access to the 5 bits of red, 6 bits of green and 5 ...
1
vote
1answer
1k views

Drawing a WebBrowser control to a bitmap

I'm trying to save a panel control as a bitmap using the following code (VB.net): Private Sub SaveFileDialog1_FileOk(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) ...
2
votes
2answers
735 views

Image loading and stream/file dependency

Right now I have an application that loads a bunch of thumbnail images into PictureBox controls. Sometimes over a hundred at a time. The images are created using Image.FromStream(MemoryStream), and ...
0
votes
1answer
346 views

RotateFlipType helper functions?

I've repeatedly found myself wanting to deal with the RotateFlipType in a more modular manner. For example, at any given time I want to store a single RotateFlipType enum, while giving the user ...
1
vote
1answer
294 views

Using FormattedText to create a Bitmap

In a C# forms project, I can write the following code to get something like what I want, but it seems that there are two different "worlds" that I am trying to fuse. FormattedText text = new ...
3
votes
1answer
535 views

Saving a one color bitmap with alpha channel in Windows Forms saves a different (wrong) color

In C#, .NET 2.0, Windows Forms, Visual Studio Express 2010, I'm saving an image made of the same color: Bitmap bitmap = new Bitmap(width, height, PixelFormat.Format32bppArgb); using (Graphics ...
6
votes
1answer
494 views

Receiving an image dragged from Web Page to WPF window

I want my WPF application to be a drop target, and I want to be able to drag an image from any web page. When an image is dragged from a web page, apparently it is in the "DragImageBits" format, ...
0
votes
1answer
500 views

Scaling and printing a Bitmap object

I have a Bitmap object created by drawing several controls with the DrawToBitmap method. I would now like to print the bitmap. However, the bitmap is too large to fit on a single page and so it must ...
3
votes
1answer
148 views

How to get a Bitmap of all a page in a WebBrowser control using .NET CF

I have an WindowsMobile 6.5 (running .NET CF 2.0) application that embed a WebBrowser control that render some content (generated remotely). I want to get all the web page content as a Bitmap, to be ...

1 2