Image Resizer
The application automatically detects images uploaded to the Yandex Object Storage directory, resizes them, and saves them to a new directory. You set the desired resolution when creating the application.
Use it when developing services that handle images.
The cost of resources for the application includes:
- Fee for the number of function calls, computing resources allocated to run a function, and outgoing traffic (see Yandex Cloud Functions pricing).
- Fee for storing data in a bucket (see Object Storage pricing).
- In the management console, select the folder where you want to deploy the application.
- Go to Cloud Apps.
- In the left-hand panel, select Marketplace.
- Select Image Resizer and click Use.
- Specify the following:
- Application name.
- Application description (optional).
- Service account with the
adminrole 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.
Warning
When you update the application or edit its settings, the Cloud Functions code resets to its original state. If you have changed the function code, back it up first.
Yandex Cloud technical support is available 24/7. The types of requests you can submit and the relevant response times depend on your pricing plan. You can switch to the paid support plan in the management console. You can learn more about the technical support terms and conditions here.
| Resource type | Quantity |
|---|---|
| Service accounts | 2 |
| Folder members | 2 |
| Serverless function | 1 |
| Trigger | 1 |