Variable: doc-view-ghostscript-device
doc-view-ghostscript-device is a customizable variable defined in
doc-view.el.gz.
Value
"png16m"
Documentation
Output device to give to ghostscript.
This variable was added, or its default value changed, in Emacs 27.1.
Source Code
;; Defined in /usr/src/emacs/lisp/doc-view.el.gz
(defcustom doc-view-ghostscript-device "png16m"
"Output device to give to ghostscript."
:type 'string
:version "27.1")