Browse our Products
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-drawing</artifactId>
<version>24.8</version>
</dependency>
compile(group: 'com.aspose', name: 'aspose-drawing', version: '24.8')
<dependency org="com.aspose" name="aspose-drawing" rev="24.8">
<artifact name="aspose-drawing" ext="jar"/>
</dependency>
libraryDependencies += "com.aspose" % "aspose-drawing" % "24.8"
What’s new in the Aspose.Drawing for Java 24.8
Release Highlights
Aspose.Drawing for Java 24.8 expands color and font support while improving internal stability for image handling. This release introduces support for RebeccaPurple color, enables Macintosh font file compatibility, and enhances the accuracy of image codecs. A critical ObjectDisposedException
in TIFF processing has also been resolved.
Enhancements
Color Support
- Added support for the CSS-recognized RebeccaPurple color (DRAWINGNET-1427)
Font Compatibility
- Enabled support for Macintosh font files (DRAWINGNET-1578)
Namespace Adjustment
- Moved
KnownColor
andSystemColors
toSystem.Drawing.AsposeDrawing
namespace for .NET Standard builds (DRAWINGNET-1427)
- Moved
Image Processing Improvements
- Improved correctness of image file codecs (DRAWINGNET-1573)
- Fixed
ObjectDisposedException
after saving TIFF images (DRAWINGNET-1573)
Public API and Backward Incompatible Changes
No changes to Public API or backward compatibility in this release (Java-specific scope).
🔍 Explore the Full Release Details
For full list of updates, please visit Aspose.Drawing for Java 24.8 Release Notes
rebeccapurple
| macintosh fonts
| tiff exception
| image codecs
| java drawing
File | Classifier | Size |
---|---|---|
aspose-drawing-24.8-javadoc.jar | javadoc | 954 KB |
aspose-drawing-24.8-jdk18.jar | jdk18 | 14 MB |
aspose-drawing-24.8.pom | 38 KB |