I'm quite confused what means -shell-escape option. I'm trying to beutify creating my tikz images (differently from editing PDFs in Photoshop). I'm using xelatex and TeXnicCenter. I haven't read shell escape enabling details anywhere. I thought that option is to put into Command line arguments to pass the compiler in Define Output Profiles in TeXnic.

When I run some simple graphics through xelatex, no image is given (standalone convert=true). In log file there is (at the end):
runsystem(xelatex -shell-escape -jobname "import" "\expandafter\def\csname sa@internal@run\endcsname{1}\input{import}"
)...executed.
runsystem(imgconvert -density 300 import.pdf -quality 90 image.png)...executed.
Class standalone Warning: Conversion failed! Please ensure that shell escape
(standalone) is enabled (e.g. use '-shell-escape').
Please help!
imgconvertinstalled? – Jun 29 '14 at 20:13imgconvertcommand on the command line from your current directory to find out the reason. – Ulrike Fischer Jun 30 '14 at 06:53runsystemwas only called from within TeX, without any additional test? – Jun 30 '14 at 09:05\immediate\write18{tlgrm update --list}(remark the typo in tlgrm) then I see on the terminal the message that tlgrm can't be found and the log-file saysrunsystem(tlgrm update --list)...executed.. Without --shell-escape the log-file saysrunsystem(tlgrm update --list)...disabled (restricted).. So you can see in the log if the command was run but not if it was successfull. – Ulrike Fischer Jun 30 '14 at 09:19Path Variable, now I can launch IM from console (imgconvert command). TeXnicCenter settings remains the same. After compilation the outcome is unchanged, including those lines in log file. – ussername Jun 30 '14 at 11:07convert logo: logo.gif,identify logo.gif). I got new