WebP Import
Import *.webp
image files using ImageMagick conversion. Routine is webp → png → svg → write into Inkscape canvas.
You might need to install ImageMagick. The command "magick"magick
or "convert"convert
needs to be in path variable.variable, otherwise the extension will fail.
Fedora:
sudo dnf install ImageMagick #install on Fedora
Ubuntu:
sudo dnf install imagemagick
Windows:
https://imagemagick.org/script/download.php#windows
Add the binary folder to %PATH%