Tagged Questions

The Graphics Device Interface (GDI) is a Microsoft Windows application programming interface and core operating system component responsible for representing graphical objects and transmitting them to output devices such as monitors and printers. -Wikipedia

learn more… | top users | synonyms

39
votes
2answers
995 views

Rendering controls on glass: Solution found, needs double-buffering/perfecting

I (finally!) found a way of rendering Windows.Forms controls on glass that doesn't seem to have any major drawback nor any big implementation time. It's inspired by this article from Coded, which ...
23
votes
3answers
1k views

Windows Aero: What color to paint to make “glass” appear?

What color must i paint in the client area in order to make glass appear? i've extended the frame of my form into the client area using: DwmExtendFrameIntoClientArea(self.Handle, margins); i ...
23
votes
10answers
34k views

A generic error occurred in GDI+, JPEG Image to MemoryStream

This seems to be a bit of an infamous error all over the web. So much so that I have been unable to find an answer to my problem as my scenario doesn't fit. An exception gets thrown when I save the ...
20
votes
9answers
20k views

Can you make an alpha transparent PNG with C#?

I have a multi-browser page that shows vertical text. As an ugly hack to get text to render vertically in all browsers I've created a custom page handler that returns a PNG with the text drawn ...
18
votes
4answers
6k views

Draw a single pixel on Windows Forms

I'm stuck trying to turn on a single pixel on a Windows Form. graphics.DrawLine(Pens.Black, 50, 50, 51, 50); // draws two pixels graphics.DrawLine(Pens.Black, 50, 50, 50, 50); // draws no pixels ...
16
votes
2answers
673 views

Hittest using screen coordinates in SVG images in World coordinates

How do I translate mouse coordinates into world coordinates using GDI+? Or get bounding boxes (or even better) old skool regions for SVG shapes drawn using GDI+? Anyway. I've been looking for SVG ...
14
votes
6answers
798 views

How create glossy button in C#?

I want create glossy buttons with GDI+ or Silverlight with C#, any ideas or trickery how to create a glossy button? Somethings like images below: I am interesting more in GDI+ solutions.
13
votes
1answer
854 views

.net2.0 vs .net 4.0 gdi+ difference?

I have a really weird problem where I have an application that does a lot of involved GDI+ manipulation of pictures. Such as cropping zooming etc. My application works fine in .net 2.0, but in .net ...
13
votes
1answer
920 views

How to identify CMYK images using C#

Does anybody know how to properly identify CMYK images using C#? I found how to do it using ImageMagick, but I need a .NET solution. I found 3 code snippets online, only one works in Windows 7, but ...
13
votes
6answers
2k views

Image resizing efficiency in C# and .NET 3.5

I have written a web service to resize user uploaded images and all works correctly from a functional point of view, but it causes CPU usage to spike every time it is used. It is running on Windows ...
13
votes
3answers
5k views

C# Transition between GDI+ and WPF

Im considering migrating my c# application from using custom GDI+ drawn controls to a WPF application with custom controlls etc. I would like to know whats involved and what to expect. Are there any ...
11
votes
3answers
474 views

How can I simulate a hanging cable in WPF?

I have an application that is very "connection-based", i.e. multiple inputs/outputs. The UI concept of a "cable" is exactly what I'm looking for to make the concept clear to the user. Propellerhead ...
11
votes
5answers
767 views

Problem converting .ico in byte array to Image object in .net

I am trying to take favicons and add them to a dynamic image that I am creating. See StackFlair. The website code works fine locally, and on one shared hosting server. blah blah, free hosting plan, ...
10
votes
2answers
216 views

How to stitch images with very little overlap?

I am trying to create a panorama using images with very little overlap, but I know the angle of the camera so I know exactly how much overlap there is and I know the order of the images so I know ...
10
votes
3answers
985 views

Taking screenshots in Windows Vista, Windows 7, with transparent areas outside the app region

I am trying to take a screenshot of an application and I would like to make the parts of the rectangle that are not part of the applications region be transparent. So for instance on a standard ...
10
votes
3answers
1k views

Alternatives to System.Drawing for use with ASP.NET?

After several days of tracking down bizarre GDI+ errors, I've stumbled across this little gem on MSDN: Classes within the System.Drawing namespace are not supported for use within a Windows or ...
10
votes
2answers
5k views

