This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/fablabchemnitz/webp_import/webp_import.inx

15 lines
494 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>WebP Import</name>
<id>fablabchemnitz.de.webp_import</id>
<input>
<extension>.webp</extension>
<mimetype>image/webp</mimetype>
<filetypename>WebP Format (*.webp)</filetypename>
<filetypetooltip>Import WebP Format</filetypetooltip>
</input>
<script>
<command location="inx" interpreter="python">webp_import.py</command>
</script>
</inkscape-extension>