Enumeration

VipsCombine

Declaration

enum Vips.Combine

Description [src]

How to combine values. See vips_compass(), for example.

Members

Name Description
VIPS_COMBINE_MAX

Take the maximum of the possible values.

VIPS_COMBINE_SUM

Sum all the values.

VIPS_COMBINE_MIN

Take the minimum value.

VIPS_COMBINE_LAST No description available.