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

/inkscape/packaging/macosx/
H A Dosx-dmg.sh169 img_name="Inkscape.dmg"
171 if [ -e "$img_name" ]; then
172 echo "$img_name already exists."
173 rm -i "$img_name"
175 /usr/bin/hdiutil convert "$rw_name" -format UDZO -imagekey zlib-level=9 -o "$img_name"
/inkscape/share/extensions/
H A Dwebslicer_export.py253 img_name = self.img_name(el, conf)
277 'url("%s") %s %s' % (img_name, bg_repeat, lay_anchor) )
281 'url("%s") %s' % (img_name, 'no-repeat') )
332 def img_name(self, el, conf): member in class:WebSlicer_Export
340 img_name = os.path.join( self.options.dir, self.img_name(el, conf) )
341 img_name_png = img_name
343 img_name_png = img_name+'.png'
367 'convert "%s" %s "%s"' % ( img_name_png, opts, img_name )
[all...]

Completed in 64 milliseconds