Vips.Align (original) (raw)

Vips

API Version: 8.0

Library Version: 8.17

Type

Enumeration

VipsAlign

Declaration

Description [src]

See vips_join() and so on.

Operations like vips_join() need to be told whether to align images on the low or high coordinate edge, or centre.

Members

VIPS_ALIGN_LOW

Align low coordinate edge.

VIPS_ALIGN_CENTRE

Align centre.

VIPS_ALIGN_HIGH

Align high coordinate edge.

VIPS_ALIGN_LAST

No description available.

Content