Simple label command fails
Posted: 2017-08-10T09:16:34-07:00
I am using
on Scientific Linux 6
When I try the simple labeling examples like
I get the error
My best guess is that it is interpreting label: as a protocol like http:
Here is the debug output.
https://gist.github.com/previsualconsen ... abb10d7bf4
Code: Select all
Version: ImageMagick 6.7.2-7 2017-03-22 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
When I try the simple labeling examples like
Code: Select all
convert -debug all rose: label:test x.png
Code: Select all
convert: not authorized `test' @ error/constitute.c/ReadImage/453.
Here is the debug output.
https://gist.github.com/previsualconsen ... abb10d7bf4