Aspose.Drawing for Java Releases

Released: Aug 28, 2024

Updates in V24.8

Features

  • 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.

Fixes

  • Fixed stream ObjectDisposedException after saving TIFF.

Released: Jun 27, 2024

Updates in V24.6

Features

  • Implemented region drawing with subpixel accuracy.

Released: May 30, 2024

Updates in V24.5

Features

  • Added SolidBrush optimization for same PathGradientBrush SurroundColors.

Fixes

  • 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

Updates in V24.4

Features

  • 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.

Fixes

  • Corrected text drawing with negative scale transformations.

Released: Apr 3, 2024

Updates in V24.3

Features

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

Fixes

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