imagemagick
This commit is contained in:
parent
08effbebc9
commit
4285d95b8f
2 changed files with 23 additions and 0 deletions
|
@ -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
|
||||
|
|
22
docs/public/imagemagick/index.rst
Normal file
22
docs/public/imagemagick/index.rst
Normal 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}"
|
Loading…
Reference in a new issue