Search found 2 matches

by Jerleth
2019-06-25T13:21:51-07:00
Forum: Users
Topic: Unable to parallelize pdf -> png conversion
Replies: 4
Views: 7084

Re: Unable to parallelize pdf -> png conversion

Thank you guys!
That's a lot of valuable input!
I will investigate it in the next couple of days.

Take care,
Martin
by Jerleth
2019-06-25T09:27:15-07:00
Forum: Users
Topic: Unable to parallelize pdf -> png conversion
Replies: 4
Views: 7084

Unable to parallelize pdf -> png conversion

Hi, I have the following problem: I am trying to speed up single page conversions from a pdf to a png image by starting several magick processes in parallel, one for each CPU core I have available on my machine. I am passing the pdf document as stdin (with a page number) and reading the stdout of th...