Enumeration

VipsDirection

since: 8.0

Declaration

enum Vips.Direction

Description [src]

See vips_flip(), vips_join() and so on.

Operations like vips_flip() need to be told whether to flip left-right or top-bottom.

See also

vips_flip(), vips_join().

Available since: 8.0

Members

VIPS_DIRECTION_HORIZONTAL

Left-right.

  • Value: 0
  • Nickname: horizontal
  • Available since: 8.0
VIPS_DIRECTION_VERTICAL

Top-bottom.

  • Value: 1
  • Nickname: vertical
  • Available since: 8.0
VIPS_DIRECTION_LAST
No description available.
  • Value: 2
  • Nickname: last
  • Available since: 8.0