| skewing an image (2 replies) |
| ASPFriends.com 'ngfx-drawing' list |
| Hi all, How can I go about in skewing an image? Is there some quad property for images in .net that controls the control points on the bounds of the image? THX Chris |
|
| tiling (5 replies) |
| ASPFriends.com 'ngfx-drawing' list |
| Hello, What would be the best way of tiling images into one larger image? Is there some kind of copypixels method available in .net? Thank you Chris. |
|
| Image Merging (3 replies) |
| ASPFriends.com 'ngfx-drawing' list |
| Hi! How can I merge two image and then on the runtime I convert them into one and then resize them? ? Regards, Mudassir Obstacles don't have to stop you. If you run into a wall, don't turn around and give up. Figure out how to climb it, go through it, or work around it. Michael Jordan |
|
| Resizing Images? (2 replies) |
| ASPFriends.com 'ngfx-drawing' list |
| Is there a good way to rezise images as they are uploaded to a web server? I have tried something to the nature of: Dim objgraphics As Graphics Dim ObjNewImage As Bitmap 3D New Bitmap("c:\files\somegraphic.jpg") objGraphics.drawimage(ObjNewImage, 10, 10, 300, 100) But have never gotten this to work. Am I on the right track? Is this a function (resizing images) that is suitable for this? The applic... |
|
| Wierd memory leak problem with bitmap class (2 replies) |
| ASPFriends.com 'ngfx-drawing' list |
| I think I've discovered some sort of wierd problem with the bitmap object. It is illustrated in the code below. The problem seems to be some sort of memory leak that eventually causes the aspnet wp.exe to kill itself with the error: aspnet wp.exe (PID: 2716) was recycled because memory consumption exceeded the 76 MB (60 percent of available RAM). Which loses all state data kept on this machine (na... |
|
| NOT ANSWERED: Is there a Memory Leak in the Bitmap object ? (4 replies) |
| ASPFriends.com 'ngfx-drawing' list |
| I seem to have a memory problem with the bitmap object. It is illustrated in the code below. The problem seems to be some sort of memory leak that eventually causes the aspnet wp.exe to kill itself with the error: aspnet wp.exe (PID: 2716) was recycled because memory consumption exceeded the 76 MB (60 percent of available RAM). Which loses all state data kept on this machine (nasty), this occurs r... |
|
| Unable to create Transparent background on Gif (7 replies) |
| ASPFriends.com 'ngfx-drawing' list |
| I cannot create a transparent background for a gif. Either setting the color to transparent or using the MakeTransparent method of the Bitmap class, the background always comes out black. Here's the code I am using, anyone have any ideas?? Dim context As System.Web.HttpContext System.Web.HttpContext.Current Dim strText As String Request.Params("Text") Dim imgComposite As System.Drawing.Bitmap Dim ... |
|
| Never Answered: SVG to GIF (5 replies, VIP) |
| ASPFriends.com 'ngfx-drawing' list |
| Hi! All, I ask from many developer worldwide. But unfortunately nobody give the satisfactory reply. I wonder if we can convert the SVG into GIF. As we are capable to generate the SVG Graphics using XML in our magical Dot Net. I am looking for some component or any logic you guys/gals have in your mind? Take Care, Mudassir Obstacles don't have to stop you. If you run into a wall, don't turn around ... |
|