Searched refs:inkscapeCommand (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A DjessyInk_export.py65 inkscapeCommand = None variable in class:MyEffect
79 self.inkscapeCommand = self.findInkscapeCommand()
81 if (self.inkscapeCommand == None):
145 proc = subprocess.Popen([self.inkscapeCommand + " --file=" + svgFile + " --without-gui --export-dpi=" + str(self.options.resolution) + " --export-" + ext + "=" + outFile], shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)

Completed in 14 milliseconds