docs→rtfd

This commit is contained in:
Marc Beninca 2021-12-11 15:32:21 +01:00
parent 7bc781ed11
commit c7ec1dc5d1
131 changed files with 1 additions and 1 deletions

View file

@ -1,22 +0,0 @@
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}"