Skip to content

Commit 5c02e2a

Browse files
authored
[Images] HEIC support (#23521)
1 parent 209ee4f commit 5c02e2a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ You can transform an image by using a [specially-formatted URL](/images/transfor
2323
* GIF (including animations)
2424
* WebP (including animations)
2525
* SVG
26+
* HEIC
27+
28+
:::note
29+
30+
31+
Cloudflare can ingest HEIC images for decoding, but they must be served in web-safe formats such as AVIF, WebP, JPG, or PNG.
32+
33+
34+
:::
2635

2736
### Supported output formats
2837

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ You can upload the following image formats to Cloudflare Images:
1717
* JPEG
1818
* WebP (Cloudflare Images also supports uploading animated WebP files)
1919
* SVG
20+
* HEIC
2021

2122
:::note
2223

2324

24-
Cloudflare Images does not support the HEIC (HEIF) format.
25+
Cloudflare can ingest HEIC images for decoding, but they must be served in web-safe formats such as AVIF, WebP, JPG, or PNG.
2526

2627

2728
:::

0 commit comments

Comments
 (0)