iam using ghostscript for converting pdf files to tiff and later to jpg. How can i increase the quality of the output files without creating ~50MB big files per site?
Here are my currently parameters.
-q -sPapersize=a4 -dSAFER -dNOPAUSE -dTextAlphaBits=4 -sDEVICE=tiff24nc -sOutputFile=Output.tif" -r300 Input.pdf -c quit