Enumeration

VipsDirection

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().

Members

Name Description
VIPS_DIRECTION_HORIZONTAL

Left-right.

VIPS_DIRECTION_VERTICAL

Top-bottom.

VIPS_DIRECTION_LAST No description available.