Cross Reference: extractimage.inx
xref
: /
inkscape
/
share
/
extensions
/
extractimage.inx
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
extractimage.inx revision 7e2184692edd124c6ecdbcc25cc15a2ad3ff78d3
220
N/A
<?
xml
version=
"1.0"
encoding=
"UTF-8"
?>
1472
N/A
<
inkscape
-
extension
xmlns=
"
http://www.inkscape.org/namespace/inkscape/extension
"
>
220
N/A
<
_name
>Extract Image</
_name
>
220
N/A
<
id
>
org.ekips.filter.extractimage
</
id
>
220
N/A
<
dependency
type=
"executable"
location=
"extensions"
>
extractimage.py
</
dependency
>
220
N/A
<
dependency
type=
"executable"
location=
"extensions"
>
inkex.py
</
dependency
>
220
N/A
<
param
name=
"filepath"
type=
"string"
_gui
-
text=
"Path to save image:"
>none</
param
>
220
N/A
<
_param
name=
"desc"
type=
"description"
xml
:
space=
"preserve"
>* Don't type the file extension, it is appended automatically.
220
N/A
* A relative path (or a filename without path) is relative to the user's home directory.</
_param
>
220
N/A
<
effect
needs
-
live
-
preview=
"false"
>
220
N/A
<
object
-
type
>all</
object
-
type
>
220
N/A
<
effects
-
menu
>
220
N/A
<
submenu
_name=
"Images"
/>
220
N/A
</
effects
-
menu
>
220
N/A
</
effect
>
220
N/A
<
script
>
220
N/A
<
command
reldir=
"extensions"
interpreter=
"python"
>
extractimage.py
</
command
>
220
N/A
</
script
>
1472
N/A
</
inkscape
-
extension
>
1472
N/A