Aspose.Drawing for .NET 新版本發表
Released: Mar 24, 2022
V22.3 中的更新
特性
- Improved rotated text correctness and quality.
- Added missing functionality for System.Drawing.Primitives.
- Added saving resolution to image files.
- Added rotate and flip specific for 24-bit bitmap.
- Added the copyable IsGenericTypographic StringFormat property.
- Added the ability to set negative Pen.Width.
修補程式
- Corrected MatrixOrder enum values.
Released: Feb 18, 2022
V22.2 中的更新
特性
- Added support for all standard line cap shapes.
- Added independent StartCap and EndCap in Pen.
- Added the ability to save metafiles.
- Added AddMetafileComment.
- Added EnumerateMetafile.
- Extended TIFF format support.
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.