| Thread | Last Post | Replies |
|
| Convert Int Array to Image | 19 Dec 2003 16:55 GMT | 1 |
I have a 2d array of integers and would like to 1) convert this to an RGB image; and 2) convert this to a Grayscale image; that has as many pixels as the size of the array and in an arbitrary format. Does anyone know
|
| Parser Error | 19 Dec 2003 16:33 GMT | 1 |
Hai Everybody, I faced the following error when i browse my web application in windows xp. Parser Error Message: The type initializer
|
| Drawing performance with doublebuffering; | 19 Dec 2003 16:31 GMT | 13 |
I am exploring .NET programming using C# and GDI+. My end program is going to be a vector drawing program (similiar to Adobe Illustrator, although not that complex). I've started learning about GDI+, and it seems to have all the functions I want (alpha, gradients, beziers,
|
| GIF Images and less than 256 colors | 19 Dec 2003 08:47 GMT | 6 |
I am trying generate GIFs of varying number of colors. Although I can reduce the number of colors used in the image when I save the image it still has 255 colors. E.g. If I take an image and make it 32 colors and save it using:
|
| curved text | 18 Dec 2003 22:14 GMT | 2 |
Does anyone know by chance how to curve text over an arc or around a circle? Yogs
|
| PixelFormat for double buffering | 18 Dec 2003 15:44 GMT | 9 |
I use a bitmap as double buffer to draw a big control I'm wandering wich pixel format will help me to speed up the drawings .. I dont use many colors, because I save the images used in best compresion jpeg mode that Photosop knows
|
| how to keep the drawing on picturebox when new drawing is added?VB.Net | 18 Dec 2003 06:26 GMT | 11 |
i have form1 and form2, form1 has a picturebox which i already drew something on it(e.g. rectangle) i active form2 to chose another shape to add below the rect, after form2 closed, the new shape should be added
|
| graphics to clipboard | 17 Dec 2003 20:04 GMT | 2 |
In VisualBasic.net 2003, I have drawn graphics to a picturebox using drawline etc... I now want to put that in the clipboard. I think I have to convert it to a bitmap file first, but I can't figure out how to do that or do something more direct. Any help?
|
| Overlaying a Translucent string on an existing image | 17 Dec 2003 19:05 GMT | 9 |
I have a web site that allows users to view images. Since the images are higher quality (not our best images) we want to prevent users from getting a clean copy. So I adapted some code to overlay the word Copyright on the image, before it is streamed out to the user. This works, but ...
|
| .NET printing problems - migrating to GDI? | 17 Dec 2003 16:19 GMT | 5 |
Hello Gurus :), We have a .NET desktop application which runs on various win98/ME/2000/XP computers with various printers. .NET printing seems to be very unstable, and stability on Win 98/ME
|
| Need to draw rectangle to desktop or MDIparent at least | 17 Dec 2003 16:00 GMT | 2 |
I have a MDI application - I want to be able to drag MDIchildren around in the MDIparent, but for the dragging process, I want to draw an outline rectangle of the MDIchild form, and move the outline around, not the
|
| Error Fill[Item] alpha to Ppea.Graphics | 17 Dec 2003 14:46 GMT | 2 |
Ahoy, Folks! I've been trying to track down a problem we've been having with rendering a semi-opaque rectangle in the Graphics object within a PagePrintEventArg parameter that is presented to us in the PagePrintEventHandler we've
|
| text on image is not single color | 17 Dec 2003 12:19 GMT | 5 |
i'm trying to print white text onto images. when i look at the text color drawn out it jumps between several shades of white giving my text color an almost yellow appearance. The code below describes how i am printing
|
| Double Buffering To Stop Control Flicker | 17 Dec 2003 06:14 GMT | 3 |
I have a form on which I've placed a TabControl which contains two TabPages. When I resize my application, the TabControl flickers. I've read a number of posts that say to stop this you should derive from the control in question, in this case TabControl, and in your new
|
| Gray edges on PNG image | 17 Dec 2003 00:19 GMT | 2 |
I am using GDI+ to save a PNG image to stream and send to client's IE. PNG image should have the same quality as BMP. But, I find that there is light gray edge on PNG image shown in IE. Other than that, the image is the same as bitmap image. If I save the same image to stream as BMP ...
|