Image.liquidRescale

Rescale image with seam carving. To use this method, you must have installed and configured ImageMagick to use the Liquid Rescale Library.

class Image
void
liquidRescale
(,
size_t rows
,
double deltaX = 0
,
double rigidity = 0
)

Parameters

rows size_t

The desired height.

deltaX double

Maximum seam transversal step (0 means straight seams).

rigidity double

Introduce a bias for non-straight seams (typically 0).

Meta