I am using ghostscript and imagemagicK to make images from pdf.
It works nice on relative small pdf's
or large on bad quality
I am now using this command:
Code: Select all
exec("convert -density 400 $test6 -resize 25% $test5/image.png");
Only we are running more website's and the making of these images takes 100% of the server.
Any tips on how to get this relative normal?
or is it just always that it takes 100%cpu on big graphic pdf's?