Show / Hide Table of Contents

Enum Enums.RegionShrink

How to calculate the output pixels when shrinking a 2x2 region.

Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.RegionShrink

Fields

Name Description
Max

Use the maximum.

Mean

Use the average.

Median

Use the median.

Min

Use the minimum.

Mode

Use the mode.

Nearest

Use the top-left pixel.

In this article
Back to top Generated by DocFX