Convert Class

CVB.Net Documentation
Class with various image conversion functions.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.FoundationConvert

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static class Convert

The Convert type exposes the following members.

Methods

  NameDescription
Public methodStatic memberTo16BppSigned
Convert the input image to an image with 16 bits per pixel signed data.
Public methodStatic memberTo16BppUnsigned
Convert the input image to an image with 16 bits per pixel unsigned data.
Public methodStatic memberTo32BppFloat
Convert the input image to an image with 32 bits per pixel float data.
Public methodStatic memberTo32BppSigned
Convert the input image to an image with 32 bits per pixel signed data.
Public methodStatic memberTo8BppUnsigned
Convert the input image to an image with 8 bits per pixel unsigned data.
Top
Remarks

Conversion means that when converting to a data type with higher value range, the image data will simply be padded with zeros but the actual values will be conserved. When converting to lower value ranges, the pixel values from the source image will be saturated at the value limits of the target format where necessary.
See Also

Reference