Aspose.Drawing for .NET 新版本发表
Released: Jan 28, 2022
V22.1 中的更新
特性
- Added left/right text margins.
- Added the Image.Tag property.
- Added the MeasureCharacterRanges function.
- Added the ability to draw single lines even when layout height is not high enough.
- Added Aspose.Drawing.ColorTranslator.
- Improved PNG image saving performance.
修补程序
- Corrected paragraph layout not to create a new line for each run.
- Corrected arc drawing.
- Corrected infinite clip region implementation.
- Fixed OutOfMemoryException during opening an EMF file.
Released: Dec 30, 2021
V21.12 中的更新
特性
- Added font family fallback.
- Added font style fallback for drawing and metrics.
- Added Pen.PenType property.
- Added support for CMYK TIFF.
- Added loading image resolution.
- Added bitmap bounds to clipping in DrawPath.
- Updated image codecs.
- Removed ColorTranslator from the Microsoft .NET Standard build to support Microsoft .NET 6.
- Applied graphics transformation when setting and reading clip region.
修补程序
- Corrected copying EXIF properties.
- Fixed NullReferenceException in Graphics.DrawString().
- Fixed...
Released: Nov 20, 2021
V21.11 中的更新
特性
- Added whole string font fallback on Microsoft Windows.
- Added Image.SelectActiveFrame.
- Added support for bitmap color masks.
修补程序
- Corrected intersection of complex regions.
Released: Oct 15, 2021
V21.10 中的更新
特性
- Added support for Matrix.TransformPoints.
- Added new GraphicsState class.
- Added rotated page unit support for text decorations.
- Changed default created region to be infinite.
修补程序
- Fixed DrawString text wrapping with infinite clipping.
- Fixed GraphicsPath creation from an array of points.
Released: Sep 16, 2021
V21.9 中的更新
特性
- Added new data property in RegionData.
- Added support for global transformation in GraphicsPath.DrawString.
- Added support for subpixel font size in GraphicsPath.AddString.
- Added Image.SaveAdd for TIFF.
- Added DrawString with TextureBrush features.
Released: Aug 17, 2021
V21.8 中的更新
特性
- Added support for Microsoft Windows metafiles.
- Added support for orientation angle in LinearGradientBrush.
- Added support for sub-pixel font size in MeasureString.
- Improved accuracy when measuring string height.
- Improved Linux compatibility.
- Changed default bitmap format to Format32bppArgb.
修补程序
- Fixed incorrect text size when using graphics and font units.
- Fixed clipping with graphics transforms.
Released: Jul 19, 2021
V21.7 中的更新
特性
- Added color filtering with image attributes.
- Improved multi-line text layout.
修补程序
- Corrected unscaled image drawing with page transformations.
Released: Jun 18, 2021
V21.6 中的更新
特性
- Added implementation of PathGradientBrush and Image.GetFrameCount.
Released: May 18, 2021
V21.5 中的更新
特性
- Added support for Format32bppRgb and Format32bppArgb PixelFormats.
- Added implementation of the Image.RawFormat.
修补程序
- Fixed exception during DrawImage call when image has width equals to 1 px.
Released: Apr 26, 2021
V21.4 中的更新
特性
- Added support for indexed color formats (1bpp, 4bpp, 8bpp).
- Added support for Format24bppRgb pixel format.
- Added support for Image.PropertyIdList.