Aspose.Drawing for Java Releases

Released: Apr 28, 2026

Updates in V26.4

Features

  • Added Arabic Script ligature support.
  • Improved multi-page TIFF saving correctness and performance.
  • Reduced memory consumption when saving images.
  • Improved image file codecs performance and correctness.

Released: Mar 25, 2026

Updates in V26.3

Features

  • Implemented Arabic Script positional shaping.

Released: Feb 27, 2026

Updates in V26.2

Features

  • Improved 8bpp TIFF saving performance.
  • Implemented Icon operations.
  • Improved LockBits conversion performance.
  • Improved image file codecs correctness and performance.

Fixes

  • Corrected geometry angle calculation.

Released: Oct 17, 2025

Updates in V25.10

Features

  • Improved LockBits conversion correctness and performance for indexed image formats.

Released: Sep 25, 2025

Updates in V25.9

Features

  • Increased smoothness for small paths processed by GraphicsPath.Flatten().
  • Improved LockBits performance for True Color formats.
  • Implemented bitmap creation from a metafile.
  • Improved LockBits CMYK conversions correctness and performance.

Fixes

  • Corrected Bitmap.SetPixel()/GetPixel() implementation for True Color formats.

Released: Jun 19, 2025

Updates in V25.6

Features

  • Improved 'Region.Intersect' performance.

Fixes

  • Corrected Region creation from RegionData.

Released: May 16, 2025

Updates in V25.5

Features

  • Improved correctness of image file codecs.
  • Improved LockBits performance for 'Format32bppPArgb'.

Fixes

  • Fixed a color channel overflow in LinearGradientBrush drawing.
  • Fixed creating a font with a new style from an existing font.
  • Fixed image loading with only 2 colors in the palette.

Released: Feb 26, 2025

Updates in V25.2

Features

  • Improved color operations performance.
  • Improved LockBits performance for 4bpp bitmaps.
  • Improved monochrome TIFF loading performance.
  • Improved performance when saving indexed bitmaps.

Fixes

  • Corrected dash cap offset on curves.
  • Fixed Format32bppArgb Bitmap.SetPixel with a transparent color.

Released: Nov 20, 2024

Updates in V24.11

Features

  • Improved the correctness of region intersections.
  • Enabled loading of partially broken JPEG files.

Released: Oct 27, 2024

Updates in V24.10

Features

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

Fixes

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