2D Drawing Engine for .NET PlatformsProduct Page | Docs | API Reference | Examples | Blog | Search | Free Support | Temporary License Aspose.Drawing for .NET is a cross-platform 2D drawing engine with System.Drawing compatible API. Our drawing engine supports rendering vector graphics (such as lines, curves, and figures) and text (in a variety of fonts, sizes, and styles) onto raster images represented by an array of pixels in memory. Images can be saved in some of the popularly used graphics file formats (BMP, PNG, JPEG, GIF, TIFF). Aspose.Drawing is a pure .NET library. We don’t use any external native rendering engine, so Aspose.Drawing can be safely run from any restricted environment such as Windows of ASP.NET service. Graphic File Processing Features
Supported Read & Write Drawing FormatsBMP, PNG, JPEG, GIF, TIFF Platform IndependenceThe project is based on managed .NET core and does not have dependencies on native code and libraries, with the rendering algorithms working the same way on all supported platforms. Aspose.Drawing for .NET supports any 32-bit or 64-bit operating system where .NET Framework or .NET Core is installed including, but not limited to:
It also supports .NET Framework version 2.0 and .NET Core 2.0 or later. You can use Aspose.Drawing for .NET to develop applications in any development environment that targets the .NET platform. However, Microsoft Visual Studio 2012, 2013, 2015, 2017, 2019 are explicitly supported. Get StartedAre you ready to give Aspose.Drawing for .NET a try? Simply execute Create New Bitmap using C# CodeYou can execute the below code snippet to see how Aspose.Drawing API performs in your own environment or check the GitHub Repository for other common usage scenarios.
Product Page | Docs | API Reference | Examples | Blog | Search | Free Support | Temporary License |