		DjVu to PNM converter compiled for OS/2

This is djvutopnm utility from DjVu 2.2 Reference Library by LizardTech, Inc.
compiled for OS/2. I tried to find something to view DjVu format for OS/2 and
failed so I've downloaded DjVu 2.2 Reference Library and compiled it by GCC/EMX
no problem, no source code changes were required.
I've renamed the utility to djvu2pnm.exe in order to allow placing it on FAT.

djvu2pnm.html is a page from DjVu 2.2 Reference Library docs that contains 
djvutopnm usage instructions.

djview.cmd is a REXX file that allows viewing DjVu files by converting a file
to PNM format and then calling a PNM viewer (e.g. PMView). Edit lines:
   CONVERT="djvu2pnm.exe"		/* djvutopnm name/path */
   VIEW="pmview.exe"			/* pnm viewer name/path */
to point to djvu2pnm.exe and viewer.

The full source code of DjVu 2.2 Reference Library is available from:
http://www.lizardtech.com/products/djvu/referencelibrary/DjVuRefLib_2.0.html
