rtfd/docs/public/imagemagick/index.rst

23 lines
300 B
ReStructuredText
Raw Normal View History

2020-01-27 21:16:13 +00:00
imagemagick
===========
configure
---------
* /etc/ImageMagick-6/policy.xml
.. code:: xml
<policymap>
<policy domain="resource" name="memory" value="1024MiB" />
</policymap>
convert
-------
.. code:: shell
convert \
-units PixelsPerInch -density 300 \
"${input_file}" "${output_file}"