[Tex/LaTex] Standalone convert doesn’t work

convertpngstandalone

I'm using TexMaker and want to make a PNG file from a TikZ figure.
When using the preview option in standalone class, I get a beautiful PDF, but when switching to convert I get a massage that "Process started" but it doesn't compile. (I've installed the windows version of ImageMagick).

Best Answer

One problem with the convert option under MS Windows is that the convert shell command is for FAT32 to NTFS conversion. The ImageMagick convert.exe might be taken or not. For safety standalone awaits the convert tool be named imgconvert.exe. Either change the standalone options or copy-rename the convert.exe file in the ImageMagick folder to imgconvert.exe.

If this doesn't work out, please post some example code, your compiler call and the log file.