| Thread | Last Post | Replies |
|
| DirectX and C# - how to improve animation? | 31 Aug 2005 15:06 GMT | 2 |
I already posted it to microsoft.public.win32.programmer.directx.managed, but there was no response, maybe here any one will know, thanks in advence. I'm trying to make a simple animation - white lanes on black screen are
|
| FreeImage reference does not want to load | 31 Aug 2005 09:54 GMT | 3 |
I am trying to start with FreeImage project, which has a C# library. When I try to add FreeImage.dll as a reference inside the Visual C# Express I get an error saying that FreeImage.dll is not accessible, please make sure that it is valid COM or assembly.
|
| Getting pixel information about each pixel in an image... | 31 Aug 2005 08:55 GMT | 4 |
Hi there, im trying to read an image pixel by pixel and save the information to a file for later use in another image... the images i want to read are quite big so i need it as fast as possible, ive read at
|
| Saving a EMF file as Bitmap. | 31 Aug 2005 03:03 GMT | 4 |
I am following Charles Pretzold's book, " Programming Microsoft Windows with C#", to create a EMF file and save the contents of this file as Bitmap. EMF file is being created, as I want . But Bitmap file is always a Black screen. What
|
| Drawing custom progress bar and threading | 31 Aug 2005 02:56 GMT | 2 |
Hi, I'm building a custom progress bar which uses graphic object with bitmap buffering, rectangle, solidbrush, etc. Everything seems to work fine, except that when the progress bar control is used in a real application, it slows down the whole process.
|
| OutOfMemoryException | 30 Aug 2005 23:56 GMT | 3 |
I have an application that adds pictureboxes at runtime. When I set the Image property I get a OutOfMemoryException. The images are only about 40kb each and it craps out on about the 4th one. Code Example:
|
| Going on vacation. | 30 Aug 2005 23:32 GMT | 2 |
I'm going on vacation 'till August 6th. I might drop in here if I find a cybercafe anywhere but I'm hopefully going to be too busy having fun to worry too much about programming ;-) TTFN...
|
| DrawImage Bug in .NET 2.0 ? | 29 Aug 2005 20:29 GMT | 4 |
Hi Iam using ownerdraw in a Panel. Iam scaling an image so that it should fill the whole width of the control but the funny thing is, it doens't. Instead it blends from left to the right into the background of the control (seem like alpha is decreasing from left
|
| DrawString rounded | 29 Aug 2005 16:36 GMT | 1 |
I develop a little control that daraws a string, using System.Graphics methods. Here is a simple image that will be usefull for my question. <img src="http://faze.altervista.org/temp/texts.png"> Using GraphicsPath and a little blur (with drawing a resized image), I
|
| How to make 16bpp/24bpp/8bppindexed PNG file in GDI+? why it's always 32bpp? | 29 Aug 2005 14:33 GMT | 1 |
i want to make a png file which is 16bpp/24bpp/8bppindexed in vs.net2003 i always got 32bpp file! why? it seems that GDI+ do not support any encoder for PNG. who can tell me how to make 16/24/8index png file? i need my file to be
|
| transparent colour | 29 Aug 2005 13:48 GMT | 6 |
I am trying to create an image with a transparent colour. I have created a function (please see below) which creates a white image with some green text. I would like to make white the transparent colour. If I comment out the MakeTransparent line, the function works in the sense
|
| Progressbar when loading imagefile | 29 Aug 2005 09:00 GMT | 2 |
im trying to figure out how to make a progressbar when loading images.... im using the following code to open the file: Dim bmpInputStream As IO.Stream Dim bmpSourceBitmap As Bitmap
|
| Lasso Selection | 29 Aug 2005 07:40 GMT | 9 |
I am trying to implement Lasso selection, similar to one available in the Windows Explorer. I have a extended a Panel and set the style and back color : public class TransparentPanel : System.Windows.Forms.Panel
|
| how to animate colors of texture and slowly drawing lines | 27 Aug 2005 17:26 GMT | 1 |
If I were to do this on a VB.NET form ----------------------------------> the '-' is a solid line and > is the linecap. If I wanted to draw this line in incremental small steps (in slow
|
| CDC::TextOut not working in print mode of managed code. | 26 Aug 2005 19:38 GMT | 3 |
I am drawing an image in MFC, which has texts in it and the texts are getting drawn using CDC::TextOut and I can see text on the screen. But, when I try to print it
|