Chase Southard
Results
3
comments of
Chase Southard
I've currently hit the same thing where the loss of image quality is unacceptable. Since the `-quality` flag is about compression, maybe we should use the `-density` flag to increase...
I've found that that using ghostscript directly, you retain pretty good PNG resolution from a PDF. `gs -sDEVICE=png16m -dTextAlphaBits=4 -r300 -o foo.png bar.pdf`
oh! @ginjo thanks for your fork - helped me out.