Tagged Questions
1
vote
1answer
31 views
Draw on Panel, save as Bitmap
I'm trying to make a simple application where the user can draw on the Panel and save it to their computer as a bitmap. When I proceed to the save part, however, all I get is an empty (white) bitmap.
...
1
vote
0answers
34 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
1answer
37 views
How can I draw colored shapes on gray Bitmap image?
I have gray Bitmap image.
Image<Gray, byte> cannyImage = new Image<Gray, byte>(pathImg);
Bitmap drawImg = cannyImage.ToBitmap();
I want to draw on this image some shape :
...
0
votes
2answers
160 views
How to load 12 bit image into System.Drawing.Bitmap?
I have a server serving 12bit image and I can access the image through http, but since it is 12 bit image I am not able to load into System.Drawing.Bitmap(Stream stream).
Image format PNG bit depth ...
0
votes
0answers
52 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 ...
0
votes
1answer
92 views
Graphics.DrawPolygon not drawing at correct location
On the left is the polygon I drew using my paint-like program. On the right is the polygon drawn by System.Drawing.Bitmap/Graphics:
The code to draw it is as follows:
protected static Bitmap ...
1
vote
1answer
77 views
C# Bitmap Reading incorrect colour from pixel
I'm reading an 8 bit png file into a Bitmap in C# .net 3.5. I'm targetting a particular pixel on the image which is RGB value 255,255,255 ie white, when being read through any normal program like ...
0
votes
0answers
51 views
Better approaches to shrinking and compressing photographs in .NET? [closed]
There's a LOT of different ways to leverage .NET Bitmap and Metafile classes... and the documentation is sooo terse (and broken out to other things like Graphics), it is easy to miss better options.
...
0
votes
0answers
75 views
How to read pixel value from a file and display using C#?
I have a file with pixel values like this:
78 234 56 37
62 162 63 78
28 129 30 37
12 231 12 127
24 121 95 194
which indicate that a 4*5 monochrome pixels map. I've got to read it from a file and ...
0
votes
2answers
88 views
De-skew Image by Angle
I've spent a few hours researching this and I've made some progress but still need some help.
I'm aware there are libraries to do this, but since my scenario is terribly simple, I'd rather have my ...
0
votes
2answers
134 views
Write grayscale BMP to ZIP file from Memorystream
I'm trying to test whether writing individual images or a bundle zipped is quicker. My approach is to create a random byte array of values between 0 and 255 (8-bit image) and form a Bitmap from it, ...
3
votes
0answers
135 views
Efficient way to replace specific color in Bitmap/Image
In my grayscale picture I need to find specific value and replace it with some color, e.g yellow. Here is the code which I have right now, but it's not as fast as I need. Is there any more efficient ...
1
vote
2answers
126 views
Does Bitmap.LockBits “pin” a bitmap into memory?
I'm using locked bitmaps a lot recently, and I keep getting "attempted to access invalid memory" errors. This is mostly because the bitmap has been moved in memory. Some people using GCHandle.Alloc() ...
-2
votes
1answer
19 views
0.0 on the botton left?
When you draw a bitmap, you always have 0.0 on the top left of the bitmap. It doesn't matter if you are creating a regular application or website.
My question is:
Is it possible to have 0.0 on the ...
0
votes
1answer
76 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
0answers
102 views
Printing A Simple Bitmap
I am hitting what should be a simple problem, but it seems all the solutions I am seeing are pretty complex, so I figure I should ask here.
All I need to do is print a premade bitmap image (5 inches ...
0
votes
2answers
346 views
Speed - Copy bitmap data into array or work with it directly?
I'm using a LockedBitmap class that simplifies working with bitmap data in C#. Currently it is copying the data into a local byte[] array which is then accessed by its class methods to get/set pixel ...
0
votes
2answers
99 views
How to know who is disposing my Bitmap object or where it has been disposed?
My object is passed through some sophisticated pipeline, in some parts of it, I don't have the code, I need to know what is the location when Dispose is called on my Bitmap!
-1
votes
1answer
140 views
How to get the bitmap from a Graphics object in C#?
How do you get a bitmap from a graphics object (or at least a pointer to it's Scan0)?
If a graphics object really always refers to a bitmap, then it IS possible to get to the bitmap data from the ...
1
vote
2answers
497 views
Faster algorithm to change Hue/Saturation/Lightness in a bitmap
I am trying to filter a Bitmap image to increase or decrease Hue, Saturation, and Lightness values.
My code is working perfectly, but it is slow.
I am locking two bitmaps in memory, the original ...
0
votes
3answers
267 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
0answers
80 views
Finding the smallest possible Rectangle for a Difference between Bitmaps
I'm trying to optimize the performance on a VNC-type app I'm writing, and I'm having a bit of difficulty getting it truly optimized.
Given two bitmaps, I'd like to return a third bitmap, of the ...
0
votes
1answer
155 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")]
...
0
votes
0answers
31 views
More efficient way to set bitmap pixel data [duplicate]
Possible Duplicate:
Fast work with Bitmaps in C#
Currently I have a program that calculates the color of each and every pixel in the image, and then sets each pixel of that image to the ...
0
votes
0answers
38 views
How do I draw a rotated bitmap (Windows Forms)?
I have car sprites in a game (2-D top down) where I have a single bitmap of the car (24x24 PNG with alpha). I track the location of the car by the midpoint of the sprite (11, 11) and the orientation ...
0
votes
1answer
119 views
Use .NET to extract cell range from xlsx file as image
I'm looking for a way to extract cell range from a spreadsheet document as an image file without any user action.
I able generating spreadsheet documents using OpenXML SDK.
I want to define a cell ...
3
votes
0answers
141 views
read pixel color in a panel vb.net [closed]
I am fairly new to VS 2010, so kindly provide suitable code/explanations/links.
I have a panel sked_panel in a form which is filled with colored blocks as shown in the picture. I want to find out ...
1
vote
1answer
280 views
Converting from Bitmap to JPEG and retaining original Bitmap resolution
I am using the below code to transform a bitmap to jpeg. The bitmap is being passed through at 300 dpi (horizontal/vertical resolution) but the CreateBitmapSourcefromHBitmap method always changes the ...
1
vote
1answer
51 views
How to get a bitmap drawn in a handled control
I am working with a fingerprint sensor under C# .NET. It shows the captured fingerprint by handling a control, like this:
this.Sensor.SetDisplay((int)this.PictureBoxFingerprint.Handle);
I need to ...
1
vote
1answer
167 views
Converting black/white win 32 bitmap to TIFF using LibTiff.net
I'm observing "mirroring" effect when I process image that comes from a scanner through libtiff.net.
Here is my code:
public static byte[] GetTiffImageBytes(byte[] win32Bitmap, ...
0
votes
1answer
327 views
Making sense of plain bitmap structure BITMAPINFOHEADER
I'm working on scanning application at a low level where I'm not very comfortable already :)
Anyway, I'm trying to make sense out of numbers I'm getting.
Here we go:
Scanning Letter size document ...
2
votes
0answers
127 views
Capture primary image color [closed]
For example - I have many photos with grass or forest and they are simply "green".
Photo with sea and sky is blue, photo with snow is white.
I need something ( idea / algorithm ) to solve my ...
0
votes
1answer
270 views
why do I get this Out Of Memory Exception?
I have this C# segment code:
string fileName = Path.GetTempPath() + "\\temp.bmp";
image.Save(fileName);
bmp = (Bitmap)Image.FromFile(fileName);
On this row:
bmp = ...
5
votes
1answer
223 views
A generic error occurred in GDI+ when I saving png to MemoryStream in IIS7
I have an error when I try save png to memory stream. On my ASP.NET Development Server everything works but when I run site under IIS7 - there are generated an error. Also when I try saving jpg format ...
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 ...
1
vote
2answers
87 views
Results of scaling a bitmap with constructor or with Graphics?
The following two code samples are equivalent in that they produce a scaled image. That said, does the second produce a scaled image of higher quality? I am using .NET 4.5.
// The short.
using(Bitmap ...
0
votes
0answers
220 views
DrawToBitmap - A generic error occurred in GDI+
I'm trying to capture a screenshot from a flash object in my windows forms form.
When I try to do this and debug, I get the exception A generic error occurred in GDI+. on the bmp.Save... line.
...
0
votes
1answer
175 views
URL formats not supported
I am trying to resize a Bitmap using the below code, I am receiving an error on the 2nd line:
Image src = Image.FromFile(@"D:\Microsite\TestASP\Images\logo.png");
Bitmap newImage = new ...
2
votes
1answer
326 views
How to create bitmap via Powershell
I'd like to learn to create/edit images with Powershell.
Help me, please, to create bitmap image, fill it with some color, set color of some pixel to some other color and save image to file.
EDIT: I ...
2
votes
2answers
1k views
DrawToBitmap - System.ArgumentException: Parameter is not valid
Im creating a Label and sometimes Im using .DrawToBitmap(). I dont know why, but after Im running my program for a while (and calling .DrawToBitmap() often) I get the exception:
...
1
vote
2answers
158 views
Generating extremely large images in C#
I need to generate some large graphs whose width and height can go up to millions of pixels in size. Please note that I do NOT want to scale down the image. Each point must represent one pixel.
Now ...
0
votes
1answer
89 views
How to get the file name Bitmap object?
Here is my C# code:
public static void FilterNoises(Bitmap bmp)
{
Image<Bgr, Byte> img = new Image<Bgr, byte>(bmp);
img.PyrUp().PyrDown();
...
4
votes
0answers
369 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 ...
1
vote
2answers
475 views
Rotate image with indexed pixel format?
I'm trying to figure out how to rotate my Bitmap image by an arbitrary degree amount, similar to the solution posted here. However, when I try using this solution, which converts the Bitmap to a ...
2
votes
4answers
149 views
Scanned bitmap read in sideways, flipped? (C#)
I have a simple file that reads in a monochrome bitmap (i.e. black and white) and prints out x's to represent the black portion. However, I noticed that for some reason I need to add the code
...
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, ...
0
votes
1answer
224 views
A generic error occurred in GDI+ exception
I have few rows of VB.NET code:
Dim dest As String = "C:\Users\Yonapms1\Desktop\Sample Pictures2"
Dim img As Bitmap = New Bitmap("C:\Users\Yonapms1\Desktop\Sample Pictures\Tulips.jpg")
...
1
vote
1answer
92 views
struct of bitmaps
I have this struct definition:
public struct Icon {
public Bitmap bitmap;
public Bitmap g_bitmap;
public int bitmap_ID;
public int g_bitmap_ID;
}
Icon current = new Icon();
then I tried ...