Enumeration

VipsSize

Declaration

enum Vips.Size

Description [src]

Controls whether an operation should upsize, downsize, both up and downsize, or force a size.

See also: vips_thumbnail().

Members

Name Description
VIPS_SIZE_BOTH

Size both up and down.

VIPS_SIZE_UP

Only upsize.

VIPS_SIZE_DOWN

Only downsize.

VIPS_SIZE_FORCE

Force size, that is, break aspect ratio.

VIPS_SIZE_LAST No description available.