Load File issue

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
Albert
Posts: 2
Joined: 2012-10-28T07:27:42-07:00
Authentication code: 67789

Load File issue

Post 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.
Albert
Posts: 2
Joined: 2012-10-28T07:27:42-07:00
Authentication code: 67789

Re: Load File issue

Post by Albert »

Help.......Me?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Load File issue

Post 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
Post Reply