pub type VipsOperationRound = c_uint;Expand description
VipsOperationRound: @VIPS_OPERATION_ROUND_RINT: round to nearest @VIPS_OPERATION_ROUND_FLOOR: largest integral value not greater than @VIPS_OPERATION_ROUND_CEIL: the smallest integral value not less than
See also: vips_round().