Table of contents
Rotate the picture clockwise
Parameters
- angle - rotation angle
Rotate 90 degree
Rotate 90 degree
Rotate 180 degree
Blur the picture using Gaussian operator
Parameters:
- sigma - strength of operation
Blur image with sigma 5
Blur image sigma 10
Converts image to grayscale
Parameters: none
Change image colors to grayscale
Change image colors to grayscale
Change the size of an image without clipping. Parameters:
- width - choose width for the image. If not given, it will be calculated to preserve the aspect ratio.
- height - choose height for the image. If not given, it will be calculated to preserve the aspect ratio.
resize with width 500
resize with width 500
Crop smart the image. Parameters:
- width - width of the cropped area.
- height - height of the cropped area.
- gravity - position of crop (optional)
Position can be one of:
- center
- north
- west
- east
- south
- smart
crop image with width 500
crop image with width 200 and height 200
Extract - crop given area from the image. Parameters:
- top - point on x axis
- left - point on y axis
- width - width of the cropped area.
- height - height of the cropped area.
crop image with width 500
crop image with width 200 and height 200
resize and crop given area from the image. Do it using proportion (center of image is used) Parameters:
- width - width of the cropped area.
- height - height of the cropped area.
crop image with width 555
crop image with width 200 and height 200
Add watermark to image
Paramters:
- image: url or path to image for adding
- opacity: choose transparency of image
- position: anchor point of image to combine with. Can be one of:
- top-left
- top-center
- top-right
- center-left
- center-center
- center-right
- bottom-left
- bottom-center
- bottom-right
Add gradient to image
Add gradient to iamge
Change image format
Parameters:
format: image format
Formats:
- jpeg
- webp
- png
- bmp
Change image format to webp
Change image format to webp