Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/refguide/modeling/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you want different images to appear for different objects (for example, a pic

## Supported Formats

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.
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.

## Custom Images

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Some of the actions can be applied to multiple images. You can select all images

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.

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

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

Expand Down