Setting Properties on Images

Applying Smoothing Mode

Smoothing is often used to reduce noise within an image. VectorRasterizationOptions.SmoothingMode  is a property used for improving the quality of images. This article demonstrates how to apply VectorRasterizationOptions.SmoothingMode property to images using Aspose.Imaging for .NET.  

Below is the code demonstration of the said functionality.

Improve Text Quality

VectorRasterizationOptions.TextRenderingHint is a property used for improving the quality of the text. This article demonstrates how to apply VectorRasterizationOptions.TextRenderingHint property to images using Aspose.Imaging for .NET.   

Below is the code demonstration of the said functionality.

Support of image scoped fonts

Aspose.Imaging .NET API allows the custom font source providing to use the specific font(s) for image rendering. Unlike FontSettings.SetFontsFolders method works in the image scope and allowing to provide the fonts in multi-user scenarios.

Below is the code demonstration of the said functionality.