Browse our Products
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-drawing</artifactId>
<version>24.3</version>
</dependency>
compile(group: 'com.aspose', name: 'aspose-drawing', version: '24.3')
<dependency org="com.aspose" name="aspose-drawing" rev="24.3">
<artifact name="aspose-drawing" ext="jar"/>
</dependency>
libraryDependencies += "com.aspose" % "aspose-drawing" % "24.3"
What’s new in the Aspose.Drawing for Java 24.3
Release Highlights
Aspose.Drawing for Java 24.3 delivers important fixes and rendering enhancements. This update improves support for 16-bit TIFF files, introduces NearestNeighbor interpolation for 1-pixel bitmaps, and removes limitations on region sizing. It also resolves stability issues related to texture brush drawing and region intersection.
Enhancements
Texture Rendering
- Limited
TextureBrush.Clamp
to original image bounds (DRAWINGNET-1467)
- Limited
TIFF File Handling
- Corrected loading of 16-bit per pixel TIFF images (DRAWINGNET-1488)
Bitmap Processing
- Implemented NearestNeighbor interpolation for 1-pixel bitmaps (DRAWINGNET-1486)
Graphics Regions
- Removed artificial limits for region size (DRAWINGNET-1470)
- Fixed
Region.Intersect
hang issue (DRAWINGNET-1468)
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.3 Release Notes
tiff 16-bit
| nearestneighbor
| texturebrush
| region intersect
| java drawing sdk
File | Classifier | Size |
---|---|---|
aspose-drawing-24.3-javadoc.jar | javadoc | 989 KB |
aspose-drawing-24.3-jdk18.jar | jdk18 | 15 MB |
aspose-drawing-24.3.pom | 775 bytes |