Document Solutions for Imaging のリリース

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...

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...

Released: Aug 1, 2022

5.1.0.796 での更新項目

機能

  • Synced version with other GrapeCity.Documents packages.