home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / sixel / pcx2six.hlp < prev    next >
Text File  |  1996-12-10  |  3KB  |  60 lines

  1. Short version documentation for the PCX2SIX file conversion utility.
  2.  
  3. Purpose: The PCX2SIX utility converts PC pictures stored in the PCX format
  4.          into native VMS SIXEL format.  VMS SIXEL format pictures can be
  5.          viewed on the VAX/VMS system with a simple TYPE <filename> command.
  6.  
  7. Benefit: The conversion of the PCX files into SIXEL format allows all types
  8.          of pictures to be stored and displayed on the VAX system. The
  9.          pictures can be created on the PC using almost any software.
  10.  
  11. Usage  : Basic usage is simple.  Create the PC PCX picture using any tool.
  12.          Save the PCX picture.  From DOS run the conversion by entering for
  13.          example,  C:>pcx2six <filename.pcx> <ret>
  14.  
  15.          This will create a new file <filename.six> in the current directory,
  16.          or the directory referenced as part of <filename>.
  17.          If the <filename> has a PCX extension then there is no need to type
  18.          it in.  If the extension is not PCX then the extension must be
  19.          entered as part of the input filename.
  20.  
  21.          Transfer the new SIXEL file to the VAX system.
  22.          Display the SIXEL file on VAX using the type command
  23.          Without a VAX show the file with MS-Kermit 3.14 using the command
  24.          REPLAY <filename.six> <ret>
  25.  
  26. Other Syntax: C:>pcx2six <input> <output.txt> [command line switches] <ret>
  27.               This will create the SIXEL output file named whatever 
  28.               the <output.txt> name is set to.
  29.  
  30.               C:>pcx2six <input> [/I /P /R /W /S /Mn /Bn /Xn /Yn]
  31.               /I Ignore palette RGB values
  32.               /P Create and use Default 16 color RGB palette
  33.               /R Read in palette file named <input>.PAL
  34.               /W Write palette file named <input>.PAL
  35.               /S Enable SIXEL scrolling
  36.               /M Set Monochrome color to n n=0-15
  37.               /B Scale all palette values by n/100
  38.               /X Set pixel x size to n, used for ratio of x/y
  39.               /Y Set pixel y size to n, used for pixel ratio
  40.  
  41. ASCII Palette: ASCII format: |R|G|B| sequence. Number of entries either
  42.                16 for 16 colors or 256 for 256 colors.  Use the /W switch
  43.                to create the initial .PAL file.
  44.  
  45. Note: John Zvonar has no association whatsoever with ZSoft Corporation.
  46.       The utility is supplied as is.  The utility and documentation are
  47.       FREE, please supply both when distributed.  The utility may not be 
  48.       bundled with "FOR SALE" software without prior written agreement 
  49.       from John G. Zvonar. There is no warranty, period! 
  50.  
  51.       SIXEL output has been tested on TRUE VT340 terminals and various
  52.       terminal emulators.
  53.  
  54.       Comments, inputs, bug reports, etc, are welcome.
  55.       John Zvonar
  56.       10309 Trout Cove           
  57.       Austin, Tx, 78749
  58.  
  59.       EMAIL: JohnG.Zvonar@AMD.COM 
  60.