Aspose.Drawing for .NET 新版本发表

Released: Jul 13, 2024

V24.7 中的更新

特性

  • Added support for font files with non-English font names.
  • Improved correctness of image file codecs.
  • Removed dependency on BinaryFormatter.

Released: Jun 19, 2024

V24.6 中的更新

特性

  • Implemented region drawing with subpixel accuracy.

Released: May 10, 2024

V24.5 中的更新

特性

  • Added SolidBrush optimization for same PathGradientBrush SurroundColors.
  • Excluded loading reduced TIFF frames.
  • Disabled anti-aliasing when PathGradientBrush SurroundColors match CenterColor.

修补程序

  • Fixed drawing of invalid surrogate symbols in text.

Released: Apr 11, 2024

V24.4 中的更新

特性

  • Added pen dash pattern initialization on setting pen dash style.
  • Added a null check throwing ArgumentException to the LinearGradientbrush.InterpolationColors getter.
  • Added input matrix validation when setting Graphics.Transform.
  • Added validation before drawing a path.

修补程序

  • Corrected text drawing with negative scale transformations.

Released: Mar 9, 2024

V24.3 中的更新

修补程序

  • Limited texture brush Clamp drawing to the original image bounds.
  • Corrected 16 bits per pixel TIFF loading.

Released: Feb 11, 2024

V24.2 中的更新

特性

  • Removed limits for region size.
  • Added NearestNeighbor interpolation for 1 pixel bitmap.

修补程序

  • Fixed a Region.Intersect hang.

Released: Jan 11, 2024

V24.1 中的更新

特性

  • Added support for sub-pixel rectangles when clipping and processing regions.
  • Improved vector regions and enabled them by default.

修补程序

  • Fixed Region.GetBounds() for large regions.

Released: Dec 11, 2023

V23.12 中的更新

特性

  • Improved correctness of path intersections.

Released: Nov 9, 2023

V23.11 中的更新

特性

  • Added support for palette flag calculations.
  • Improved parallel image loading performance.
  • Improved processing of path intersections.
  • Improved processing of cubic curve intersections.
  • Removed NamespaceDoc from public API.

Released: Oct 9, 2023

V23.10 中的更新

特性

  • Added support for loading and initializing GIF comment property and additional extended GIF properties from a file.
  • Changed evaluation watermark.
  • Improved correctness of cubic curve intersections.