In article <
a0ebf1f9-549b-4154...@googlegroups.com>,
andymh...@gmail.com says...
>
> I am using ghostscript 9.10 under cygwin. My end goal is to convert 1 PDF page to png (a black and white tax form that I want as a backdrop in an Excel spreadsheet, ugh). The ghostscript install comes with html help files, which do not really describe in detail the differences between the devices png16, png16m, and pnggray, and pngmono.
From the doc file 'Devices.htm', Section 3.1 PNG file format :
"Ghostscript provides a variety of devices for PNG output varying by bit
depth. For normal use we recommend png16m for 24-bit RGB color, or
pnggray for grayscale. The png256, png16 and pngmono devices
respectively provide 8-bit color, 4-bit color and black-and-white for
special needs. The pngmonod device is also a black-and-white device, but
the output is formed from an internal 8 bit grayscale rendering which is
then error diffused and converted down to 1bpp."
Ken