> 1. Have not had any luck in getting any images on my unit to convert
> with anything better than 8-bit color. I thought I had seen in
> older release notes about 16-bit color being supported. Was this
> only under linux or should this work with the Win98 converter, too?
Chris, the 16-bit color code in the PIL plugin supplied with the
parser should work. If you don't have PIL for your Windows Python
installation, you can download it from
http://www.pythonware.com/products/pil/. Then set your "image_parser"
option to be "pil2", and you should be able to do 16-bit.
Bill