Aspose.Drawing for Java Releases

Released: Feb 26, 2025

V25.2 での更新項目

機能

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

不具合の修正

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

Released: Nov 20, 2024

V24.11 での更新項目

機能

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

Released: Oct 27, 2024

V24.10 での更新項目

機能

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

不具合の修正

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

Released: Aug 28, 2024

V24.8 での更新項目

機能

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

不具合の修正

  • Fixed stream ObjectDisposedException after saving TIFF.

Released: Jun 27, 2024

V24.6 での更新項目

機能

  • Implemented region drawing with subpixel accuracy.

Released: May 30, 2024

V24.5 での更新項目

機能

  • Added SolidBrush optimization for same PathGradientBrush SurroundColors.

不具合の修正

  • 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

V24.4 での更新項目

機能

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

不具合の修正

  • Corrected text drawing with negative scale transformations.

Released: Apr 3, 2024

V24.3 での更新項目

機能

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

不具合の修正

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