NEWBIE: ImageMagick on vServer - too slow - How to install Single core Version?
Posted: 2016-08-15T10:43:49-07:00
Hello
I am new to the Ubuntu and Linux world, so it is extreme hard for me to come along with all those commands. But I need help.
I use ImageMagick via PHP scripts.
$image = new->Imagick();
Saving an jpg from PDF file takes 30-60 seconds on my Virtual Server. Crazy.
phpinfo() shows me I am using imagick module version 3.1.2, ImageMagick 6.7.7-10
Path to convert is usr/bin/
Can you tell me - step-by-step
a) HOW do I Install a imagick version that uses single-cores?
b) How do I tell PHP to use this NEW version, and not the older 3.1.2 module? (thats my biggest problem)
I think I already installed ImageMAgick 7.0.2.6 in usr/bin/ImageMagick-7... but I can not use it. It also changed from "convert" to "magick.sh" (I think??). So how do I tell php to use this version?
Is there any other solution?
$image = new->Imagick();
$image->setRessourceLimit(6,1); did not help. Has absolute no influence...
Since ever I use ImageMagick it was absolute useless to me. Takes minutes to convert 1 image...
I am new to the Ubuntu and Linux world, so it is extreme hard for me to come along with all those commands. But I need help.
I use ImageMagick via PHP scripts.
$image = new->Imagick();
Saving an jpg from PDF file takes 30-60 seconds on my Virtual Server. Crazy.
phpinfo() shows me I am using imagick module version 3.1.2, ImageMagick 6.7.7-10
Path to convert is usr/bin/
Can you tell me - step-by-step
a) HOW do I Install a imagick version that uses single-cores?
b) How do I tell PHP to use this NEW version, and not the older 3.1.2 module? (thats my biggest problem)
I think I already installed ImageMAgick 7.0.2.6 in usr/bin/ImageMagick-7... but I can not use it. It also changed from "convert" to "magick.sh" (I think??). So how do I tell php to use this version?
Is there any other solution?
$image = new->Imagick();
$image->setRessourceLimit(6,1); did not help. Has absolute no influence...
Since ever I use ImageMagick it was absolute useless to me. Takes minutes to convert 1 image...