Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
fname is pdf file. I write first page of it on Image image. I get image file with default density 72dpi. I want a resolution 300. How to set a resolution of each Image in imageVector to 300?
Please help me.
I write to Blob object.
But I think the problem that there are not member function like set_default_density(...) or/ and set_default_resolution(...).
I reading pdf from file (and have set up default density to 72) and after reading to vector<Image> I try change resolution, but pdf is already converted with default resolution.
Is it my utterance correct?