convert fail for a text file to image with label centos 7

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
bmo91
Posts: 1
Joined: 2016-11-22T06:23:12-07:00
Authentication code: 1151

convert fail for a text file to image with label centos 7

Post by bmo91 »

Hi,
The simple command below does not work on CentOS 7:

ifconfig | convert label:@- cmd.png
convert: not authorized `@-' @ error/constitute.c/ReadImage/454.
convert: no images defined `cmd.png' @ error/convert.c/ConvertImageCommand/3046.

I do not known any other command or workaround to do this :( .

Any ideas ?

Version used:
convert -version
Version: ImageMagick 6.7.8-9 2016-06-16 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP

Thanks in advance.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: convert fail for a text file to image with label centos 7

Post by snibgo »

As the message says, you are probably not authorised to use "@". What does your policy.xml say?
snibgo's IM pages: im.snibgo.com
Post Reply