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
Type: size_t

The desired height.

deltaX
Type: double

Maximum seam transversal step (0 means straight seams).

rigidity
Type: double

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

Meta