Skip to content

Commit feebeab

Browse files
authored
[Images] Correct size limits (cloudflare#25956)
* [Images] Correct size limits * Apply suggestion from @ToriLindsay * Apply suggestion from @ToriLindsay * Apply suggestion from @ToriLindsay
1 parent bd02aad commit feebeab

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/content/docs/images/reference/troubleshooting.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ When resizing fails, the response body contains an error message explaining the
5050

5151
## Limits
5252

53-
* Maximum image size is 100 megapixels (meaning 10.000×10.000 pixels large). Maximum file size is 100 MB. GIF/WebP animations are limited to 50 megapixels total (sum of sizes of all frames).
53+
These are the limits for images that are stored outside of Images:
54+
* Maximum image size is 100 megapixels (for example, 10,000×10,000 pixels large). Maximum file size is 70 megabytes (MB). GIF/WebP animations are limited to 50 megapixels total (sum of sizes of all frames).
5455
* Image Resizing is not compatible with [Bring Your Own IP (BYOIP)](/byoip/).
5556
* When Polish can't optimize an image the Response Header `Warning: cf-images 299 "original is smaller"` is returned.
5657

src/content/docs/images/upload-images/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Cloudflare can ingest HEIC images for decoding, but they must be served in web-s
2929

3030
## Dimensions and sizes
3131

32-
These are the maximum allowed sizes and dimensions Cloudflare Images supports:
32+
These are the maximum allowed sizes and dimensions when uploading to Images:
3333

3434
* Maximum image dimension is 12,000 pixels.
3535
* Maximum image area is limited to 100 megapixels (for example, 10,000×10,000 pixels).
36-
* Image metadata is limited to 1024 bytes.
37-
* Images have a 10 megabyte (MB) size limit.
36+
* Image metadata is limited to 1024 bytes (when uploaded and stored in Cloudflare).
37+
* Images have a 10 megabyte (MB) size limit (when uploaded and stored in Cloudflare).
3838
* Animated GIFs/WebP, including all frames, are limited to 50 megapixels (MP).

0 commit comments

Comments
 (0)