InvalidOperationException - object is currently in use elsewhere - red cross

I have a C# desktop application in which one thread that I create continously gets an image from a source(it's a digital camera actually) and puts it on a panel(panel.Image = img) in the GUI(which ...
10
votes
4answers
7k views

Reduce flicker with GDI+ and C++

I'm using GDI+ in a C++/MFC application and I just can't seem to avoid flickering whenever the window is resized. I have already tried these steps: returned TRUE on OnEraseBkGnd(); returned NULL on ...
9
votes
7answers
457 views

Generating image thumbnails in ASP.NET?

What is the fastest and more reliable way of generating thumbnails in .NET? I need to get any image, compress it in JPEG and resize it. I've seen several examples with GDI+, some non-free components ...
9
votes
1answer
268 views

Why is System.Drawing.Color.Green (0, 128,0)?

I thought it should be (0,255,0). Anyone know why?
9
votes
4answers
818 views

Parallelizing GDI+ Image Resizing .net

I've tried to parallelize the resizing of jpegs using .Net. All my tries failed, because the Graphics.DrawImage-func seems to lock while active. Try the following snipped: Sub Main() Dim files As ...
9
votes
1answer
469 views

GDI+: How do I draw a line that's one inch in length on any device it's drawn on?

I need to draw a line one inch long on any device given a Graphics reference to it. I need it to be an inch long regardless of what Transform is set to. Let's assume that the scaling factor of the ...
9
votes
4answers
10k views

Image.Save(..) throws a GDI+ exception because the memory stream is closed

i've got some binary data which i want to save as an image. When i try to save the image, it throws an exception if the memory stream used to create the image, was closed before the save. The reason i ...
8
votes
1answer
254 views

What does the GDI+ background thread do?

Upon initialization, GDI+ (non .NET) creates a background thread, which can optionally be suppressed subject to calling some hook functions. MSDN, however, doesn't say what this thread actually does. ...
8
votes
1answer
161 views

When do you dispose GDI+ resources?

Many GDI+ classes implement IDisposable, but I'm not sure when I should call Dispose. It's clear for instances I create with new or static methods like Graphics.CreateGraphics. But what about objects ...
8
votes
2answers
888 views

About GDI/GDI+ coordinate compatibility?

I have a problem while drawing with both GDI and GDI+ interchangably. The page transformation—in particular scaling—seems to be a little bit off between the two. Which properties of the ...
8
votes
9answers
11k views

Winforms: SuspendLayout/ResumeLayout is not enough?

I have a library of a few "custom controls". Essentially we have our own buttons, rounder corner panels, and a few groupboxes with some custom paint. Despite the "math" in the OnPaint methods, the ...
8
votes
6answers
8k views

gdi+ Graphics::DrawImage really slow~~

I am using a GDI+ Graphic to draw a 4000*3000 image to screen, but it is really slow. It takes about 300ms. I wish it just occupy less than 10ms. Bitmap *bitmap = Bitmap::FromFile("XXXX",...); ...
7
votes
1answer
115 views

File path from a usb camera

Hello I am using GDI+ to do some image processing. I am having it run from the command line with two arguments. The reason for this is the program is being called from VBA Excel 2007. A Open file ...
7
votes
3answers
160 views

Building a GrayScaleBrushes class

Recently I came across a .NET color chart based on their hue and brightness value. What stroke me is the crazy grayscale chart. For example, DarkGray is actually lighter then Gray ? Also, I can't see ...
7
votes
2answers
850 views

Why Color.FromArgb(255, 255, 255, 255) != Color.White?

Why Color.FromArgb(255, 255, 255, 255) is not equal to Color.White ? Is there any built-in way to compare only A,R,G,B values and not color names? Thanks.
7
votes
2answers
453 views

Preserving Bitmap values when creating a new Bitmap from System.Drawing.Image

I'm trying to create a resized image from a bitmap, set a new height/width and a new resolution and save it to PNG. I can do this either from directly A) Image.FromFile(filename) or B) New ...
7
votes
6answers
620 views

When is Dispose necessary?

