imochoa / dotfiles

collection of the setting that I like as well as some scripts to automate the post-install setup process
MIT License
0 stars 0 forks source link

ImageMagick allow reading PDFs #28

Open imochoa opened 4 years ago

imochoa commented 4 years ago

https://stackoverflow.com/questions/52699608/wand-policy-error-error-constitute-c-readimage-412

tested

  <policy domain="coder" rights="read | write" pattern="PDF" />
imochoa commented 4 years ago

Also increase memory limits: https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37532 not tested:

  <policy domain="resource" name="memory" value="1GiB"/>
  <policy domain="resource" name="map" value="512MiB"/>
  <policy domain="resource" name="width" value="16KP"/>
  <policy domain="resource" name="height" value="16KP"/>
  <policy domain="resource" name="area" value="128MB"/>
  <policy domain="resource" name="disk" value="6GiB"/>
imochoa commented 4 years ago

allow writing as well!

  <policy domain="coder" rights="read | write" pattern="PDF" />
imochoa commented 4 years ago
/etc/ImageMagick-6/policy.xml