# Image Tools

Files / Image Tools

## Create image with new format

 - [GET /ImageManager/convert_file](https://api.docs.cpanel.net/specifications/cpanel.openapi/image-tools/convert_file.md): This function converts an image to a new file format.

Important:

When you disable the WebServer role, the system disables this function.

## Create image thumbnails

 - [GET /ImageManager/create_thumbnails](https://api.docs.cpanel.net/specifications/cpanel.openapi/image-tools/create_thumbnails.md): This function creates thumbnails from images. The function saves the new thumbnail images in a thumbnails subdirectory inside the original directory. The system prepends thumbnail filenames with `tn_ (for example, tn_picture.jpg`).

Important:

When you disable the WebServer role, the system disables this function.

## Return image dimensions

 - [GET /ImageManager/get_dimensions](https://api.docs.cpanel.net/specifications/cpanel.openapi/image-tools/get_dimensions.md): This function returns the dimensions of the image file that you specify.

Important:

When you disable the WebServer role, the system disables this function.

## Save resized image

 - [GET /ImageManager/resize_image](https://api.docs.cpanel.net/specifications/cpanel.openapi/image-tools/resize_image.md): This function resizes a specified image.

Important:

When you disable the WebServer role, the system disables this function.