When you have code like: Bitmap bmp = new Bitmap ( 100, 100 ); Graphics g = Graphics.FromImage ( bmp ); Pen p = new Pen ( Color.FromArgb ( 128, Color.Blue ), 1 ); Brush b = new SolidBrush ( ...
7
votes
3answers
14k views

Drawing a transparent button in C# Winforms

I'm trying to create a transparent button in C# (.NET 3.5 SP1) to use in my WinForms application. I've tried everything to get the button to be transparent (it should show the gradient background ...
7
votes
7answers
3k views

Winforms: How to speed up Invalidate()?

I'm developing a retained mode drawing application in GDI+. The application can draw simple shapes to a canvas and perform basic editing. The math that does this is optimized to the last byte and is ...
7
votes
7answers
10k views

GDI+ / C#: How to save an image as EMF?

If you use Image.Save Method to save an image to a EMF/WMF, you got an exceptoin (http://msdn.microsoft.com/en-us/library/ktx83wah.aspx) Is there another way to save the image to an EMF/WMF? Are ...
7
votes
3answers
725 views

LinearGradientBrush Artifact Workaround?

The LinearGradientBrush in .net (or even in GDI+ as a whole?) seems to have a severe bug: Sometimes, it introduces artifacts. (See here or here - essentially, the first line of a linear gradient is ...
7
votes
6answers
7k views

Rendering Graphics in C#

Are there any other way to render graphics in C# beyond GDI+ and XNA? (For the development of a tile map editor)
6
votes
1answer
163 views

What are the fastest GDI+ rendering settings?

There is quite a lot of post about rendering high quality graphics, like this one High Quality Image Scaling C# I need to render about 6k+ object (line and ellipse) in a graphics with GDI+, at a ...
6
votes
2answers
211 views

Working with large bitmaps causes Out of Memory Exception

I need to edit(Increase the height) the Image on the fly. The file is mostly 5000*4000 in dimension. I see the memory shoots up to peak level when I create a bmp of large dimensions and call ...
6
votes
4answers
580 views

GDI+ Font Rendering, especially in layered windows

This my friends, is a going to be long one... I am getting some quite bizarre behaviour when I try to render text in a layered window. The strange thing is that for some combinations of ...
6
votes
1answer
2k views

C# - Outputting image to response output stream giving GDI+ error

When outputting an image to the output stream, does it require temporary storage? I get the "generic GDI+" error that is usually associated with folder permission error when saving an image to file. ...
6
votes
4answers
372 views

C# GDI+/System.Drawing.Graphics - creating a buffer and manually blitting?

I'm creating a cad viewer which deals with very large image files and I am trying to optimise it for as high a framerate and low a memory footprint as possible. It uses GDI+ for rendering onto a ...
6
votes
3answers
641 views

Bilinear interpolation - DirectX vs. GDI+

I have a C# app for which I've written GDI+ code that uses Bitmap/TextureBrush rendering to present 2D images, which can have various image processing functions applied. This code is a new path in an ...
6
votes
1answer
427 views

How can I draw an animation on a transparent window using Windows API?

I'm trying to draw an animation on a window with a transparent background using Windows API. The problem is that I can't delete the previous drawing from the window. I set the following parameters: ...
6
votes
2answers
3k views

Creating a transparent window in C++ Win32

I'm creating what should be a very simple Win32 C++ app who's sole purpose it to ONLY display a semi-transparent PNG. The window shouldn't have any chrome, and all the opacity should be controlled in ...
6
votes
4answers
1k views

What quality level does Image.Save() use for jpeg files?

I just got a real surprise when I loaded a jpg file and turned around and saved it with a quality of 100 and the size was almost 4x the original. To further investigate I open and saved without ...
6
votes
7answers
678 views

How to Set this Kind of Perspective Transform in Matrix3D?

I have an image with and have a few values to make it a perspective in Silverlight, but can't quite figure out what I need to do mathmatically to make it happen. The most important thing is I have an ...
6
votes
6answers
199 views

Avoiding disposing system-defined Pen and Brush instances

I understand it is best practise to call Dispose() on instances of Pen and Brush, except if they've been set to the system-predefined values (eg. System.Drawing.Brushes, System.Drawing.Pens or ...
6
votes
1answer
229 views

How to mimic Picasa's rendering of reduced quality image to speed up drawing

I have an owner-drawn control where performance is an issue during quick repaints such as object drags, resizing and painting the selector square. i have noticed that several other apps, including ...

1 2 3 4 5 22