Skip to content

Commit 2ce6e52

Browse files
LuizaVSantosLuiza  Vargas do Santos
and
Luiza Vargas do Santos
authored
[EDU-6343] added limits table to image processor doc (#1575)
* added limits table * fixed extra / * table reformat --------- Co-authored-by: Luiza Vargas do Santos <[email protected]>
1 parent 104362c commit 2ce6e52

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

src/content/docs/en/pages/main-menu/reference/build/edge-application/image-processor.mdx

+10
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ This module supports an array of image formats, including:
4646

4747
---
4848

49+
## Limits
50+
51+
These are the **default limits**:
52+
53+
| Scope | Limit |
54+
|------------------------------|-------------|
55+
| Maximum size | 150mb |
56+
| Maximum height | 2160 pixels |
57+
| Maximum width | 3840 pixels |
58+
4959
:::caution
5060
To ensure proper processing of images, the `ims=` query string parameter must be the last parameter in the URL. If any additional query string parameters are included after `ims=`, the request may return a **504** error.
5161

src/content/docs/pt-br/pages/menu-principal/referencia/build/edge-application/image-processor.mdx

+10
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ Esse módulo oferece suporte aos seguintes formatos de imagem:
4646

4747
---
4848

49+
## Limites
50+
51+
Estes são os **limites default**:
52+
53+
| Escopo | Limite |
54+
|------------------------------|-------------|
55+
| Tamanho máximo | 150mb |
56+
| Altura máxima | 2160 pixels |
57+
| Largura máxima | 3840 pixels |
58+
4959
:::caution
5060
Para garantir o processamento adequado das imagens, o parâmetro de query string `ims=` deve ser o último parâmetro na URL. Se quaisquer parâmetros de query string adicionais forem incluídos após `ims=`, a requisição pode retornar um erro **504**.
5161

0 commit comments

Comments
 (0)