You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On standard ubuntu ImageMagick doesn't have enough permission, and the RSR waterfall plot is not created:
convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.
convert-im6.q16: no images defined `rsr.wf.png' @ error/convert.c/ConvertImageCommand/3258.
the solution is to edit /etc/ImageMagick-*/policy.xml:
rights="read | write" pattern="PDF"
The text was updated successfully, but these errors were encountered:
On standard ubuntu ImageMagick doesn't have enough permission, and the RSR waterfall plot is not created:
the solution is to edit /etc/ImageMagick-*/policy.xml:
The text was updated successfully, but these errors were encountered: