Document Solutions for Imaging .NET 新版本發表

Released: Apr 19, 2023

6.1.0 中的更新

特性

  • You can now use the Gaussian Blur effect to create a blur based on the Gaussian function over the entire input image or part of the image.
  • Added IsBlackAndWhite and IsGrayscale in GcBitmap class. These methods make it faster to check whether the image consists of black and white pixels or just shades of gray.
    • The IsBlackAndWhitemethod checks whether all image pixels are either opaque black or opaque white.
    • The IsGrayscale method checks whether all pixels of GcBitmap are shades of gray, i.e...

Released: Apr 7, 2023

6.0.7 中的更新

修補程式

  • Using TrimmingGranularity.Word or Character in TextLayout causes an exception in Justify mode.
  • Visual artifacts appear when drawing figures after specific transformations.

Released: Mar 23, 2023

6.0.6 中的更新

特性

  • Added new method overload GcSvgDocument.FromStream(Stream stream, bool leaveOpen): This creates a new GcSvgDocument from a specified SVG data stream, optionally leaving the stream open.

修補程式

  • Exception occurs when loading particular image files.

Released: Feb 28, 2023

6.0.5 中的更新

修補程式

  • Certain combinations of TextFormat properties produce overlapped numbers in vertical text.

Released: Feb 6, 2023

6.0.4 中的更新

修補程式

  • Loading an SVG with incomplete path data throws an exception.

Released: Jan 21, 2023

6.0.3 中的更新

特性

  • Added GrayscaleBitmap.ApplyGlow() method that modifies a grayscale mask so that it can be used to produce Glow or Soft Edges effect.

修補程式

  • Rectangles with zero width or height are not drawn on GcBitmapGraphics.
  • In some cases the FontCollection.FindFamilyName() method would select an incorrect font.

Released: Jan 3, 2023

6.0.2 中的更新

特性

  • Synced version with other GrapeCity.Documents packages.

Released: Dec 27, 2022

6.0.1 中的更新

特性

  • Added GcBitmap.IsBlackAndWhite method which determines whether the image contains only black and white pixels.
  • Added GcBitmap.IsGrayscale method which determines whether the image contains only opaque grayscale pixels.
  • Added GrayscaleBitmap.ApplyGaussianBlur method which applies a Gaussian blur to this GrayscaleBitmap.
  • Added GrayscaleBitmap.ToShadowBitmap method which creates a semi-transparent GcBitmap.

修補程式

  • BitmapRenderer.ForceAntialiasingForText property has no effect when drawing a PDF to...

Released: Dec 12, 2022

6.0.0 中的更新

特性

  • New JavaScript-based client-side Image Viewer that supports viewing and editing images in popular formats.
  • Convert HTML to images (PNG, JPEG, WEBP).
  • New Transparency Layers in GcGraphics.
  • Added new TextLayout.TextExtensionStrategy property which specifies the rules for text extension when text is justified.
  • Added new TextLayout.LineBreakingRules property which specifies the line breaking algorithm.
  • Added new TextLayout.WordBoundaryRules property which specifies the word breaking algorithm...

Released: Aug 15, 2022

5.2.0.800 中的更新

特性

  • Added support for WebP image format.
    • Added new WebP member to the ImageEncoding enum.
    • GcBitmap.Load() method overloads now accept images in WebP format.
    • Added new GcBitmap.SaveAsWebp() method overloads which save the image in WebP format.
    • Image.FromFile(), Image.FromStream() and Image.FromBytes() methods now accept images in WebP format.
  • Added GcImaging.Skia (new package GrapeCity.Documents.Imaging.Skia) which represents a rendering engine for drawing text and graphics based on SkiaSharp...