Aspose.SVG for .NET V25.5

Released: May 15, 2025

V25.5 での更新項目

機能

  • Added support for image to SVG conversion (Converter.ConvertImageToSVG) - Quickly vectorize raster images with a single call, either from a file path or a stream, fully configurable via ImageVectorizerConfiguration.
  • Unified GraphicContext model for PDF, XPS and Image devices - Each rendering device now exposes a nested *GraphicContext class that encapsulates all state needed for high-quality output while hiding device-specific details.
  • Rendering API cleanup - More than 70 obsolete interfaces related to Canvas, Drawing, Path, Device factories and TypedArrays have been removed. The public API is now slimmer, clearer and aligns with modern .NET graphics practices.
  • SkiaSharp package simplification - Aspose.Svg.Drawing.SkiaSharp is no longer an add-on. It is now a self-contained build of Aspose.SVG for .NET, so you can use SkiaSharp rendering out of the box, no extra reference and no SetExtension(new SkiaModule()) call required.