While our image server implements;
Blurring
Cropping
Resizing

We'll only be implementing resizing until further notice, you can however use the other methods by making a request for permissions to support@fleeksite.com

To resize an image, use the liquid resize filter like so:

The first dimension is the width and the second is the height.

This resizing process resizes the image on the first request, then compresses the image by 5% and caches that image for all requests afterwards.