Control Imagemagick temp file names

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Gaploid
Posts: 17
Joined: 2013-08-25T03:51:34-07:00
Authentication code: 6789

Control Imagemagick temp file names

Post 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
Post Reply