Browse our Products
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-drawing</artifactId>
<version>24.10</version>
</dependency>
compile(group: 'com.aspose', name: 'aspose-drawing', version: '24.10')
<dependency org="com.aspose" name="aspose-drawing" rev="24.10">
<artifact name="aspose-drawing" ext="jar"/>
</dependency>
libraryDependencies += "com.aspose" % "aspose-drawing" % "24.10"
What’s new in the Aspose.Drawing for Java 24.10
Release Highlights
Aspose.Drawing for Java 24.10 delivers significant enhancements in font and image support. This release introduces support for variable fonts and TIFF saving with CCITT3 and CCITT4 compression, while improving performance and resolving key exceptions related to memory, font availability, and type loading.
Enhancements and Fixes
Performance & Stability
- Improved bitmap file info loading performance (DRAWINGNET-1561)
- Fixed
OutOfMemoryException
when loading TIFF in .NET Standard environments (DRAWINGNET-1598) - Fixed
TypeLoadException
after trimming (DRAWINGNET-1577) - Fixed
IImageFormatsProvider is not set
exception on systems lacking standard fonts (DRAWINGNET-1597)
Font Handling
- Added support for variable fonts (DRAWINGNET-1594)
TIFF Enhancements
- Added saving support for TIFF with CCITT3 and CCITT4 compression (DRAWINGNET-1592)
Graphics API Improvements
- Added empty point check to
GraphicsPath.AddLines
(DRAWINGNET-1593)
- Added empty point check to
Versioning and Cleanup
- Fixed
Product Version
information (DRAWINGNET-1588) - Removed unnecessary
CompilerServices
attributes (DRAWINGNET-1588)
- Fixed
Public API and Backward Incompatible Changes
No changes to Public API or backward compatibility in this release.
🔍 Explore the Full Release Details
For full list of updates, please visit Aspose.Drawing for Java 24.10 Release Notes
variable fonts
| ccitt tiff
| bitmap performance
| graphics path
| java drawing
File | Classifier | Size |
---|---|---|
aspose-drawing-24.10-javadoc.jar | javadoc | 991 KB |
aspose-drawing-24.10-jdk18.jar | jdk18 | 15 MB |
aspose-drawing-24.10.pom | 901 bytes |