Home arrow Software Development arrow Misc. Development arrow ASP.NET ImageDraw

ASP.NET ImageDraw

Print E-mail

ASP.NET ImageDraw

ASP.NET ImageDraw

Use GDI+ in your ASP.NET Application. Deliver real time dynamically generated images such as charts, diagrams or any other graphical application. The Image WebControl built-in .NET Framewrok is useful to render static image files, but suppose you need to convert the original image into another image format, resize it in a given size, add your own captions on it, convert it to grayscale version, etc. In those cases you can use ImageDraw.




Use GDI+ in your ASP.NET Application. Deliver real time dynamically generated images such as charts, diagrams or any other graphical application. The Image WebControl built-in .NET Framewrok is useful to render static image files, but suppose you need to convert the original image into another image format, resize it in a given size, add your own captions on it, convert it to grayscale version, etc. In those cases you can use ImageDraw.
 
< Prev   Next >