Scale Class

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

SystemObject
  Stemmer.Cvb.FoundationScale

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

public static class Scale

The Scale 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

When scaling, the value range from the source image is adapted to that of the target image as good as possible.
See Also

Reference