Browse our Products

<dependency>
    <groupId>com.aspose</groupId>
    <artifactId>aspose-drawing</artifactId>
    <version>24.10</version>
</dependency>
copied!  
                                                
                                                  compile(group: 'com.aspose', name: 'aspose-drawing', version: '24.10')
                                                
                                              
copied!  
<dependency org="com.aspose" name="aspose-drawing" rev="24.10">
    <artifact name="aspose-drawing" ext="jar"/>
</dependency>
copied!  
libraryDependencies += "com.aspose" % "aspose-drawing" % "24.10"
copied!  

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)
  • Versioning and Cleanup

    • Fixed Product Version information (DRAWINGNET-1588)
    • Removed unnecessary CompilerServices attributes (DRAWINGNET-1588)

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

VersionRelease Date
25.6June 19, 2025
25.5May 16, 2025
25.4April 25, 2025
25.2February 26, 2025
24.11December 10, 2024
24.10November 27, 2024
24.8August 27, 2024
24.6June 26, 2024
24.06June 26, 2024
24.05May 28, 2024
24.4April 18, 2024
24.3March 22, 2024
24.1January 25, 2024
23.12December 22, 2023