Generating label images with ImageMagick fails

Solution Verified - Updated -

Issue

ImageMagick allows to create labels, with the label: argument.
A command example can be found at http://www.imagemagick.org/Usage/text/#label:

  convert -background lightblue -fill blue \
          -font Candice -pointsize 72 label:Anthony \
          label.gif

In RHEL7, this command fails with an error message, stating convert: not authorized, as below.

[user@host ~]$ convert -background lightblue -fill blue \
> -font /usr/share/fonts/liberation/LiberationSans-Regular.ttf -pointsize 72 label:RHEL-7 \
> label.png
convert: not authorized `RHEL-7' @ error/constitute.c/ReadImage/454.
convert: no images defined `label.png' @ error/convert.c/ConvertImageCommand/3046.
[user@host ~]$ echo $?
1
[user@host ~]$

Environment

  • Red Hat Enterprise Linux 7
  • ImageMagick 6.7.8.9-15

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content