GrapeCity Documents for Imaging 5.2.0.800

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. Includes:
    • GcSkiaBitmap class which represents a SkiaSharp.SKBitmap with an object model similar to GcBitmap.
    • GcSkiaImage class which represents an immutable image based on SkiaSharp.SKImage.
    • GcSkiaGraphics class which implements a drawing surface based on SkiaSharp.SKSurface and SkiaSharp.SKCanvas.

不具合の修正

  • Incorrect rendering of Thai text.