# WebP Import

Import `*.webp` image files using ImageMagick conversion. Routine is webp → png → svg → write into Inkscape canvas.

You need to install ImageMagick. The command `magick` or `convert` needs to be in path variable, otherwise the extension will fail.

**Fedora:**

```bash
sudo dnf install ImageMagick
```

**Ubuntu:**

```bash
sudo dnf install imagemagick
```

**Windows:**

[https://imagemagick.org/script/download.php#windows](https://imagemagick.org/script/download.php#windows)

Add the binary folder to `%PATH%`

## Example Dialog

[![grafik.png](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-02/scaled-1680-/MDCJ94qtQoORzCrN-grafik.png)](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-02/MDCJ94qtQoORzCrN-grafik.png)

<div class="code panel pdl conf-macro output-block" data-hasbody="true" data-macro-name="code" id="bkmrk--1" style="border-width: 1px;"><div class="codeContent panelContent pdl"><div><div class="syntaxhighlighter sh-django  bash" id="bkmrk--2"></div></div></div></div>