We make working with images easy!

Simple and fast - no need to install additional libraries.

Try it now!

What can we solve for you?

Distribution to the world (CDN)

Send images to servers around the world for faster deliverability to your customers.

Intelligent anonymization

Hiding faces, license plates, signs. All in real time.

Remove background

Using learned AI, we remove the background of the image.

Image resolution

We can shrink, compress, preserve or improve the quality of the image and possibly change the format for better deliverability.

Smart cuts

Static cropping, but also cropping of an automatically detected object in the image.

Transformation

Rotating, flipping, discolouring, blurring and much more...

Short "CheatSheet" how to use

https://[token].imagedit.io/v1/http://your.web/img.png
+ parameters:
    ?w=100              // width 100px
    ?h=100              // height 100px
    ?fr=on              // fix image ratio (without deformations)
    ?fillbg=FF0000      // new areas color
    ?alpha=50           // new areas transparency (%)
    ?crop=20,10,15,5    // crop (top, right, bottom, left)
    ?blur=5             // blur 1-10
    ?grayscale=on       // grayscale
    ?rotate=90          // rotate 0-360
    ?flip=vh            // v,h,vh (vertical, horizontal)
    ?af=on              // anonymize faces
    ?aftoage=18         // anonymize only younger faces
    ?cropface=on        // crop face
    ?rembg=on           // Remove background

You can use URL generator in documentation!

An overview of all functions can be found in the documentation

The documentation contains both a description for programmers and a user interface for clicking the required properties. So understanding the API will not be a problem!

API Documentation