PreprocessingFilter.Scale

Scale(float)

Bild neu skalieren – Bildauflösung vergrößern oder verkleinern. InterpolationFilterType = Lanczos8

public static PreprocessingFilter Scale(float ratio)
ParameterTypBeschreibung
ratioSingleDer Skalierungsfaktor.Empfohlen von 0,1 bis 1 zum Schrumpfen. Von 1 bis 10 zum Vergrößern.

Rückgabewert

ScaleFilter-Objekt.

Siehe auch


Scale(float, InterpolationFilterType)

Bild neu skalieren - Bildauflösung hoch- oder herunterskalieren.

public static PreprocessingFilter Scale(float ratio, InterpolationFilterType type)
ParameterTypBeschreibung
ratioSingleDer Skalierungsfaktor.Empfohlen von 0,1 bis 1 zum Schrumpfen. Von 1 bis 10 zum Vergrößern.
typeInterpolationFilterTypeInterpolationFilterType

Rückgabewert

ScaleFilter-Objekt.

Siehe auch