imagemagick

This commit is contained in:
Marc Beninca 2020-01-27 22:16:13 +01:00
parent 08effbebc9
commit 4285d95b8f
2 changed files with 23 additions and 0 deletions

View File

@ -31,6 +31,7 @@ RTFD
public/gource/index
public/grub/index
public/ifupdown2/index
public/imagemagick/index
public/isc-dhcp-server/index
public/letsencrypt/index
public/libnss3-tools/index

View File

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