Page 1 of 1

Load File issue

Posted: 2012-10-28T07:43:41-07:00
by Albert
Hi,all.I use Magick++ to convert pdf to image,I just need the memory of the image,no need to write to the disk,and I test it in such a way.My sample pdf is a scaned one,it has 400 pages.But I just need page 100,when I use image.read("sample.pdf[100]"),it consumes much time to open the file,which is not acceptable(in my computer it needs 10s at least).Does any one have a good idea to solve this?If I should access the image quickily.Thanks.

Re: Load File issue

Posted: 2012-10-30T00:33:14-07:00
by Albert
Help.......Me?

Re: Load File issue

Posted: 2012-10-30T10:33:16-07:00
by fmw42
I have no real idea and do not use any IM API, but try it in the command line.

Also see http://www.imagemagick.org/Usage/files/#massive