Positionable crop
Crop by boundary coordinates
Last updated
Was this helpful?
Crop by boundary coordinates
Last updated
Was this helpful?
Allows to crop an image by providing the cropping area. It is useful when you want to crop a specific part of the image. To set the coordinates of the crop rectangle, use the tl_px and br_px operations or the X
and Y
Parameters are an alternative way to set the coordinates.
tl_px=X1,Y1
br_px=X2,Y2 X=X1 Y=Y1
Origin image: /docs/kids.jpg
/sample.li/kids.jpg?x=650&y=100
Positionable crop can be combined with all available resize functions - Width and height, Crop, Fit, Bound and Cover. This operation is performed after the positionable crop.