Lanzamientos de Document Solutions for Imaging .NET
Released: Apr 19, 2023
Actualizaciones en 6.1.0
Características
- 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...
Released: Apr 7, 2023
Actualizaciones en 6.0.7
Correcciones
- 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
Actualizaciones en 6.0.6
Características
- 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.
Correcciones
- Exception occurs when loading particular image files.
Released: Feb 28, 2023
Actualizaciones en 6.0.5
Correcciones
- Certain combinations of TextFormat properties produce overlapped numbers in vertical text.
Released: Feb 6, 2023
Actualizaciones en 6.0.4
Correcciones
- Loading an SVG with incomplete path data throws an exception.
Released: Jan 21, 2023
Actualizaciones en 6.0.3
Características
- Added GrayscaleBitmap.ApplyGlow() method that modifies a grayscale mask so that it can be used to produce Glow or Soft Edges effect.
Correcciones
- 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
Actualizaciones en 6.0.2
Características
- Synced version with other GrapeCity.Documents packages.
Released: Dec 27, 2022
Actualizaciones en 6.0.1
Características
- 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.
Correcciones
- BitmapRenderer.ForceAntialiasingForText property has no effect...
Released: Dec 12, 2022
Actualizaciones en 6.0.0
Características
- 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...
Released: Aug 15, 2022
Actualizaciones en 5.2.0.800
Características
- 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...