Aspose.Drawing for Java Releases

Released: Oct 27, 2024

Mises à jour de V24.10

Fonctionnalités

  • Added support for loading variable fonts.
  • Added support for saving TIFF with CCITT3 and CCITT4 compression.
  • Added a check for empty points to the GraphicsPath.AddLines method.
  • Improved performance of loading bitmap file information.
  • Removed generated CompilerServices attributes.

Correctifs

  • Fixed IImageFormatsProvider is not set exception on systems without standard fonts.
  • Fixed TIFF loading OutOfMemoryException in a .NET Framework project using the .NET Standard library.
  • Fixed...

Released: Aug 28, 2024

Mises à jour de V24.8

Fonctionnalités

  • Added support for 'RebeccaPurple' color.
  • Enabled support for Macintosh font files.
  • Moved KnownColor and SystemColors from System.Drawing to System.Drawing.AsposeDrawing namespace for .NET Standard build.
  • Improved correctness of image file codecs.

Correctifs

  • Fixed stream ObjectDisposedException after saving TIFF.

Released: Jun 27, 2024

Mises à jour de V24.6

Fonctionnalités

  • Implemented region drawing with subpixel accuracy.

Released: May 30, 2024

Mises à jour de V24.5

Fonctionnalités

  • Added SolidBrush optimization for same PathGradientBrush SurroundColors.

Correctifs

  • Excluded loading reduced TIFF frames.
  • Fixed drawing of invalid surrogate symbols in text.
  • Disabled anti-aliasing when PathGradientBrush SurroundColors match CenterColor.

Released: Apr 18, 2024

Mises à jour de V24.4

Fonctionnalités

  • Improved performance and memory use.
  • Added a new constructor for Metafile.
  • 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.

Correctifs

  • Corrected text drawing with negative scale transformations.

Released: Apr 3, 2024

Mises à jour de V24.3

Fonctionnalités

  • Added support for 'NearestNeighbor' interpolation for 1 pixel bitmap.
  • Limited texture brush clamp drawing to the original image bounds.
  • Removed limits for region size.

Correctifs

  • Corrected 16 bits per pixel TIFF loading.
  • Fixed a Region.Intersect hang.