On 29.04.19 10:58, Pavel Sanda wrote:
On Mon, Apr 29, 2019 at 09:22:21AM +0200, Wolfgang Engelmann wrote:
This did not work:
magick out.eps out.png
No command 'magick' found, did you mean:
Command 'magic' from package 'magic' (universe)
magick: command not found
However installing tells me it is the newest version:
imagemagick ist schon die neueste Version (8:6.8.9.9-7ubuntu5.13).
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
I also tried|||sudo apt-get install libmagick++-dev|
Same answer. Strange.
Ok, most likely your distro still has version 6, not 7,
but why is it telling me:
imagemagick ist schon die neueste Version (8:6.8.9.9-7ubuntu5.13)
can you try: convert out.eps out.png
?
no luck:
convert out.eps out.png
convert: not authorized `out.eps' @ error/constitute.c/ReadImage/412.
convert: no images defined `out.png' @
error/convert.c/ConvertImageCommand/3210.
wolfgang@wolfgang-Mr-Whisper-Ultra-SSD-II:/mnt/sdb/we/Publikationen-eigene-20170530/Cancer-cR-2019$
convert ./out.eps out.png
convert: not authorized `./out.eps' @ error/constitute.c/ReadImage/412.
convert: no images defined `out.png' @
error/convert.c/ConvertImageCommand/3210.
Wolfgang
If that works we need to see the output from the message pane I asked
several mails back...
Pavel