Enumeration

VipsOperationRound

Declaration

enum Vips.OperationRound

Description [src]

See also: vips_round().

Members

Name Description
VIPS_OPERATION_ROUND_RINT

Round to nearest.

VIPS_OPERATION_ROUND_CEIL

The smallest integral value not less than.

VIPS_OPERATION_ROUND_FLOOR

Largest integral value not greater than.

VIPS_OPERATION_ROUND_LAST No description available.