首页 / 新闻 / GrapeCity Documents for Imaging 5.2.0.800
GrapeCity Documents for Imaging 5.2.0.800
添加对 WebP 图像格式的支持。
8月 18, 2022
新版本
特性
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.