PreprocessingFilter.Scale

Scale(float)

Afbeelding opnieuw schalen - Beeldresolutie omhoog of omlaag schalen. InterpolationFilterType = Lanczos8

public static PreprocessingFilter Scale(float ratio)
ParameterTypeBeschrijving
ratioSingleDe schaalfactor.Aanbevolen van 0,1 tot 1 om te verkleinen. Van 1 tot 10 om te vergroten.

Winstwaarde

ScaleFilter-object.

Zie ook


Scale(float, InterpolationFilterType)

Afbeelding opnieuw schalen - Afbeeldingsresolutie omhoog of omlaag schalen.

public static PreprocessingFilter Scale(float ratio, InterpolationFilterType type)
ParameterTypeBeschrijving
ratioSingleDe schaalfactor.Aanbevolen van 0,1 tot 1 om te verkleinen. Van 1 tot 10 om te vergroten.
typeInterpolationFilterTypeInterpolationFilterType

Winstwaarde

ScaleFilter-object.

Zie ook