PreprocessingFilter.Resize

Resize(int, int, InterpolationFilterType)

이미지 재조정 - 이미지 해상도를 확대 또는 축소합니다.

public static PreprocessingFilter Resize(int width, int height, InterpolationFilterType type)
모수유형설명
widthInt32이미지의 새 너비입니다.
heightInt32이미지의 새 높이입니다.
typeInterpolationFilterTypeInterpolationFilterType

반환 값

ResizeFilter 객체.

또한보십시오


Resize(int, int)

이미지 재조정 - 이미지 해상도를 확대하거나 축소합니다. InterpolationFilterType = Lanczos8

public static PreprocessingFilter Resize(int width, int height)
모수유형설명
widthInt32이미지의 새 너비입니다.
heightInt32이미지의 새 높이입니다.

반환 값

ResizeFilter 객체.

또한보십시오