I was trying to convert a pdf to images using a python script and Wand with ImageMagick bindings. But, I really want to avoid using Ghostscript? Is it possible to do because the installation of Wand doesn't mention anything about Ghostscript but it seems that it is mandatory to have the conversion from pdf to an image using python. Has anyone tried doing the same?
There is also a similar issue open in the Wand git repo (https://github.com/dahlia/wand/issues/319). This means that it is really not possible to convert pdf to png without Ghostscript?
Can this be an issue based on OS and ImageMagick version? I am using MacOS and ImageMagick@6. For some reason, I was not able to run the latest ImageMagick(7.1) on Mac. So, if anyone has tried on a different OS or with latest version of ImageMagick, inputs are welcome.