Image Resizer
Written by
Updated at August 25, 2023
The application automatically detects images uploaded to the Yandex Object Storage directory, modifies their resolution, and re-saves them to a new directory. You set the desired resolution when creating the application.
Use it when developing services that handle images.
Required paid resources
The cost of resources for the application includes:
- Fee for the number of function calls, computing resources allocated to executing the function, and outgoing traffic (see Yandex Cloud Functions pricing).
- Fee for storing data in a bucket (see Yandex Object Storage pricing).
Deploy the application
- In the management console
, select the folder where you want to deploy the application. - Select Cloud Apps.
- On the left-hand panel, select Marketplace.
- Select Image Resizer and click Use.
- Specify the following:
- Application name.
- (Optional) Application description.
- Service account with the
admin
role for the folder, or select Auto to have the service account created when installing the application. This service account will be used to create the application resources. - Object Storage bucket.
- Directory with the source images.
- Target directory.
- Resulting image size.
- Click Install and wait for the installation to complete.