On 28.04.19 00:25, Pavel Sanda wrote:
On Sat, Apr 27, 2019 at 01:48:57PM +0200, Wolfgang Engelmann wrote:
in trying out this https://tecadmin.net/install-imagemagick-on-linux/
I have difficulties with step
Step 3 ??? Install imagick PHP Extension
At this point, you have successfully installed ImageMagick package
on your system. Now, you need to install Imagick PHP extension, So
that we can use it through PHP code.
sudo apt install php-imagick
For different PHP version???s you need to install the specific
version of imagick like |php7.1-imagick| or |php7.3-imagick| etc.
I tried php7.3 down to 7.0, but to no avail
I might try to use synaptic and see
I don't think you need anything related to php.
apt install imagemagick
should be just enough. Did you try to run lyx with your pdf example now?
Pavel
Pavel, thanks. here my attempts:
dftops -eps cancer-development-n.pdf -f 1 -l 1 out.eps
worked ok
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.
Wolfgang