display-image-exe |
string |
full path to display executable |
display-image-stdin |
boolean |
if not #f, pass "-" as last command line
parameter to subprocess, and write the image (PGMA or
PPMA) to its stdin. if #f, create a temporary
file and pass that file as the last command line parameter
to the subprocess. |
display-image-dotitle |
boolean |
if #t, pass "-title" and some useful
information to the subprocess. ImageMagick's
display command will set the window title to this
string. |
display-image-tmpdir |
string |
full path (including trailing slash) to use for
temporary files. Used only if display-image-stdin
is #f |
display-image-total |
integer |
modulus to use for temporary filenames. Default is
10. Used only if display-image-stdin is
#f. |