Vips.Extend (original) (raw)

Enumeration

VipsExtend

Declaration

Members

VIPS_EXTEND_BLACK

Extend with black (all 0) pixels.

VIPS_EXTEND_COPY

Copy the image edges.

VIPS_EXTEND_REPEAT

Repeat the whole image.

VIPS_EXTEND_MIRROR

Mirror the whole image.

VIPS_EXTEND_WHITE

Extend with white (all bits set) pixels.

VIPS_EXTEND_BACKGROUND

Extend with colour from the background property.

VIPS_EXTEND_LAST

No description available.