| Thread | Last Post | Replies |
|
| GDI+, DDraw or D3D | 31 Jul 2003 17:18 GMT | 2 |
Hi @all, I just don't know what I have to use to get the performance. Hope you can help me... I should program a visio like GUI. The graphics plane is
|
| Help me with Panel's scroll bars | 31 Jul 2003 11:47 GMT | 1 |
I have painting my own stuff on a Panel object, which has AutoScroll property set to true. Please somebody help me how do I hook to OnHScroll and OnVScroll events of the scroll bars. These scroll bars or even their events are not exposed. I guess I am being daft or is it an ...
|
| Component Opacity | 31 Jul 2003 08:47 GMT | 1 |
Does anyone know how to change a "Component Opacity"? I mean, if i want to use a RichTextBox, there's no Opacity property. If i set it's BackColor to Color.FromArgb(75,255,255,255) for example, it just keep
|
| www address to jpg | 30 Jul 2003 23:51 GMT | 3 |
I need to make a component tha would look up an www address and create a image file of that web page. For example: Input: www.gotdotnet.com
|
| .NET graphics book | 30 Jul 2003 19:44 GMT | 2 |
Does anyone have any opinion about this book: ".NET Graphics and Printing" Peter G. Aitken ISBN 1931097043
|
| How to choose bilinear or bicubic algorithm when resizing an image ? | 30 Jul 2003 18:44 GMT | 1 |
I have seen in the DotNet Documentation that it coult be possible to choose the algorithm when we resize an image (JPEG format). Could you give me an example ?... Thanks !
|
| Multi page tiff - one page out to web page | 30 Jul 2003 01:52 GMT | 2 |
I have an ASP/VB6/COM+ application which uses the Kodak Imaging components (which are pretty bad to work with) to strip a multipage tiff (from a fax server) down to a single page and then converted to JPG and streamed to a browser by means of a Response.BinaryWrite. Basically we ...
|
| Anti Aliasing kunundrum! | 29 Jul 2003 20:24 GMT | 5 |
I am building a control that is light rendering on a rotating ball that moves as the mouse moves which means each time the mouse moves each pixel in the control can change. I have this in a bitmap using the SetPixel
|
| It is really not possible do this??? | 29 Jul 2003 17:13 GMT | 2 |
I?m trying to generate thumnails of pictures into an ASP.NET page. The process is: the user search in a images database and I show the results as a gallery like ACDSee. I have BMP, JPG, GIF, TIFF and WMF.
|
| FillPie problem | 29 Jul 2003 10:36 GMT | 3 |
I want to draw piechart, and have to compute regions that FillPie function fills (i have to have coordinates of that regions, not only fill them) once i am using square as a bounding box all works ok, but
|
| How can I create a ThumbNail of a Metafile in ASP.NET? | 29 Jul 2003 10:15 GMT | 2 |
I am developing an ASP.NET applicattion that is a Image Database Catalog, the images are of various types including BMP,GIF,JPEG,... and WMF. When the user search for images i show a gallery of results generating thumbnails whit GetThumbnail method of the image class. It runs ok ...
|
| Algorithm to position the elemnts on a graph | 28 Jul 2003 14:21 GMT | 1 |
I am looking for an algorithm which can help me render a graph efficiently on the canvas. My graph is a dynamic network of interconnected nodes. Each node can connect to one or more nodes. The algorithms should be able to place the nodes on a 2D plane in such a way that the there is ...
|
| transparent image matte | 28 Jul 2003 11:44 GMT | 1 |
I am loading a gif with alpha transparency that was created in fireworks. I have the ability to change the matte in fireworks so the edge matches whatever background it will be placed on. My question is: how can I duplicate this matte behavior in c#? I would like to
|
| Generic error occurred in GDI+ when saving jpeg | 26 Jul 2003 22:37 GMT | 1 |
I know there have been many posts on this topic, and I have looked at them but I am still having problems. I am trying to load from a jpeg image and then save back to the same filename, I can load the image without any problem, once loaded I can delete
|
| Image size in memory | 26 Jul 2003 22:35 GMT | 1 |
Does the Image.FromStream function keep the image uncompressed? I am loading a multipage tiff file, then i have a function that splits all the pages into an image array. Now the size occupied in memory of the array
|