
2 changed files with 23 additions and 0 deletions
@ -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 new issue