API Documentation
Resize Image API Documentation
For new subscribers joining Pixelixe after March 21th 2021, access the more recent V2 documentation here. For older subscribers, don't worry, this V1 documentation will remain supported and active indefinitely. Get more detail regarding the new V2 release and upgrade prerequisites here.
Manipulate and transform images and photos in real time with our easy to use APIs.
Introduction :
Resize your photos and images by defining new height and width pixels. JPG, PNG, BMP, TIFF or GIF
Example :
https://studio.pixelixe.com/api/resize/v1?apiKey=YOUR_API_KEY&width=auto&height=300&imageUrl=https://yoururl.com/image.png
Original image : Resized image :
The API parameters
GET https://studio.pixelixe.com/api/resize/v1
Parameter | Type | # | Description |
---|---|---|---|
apiKey | string |
Required |
The API Key is the only way to authenticate your application with Pixelixe API. A unique API key is provided after you signup to our API plan. Ex : ppvkwgDgNRbMbYlCgaM3UyDFPP12 |
width | integer |
Required |
Use the width and height parameters (pixel) to choose the new expected dimension of your image. Use "auto" if you want to keep ratio when resizing the width of your image |
height | integer |
Required |
Use the width and height parameters (pixel) to open the Studio with a new blank document sized with those dimensions. |
imageUrl | string |
Required |
Set the url of the image you want to resize. (Supported type : jpeg, png, bmp, tiff and gif) Advice: Use encodeURI when passing the imageUrl as an API parameter. Ex : https://yourwebsite/yourimage.png will become https%3A%2F%2Fyourwebsite%2Fyourimage.png |
imageType | string |
Optional |
Set the image type expected as output of the API between, png, jpeg or bmp. (png by default). |
The API output
The API will directly return the resized image buffer.
You want to transform your photos without API...?
Resize, Flip, Filter, add text, icons, and much more
We created a free online graphic creation tool and image editor to let anyone with no design experience (No account required) :
- Flip, Rotate, Resize, Crop and transform images
- Add Instagram like filters
- Add rich text (From thousands of fonts)
- Add icons, photos and graphics (From 2.000.000 free photographer's images)