Enumeration

VipsOperationRound

since: 8.0

Declaration

enum Vips.OperationRound

Description [src]

See also: vips_round().

Available since: 8.0

Members

VIPS_OPERATION_ROUND_RINT

Round to nearest.

  • Value: 0
  • Nickname: rint
  • Available since: 8.0
VIPS_OPERATION_ROUND_CEIL

The smallest integral value not less than.

  • Value: 1
  • Nickname: ceil
  • Available since: 8.0
VIPS_OPERATION_ROUND_FLOOR

Largest integral value not greater than.

  • Value: 2
  • Nickname: floor
  • Available since: 8.0
VIPS_OPERATION_ROUND_LAST
No description available.
  • Value: 3
  • Nickname: last
  • Available since: 8.0