
Aspose.Imaging API support the feature of extracting and converting layers of a GIF Image into another raster image formats. Sometimes it is needed to extract and convert layers of a GIF Image into another raster image format to meet an application need.
VB.NET CONVERT IMAGE FORMAT HOW TO
The following code snippet shows you how to use Grayscaling with 16bits. Gray-scaling is the process of converting a continuous-tone image to an image with discontinues gray shades. Convert Image to grayscale with Setting 16bit

The following code snippet shows you how to use Grayscaling. The following code snippet shows you how Otsu threshold binarization can be applied to an image. The following code snippet shows you how to use fixed threshold binarization can be applied to an image. NET API currently supports two Binarization methods. Binarization is the process of converting an image to bi-level meaning that each pixel is stored as a single bit (0 or 1) where 0 denotes the absence of color and 1 means presence of color. Normally, the two colors used for a binary image are black and white though any two colors can be used. In order to understand the concept of Binarization, it is important to define a Binary Image that is a digital image that can have only two possible values for each pixel. NET API to achieve this using two methods as stated below. This article demonstrates the use of Aspose.Imaging for. Sometimes you may require to convert colored images to Black n White or Grayscale for printing or archiving purposes.


Converting Images to Black n White and Grayscale.
