Page 1 of 1

Control Imagemagick temp file names

Posted: 2013-10-17T10:34:31-07:00
by Gaploid
Hi,
Just found that in delegates.xml I can not pass original name or create temp file name with original file extension. I'm trying to add inkscape to delegates.xml but command should look like
inkscape filename.cdr --export-png=filename.png

So I need pass the file name with extension. But parameter %i% is generate temp file name without extension and inkscape.com can not determine file format. I`v already researched params that accept inkscape http://inkscape.org/doc/inkscape-man.html and there is no other way to set file format except pass the input name with right file extension.

Is there any way to create temp files with original file extensions using convert.exe?

-Victor