403Webshell
Server IP : 93.86.61.54  /  Your IP : 216.73.216.156
Web Server : Apache/2.4.62 (Ubuntu)
System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64
User : www-data ( 33)
PHP Version : 8.4.22
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/inkscape/extensions/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/inkscape/extensions//raster_output_webp.inx
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>Export to WebP</name>
    <id>org.inkscape.raster.webp_output</id>

    <param name="tab" type="notebook">
        <page name="options" gui-text="Options">
            <param name="lossless" type="bool"
                gui-text="Lossless:"
                gui-description="Do not use lossy compression."
            >true</param>
            <param name="quality" type="int" min="1" max="100"
                gui-text="Quality:"
                gui-description="Quality between 1 and 100"
            >80</param>
            <param name="speed" type="optiongroup" appearance="combo" gui-text="Speed:">
                <option value="0">Fastest</option>
                <option value="1">Faster</option>
                <option value="2">Fast</option>
                <option value="3">Balanced</option>
                <option value="4">Good</option>
                <option value="5">Better</option>
                <option value="6">Best</option>
            </param>
        </page>
    </param>

    <output raster="true">
        <extension>.webp</extension>
        <mimetype>image/webp</mimetype>
        <filetypename>WebP (*.webp)</filetypename>
        <filetypetooltip>Export to WebP file format.</filetypetooltip>
    </output>

    <script>
        <command location="inx" interpreter="python">raster_output_webp.py</command>
    </script>
</inkscape-extension>

Youez - 2016 - github.com/yon3zu
LinuXploit