Search found 1 match

by ruhlio
2014-07-30T14:49:46-07:00
Forum: Users
Topic: Magick++ and PDF
Replies: 13
Views: 24914

Re: Magick++ and PDF

I know this is a dead thread but I'm stuck in the same pickle. I'm reading in a PDF with multiple pages. Each page needs to be read in at a DPI of 300x300. Seeing as I cannot pass options into Magick::readImages() my only option as far as I am aware is preallocating a STL container of Magick::Image ...