docs→rtfd
This commit is contained in:
parent
7bc781ed11
commit
c7ec1dc5d1
131 changed files with 1 additions and 1 deletions
22
rtfd/public/imagemagick/index.rst
Normal file
22
rtfd/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…
Add table
Add a link
Reference in a new issue