sfneal / ImgConverter

Pure Python image conversion package. Convert a .png, .jpg, .psd or .psd into another format
2 stars 0 forks source link

SVG/URI badges fails to convert #3

Open Borda opened 4 years ago

Borda commented 4 years ago

I have found recommendation on this extension at Sphinx thread, but it fails on my badges https://github.com/sphinx-doc/sphinx/issues/4720#issuecomment-563928070 sample badge - https://travis-ci.org/Borda/BIRL.svg?branch=master the I have added 'sphinx.ext.imgconverter' to conf.py and run make latexpdf

Extension error:
convert exited with error:
[stderr]
b"convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1919.\nconvert-im6.q16: unable to open file `/tmp/magick-12213u671hXtMTiQL': No such file or directory @ error/constitute.c/ReadImage/544.\nconvert-im6.q16: no images defined `/home/jb/Dropbox/Workspace/BIRL/docs/build/doctrees/images/BIRL.png' @ error/convert.c/ConvertImageCommand/3258.\n"
[stdout]
b''
gigi206 commented 4 years ago

Same issue here