doc: Update about sphinx.ext.imgconverter

This commit is contained in:
Takeshi KOMIYA 2018-04-12 23:14:10 +09:00
parent ea7d30a190
commit fdb96bb948

View File

@ -2,8 +2,8 @@
.. _sphinx.ext.imgconverter:
:mod:`sphinx.ext.imgconverter` -- Convert images to appropriate format for builders
===================================================================================
:mod:`sphinx.ext.imgconverter` -- A reference implementation for image converter using Imagemagick
==================================================================================================
.. module:: sphinx.ext.imgconverter
:synopsis: Convert images to appropriate format for builders
@ -18,6 +18,12 @@ Internally, this extension uses Imagemagick_ to convert images.
.. _Imagemagick: https://www.imagemagick.org/script/index.php
.. note:: Imagemagick rasterizes a SVG image on conversion. As a result, the image
becomes not scalable. To avoid that, please use other image converters
like sphinxcontrib-svg2pdfconverter_ (which uses Inkscape or rsvg-convert).
.. _sphinxcontrib-svg2pdfconverter: https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter
Configuration
-------------