Skip to content

Commit 3392328

Browse files
authored
Merge pull request #8437 from Robinfr/ufc/webp-support
Webp image support
2 parents 8e79aba + ea2c897 commit 3392328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/refguide/modeling/images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you want different images to appear for different objects (for example, a pic
2020

2121
## Supported Formats
2222

23-
The following image formats are supported: *png*, *jpeg*, *gif*, *bmp*, and *svg*. The *png* format is recommended, as it is compressed without losing any information and supports transparency very well.
23+
The following image formats are supported: *png*, *jpeg*, *gif*, *bmp*, *webp*, and *svg*. The *png* format is recommended, as it is compressed without losing any information and supports transparency very well.
2424

2525
## Custom Images
2626

content/en/docs/refguide/modeling/pages/page-resources/image-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Some of the actions can be applied to multiple images. You can select all images
3737

3838
The **Add** button allows you to add a new image from a file to your image collection. The image will be given the name of the image file you add. If the name already exists, a suffix will be added to make the name unique.
3939

40-
The following image formats are supported: *png*, *jpeg*, *gif*, *bmp*, and *svg*.
40+
The following image formats are supported: *png*, *jpeg*, *gif*, *bmp*, *webp*, and *svg*.
4141

4242
You can also add an image to your collection using <kbd>Ctrl</kbd> + <kbd>N</kbd>.
4343

0 commit comments

Comments
 (0)