IMG2PCL quick docs:

This tool uses zView codecs to convert images directly to PCL5 format
without the need for zView itself. Regardelss of the video mode, it
should create maximum quality output. Note that zView ships with codecs
built for 020 CPUs.

LDG must be installed.

zView can load codecs from it's own folder structure or from the standard
LDG directly.

Normally LDG modules are stored at: c:\gemsys\ldg\
zView codecs should be placed in a folder called 'codecs'.
Example: c:\gemsys\ldg\codecs\

This tool looks for environment variable: LDGPATH=
It normally points to c:\gemsys\ldg\ thus
LDGPATH=c:\gemsys\ldg
If not found it will assume c:\gemsys\ldg\

If the above is configured correctly the tool is now ready to use.

Just drop an image file on it. It should dump a *.pcl file to the same path.

There's no progress displayed, so just wait it out. Large jpeg files 
generate very large PCL files.

Options:
Landscape output -> Hold alternate key when app starts

It will dump some text as it goes and possibly error messages.
If ran without TosWin2 it will wait for a key press.
If ran with TosWin2 it assumes the console is open with no key wait.

Notes: Might work better under MagiC if renamed IMG2PCL.TTP
       Landscape output rotates the image and requires enough ram to buffer
       the entire image in full 24-bit.

Requirements: IMG2PCL is built for all processors.
              Codecs created by me work on all processors.
              Codecs created by Zorro require 68020 or better.

My codecs replace all of Zorro's codecs except JGP.LDG and TIFF.LDG.

----------------------------------------------------------------------------
Contact:
http://gfabasic.net/
Coded by Lonny Pursell

Changes:
v1.00 initial version
v1.01 if LDGPATH= not found, assume standard path: c:\gemsys\ldg\
      changed how app decides if it should wait for a key press
v1.02 improved conversion speed for true color images
v1.03 optimized codec handling
v1.04 didn't wait for a key after some error messages
v1.05 fixed missing module name in message
v1.06 added landscape output option (hold alternate key)
      modified program header flags (request fastram if found)
      changed some compiler options
v1.07 added sanity check at f_create()
v1.08 tweaked title, support for 020 or better if detected
v1.09 tweaked title again, paths are forced to uppercase if MiNT not found

*
