iLoveIMG Developers
Log in Sign up

Resize Images Guide
Develop your own solution to automatically resize images in bulk by integrating with the iLoveIMG REST API.

Remember that in order to use our Tool Guides, you need to have previous knowledge about the basics to processing a PDF with our REST API. We strongly recommend that you read the Processing a PDF guide before starting this one.

Resize by pixels

If property resize_mode is set to pixels, an image can be resized by specific pixel size.

Start task

This mode can be configured with properties pixels_width and pixels_height in order to set the width and height of the resized image.

Resize by percentage

If property resize_mode is set to percentage, an image can be resized by specific percentage amount.

Start task