Problem with CPU, PDF to Image
Posted: 2009-03-31T01:04:19-07:00
Hello,
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:
Wich makes rather big files but it has to the quality needs to be good.
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?
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?