Closed albertsaave closed 7 years ago
Hi,
I am having a bad image printed from a PDF. This is the image that I get when I run the following code:
images = Magick::ImageList.new(original_pdf_path) do self.density = '300x300' self.quality = 75 end
The output image that I get when I run ghostscript 9.21 directly is:
What options do I need to pass to Magick::ImageList to make it look like the one from ghostscript?
Magick::ImageList
Thanks!
Hi,
I am having a bad image printed from a PDF. This is the image that I get when I run the following code:
The output image that I get when I run ghostscript 9.21 directly is:
What options do I need to pass to
Magick::ImageList
to make it look like the one from ghostscript?Thanks!