Aspose.Drawing for Java Releases
Released: Aug 28, 2024
Aggiornamenti in V24.8
Funzionalità
- Added support for 'RebeccaPurple' color.
- Enabled support for Macintosh font files.
- Moved KnownColor and SystemColors from System.Drawing to System.Drawing.AsposeDrawing namespace for .NET Standard build.
- Improved correctness of image file codecs.
Correzioni
- Fixed stream ObjectDisposedException after saving TIFF.
Released: Jun 27, 2024
Aggiornamenti in V24.6
Funzionalità
- Implemented region drawing with subpixel accuracy.
Released: May 30, 2024
Aggiornamenti in V24.5
Funzionalità
- Added SolidBrush optimization for same PathGradientBrush SurroundColors.
Correzioni
- Excluded loading reduced TIFF frames.
- Fixed drawing of invalid surrogate symbols in text.
- Disabled anti-aliasing when PathGradientBrush SurroundColors match CenterColor.
Released: Apr 18, 2024
Aggiornamenti in V24.4
Funzionalità
- Improved performance and memory use.
- Added a new constructor for Metafile.
- Added pen dash pattern initialization on setting pen dash style.
- Added a null check throwing ArgumentException to the LinearGradientbrush.InterpolationColors getter.
- Added input matrix validation when setting Graphics.Transform.
- Added validation before drawing a path.
Correzioni
- Corrected text drawing with negative scale transformations.
Released: Apr 3, 2024
Aggiornamenti in V24.3
Funzionalità
- Added support for 'NearestNeighbor' interpolation for 1 pixel bitmap.
- Limited texture brush clamp drawing to the original image bounds.
- Removed limits for region size.
Correzioni
- Corrected 16 bits per pixel TIFF loading.
- Fixed a Region.Intersect hang.