Search found 1 match

by Jessica Wu
2013-05-17T01:21:38-07:00
Forum: Developers
Topic: Readimage low resolution C++
Replies: 1
Views: 6491

Readimage low resolution C++

I use the imagemagick++ API in my C++ programm. Readimage is used to read a multi-pages PDF file. But the resolution of the output image is too low. vector<Image> imageList; readImages( &imageList, "E:/ww.pdf" ); for(int i = 0; i < imageList.size(); i++) {imageList .density("300&q...