Aspose.Drawing for Java Releases
Released: Apr 28, 2026
Actualizaciones en V26.4
Características
- 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
Actualizaciones en V26.3
Características
- Implemented Arabic Script positional shaping.
Released: Feb 27, 2026
Actualizaciones en V26.2
Características
- Improved 8bpp TIFF saving performance.
- Implemented Icon operations.
- Improved LockBits conversion performance.
- Improved image file codecs correctness and performance.
Correcciones
- Corrected geometry angle calculation.
Released: Oct 17, 2025
Actualizaciones en V25.10
Características
- Improved LockBits conversion correctness and performance for indexed image formats.
Released: Sep 25, 2025
Actualizaciones en V25.9
Características
- 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.
Correcciones
- Corrected Bitmap.SetPixel()/GetPixel() implementation for True Color formats.
Released: Jun 19, 2025
Actualizaciones en V25.6
Características
- Improved 'Region.Intersect' performance.
Correcciones
- Corrected Region creation from RegionData.
Released: May 16, 2025
Actualizaciones en V25.5
Características
- Improved correctness of image file codecs.
- Improved LockBits performance for 'Format32bppPArgb'.
Correcciones
- 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
Actualizaciones en V25.2
Características
- Improved color operations performance.
- Improved LockBits performance for 4bpp bitmaps.
- Improved monochrome TIFF loading performance.
- Improved performance when saving indexed bitmaps.
Correcciones
- Corrected dash cap offset on curves.
- Fixed Format32bppArgb Bitmap.SetPixel with a transparent color.
Released: Nov 20, 2024
Actualizaciones en V24.11
Características
- Improved the correctness of region intersections.
- Enabled loading of partially broken JPEG files.
Released: Oct 27, 2024
Actualizaciones en V24.10
Características
- 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.
Correcciones
- 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...