home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m271_3 / 1.ddi / HJ2.ZIP / CONVERT.HLP < prev    next >
Encoding:
Text File  |  1989-07-11  |  3.4 KB  |  90 lines

  1. USAGE:  [d:][path]CONVERT infile.SUF [/TYPE] outfile.SUF [-ifrw]
  2.  
  3. [d:][path] before CONVERT to specify the drive specifier and
  4. path that contains the CONVERT command file.
  5.  .SUF is .CPF for a Complete PC Fax file,
  6.  .CTF for a compressed TIFF file,
  7.  .CUT for a Dr. Halo Cut file,
  8.  .EPS for a PostScript file (output only),
  9.  .FAX for a Generic Fax file,
  10.  .GMF for a Gamma Fax File,
  11.  .IFF for a Commodore-Amiga IFF ILBM file,
  12.  .IMG for a GEM Image file,
  13.  .JTF for a JT Fax file,
  14.  .MAC for a MacPaint file,
  15.  .MH  for a Teli Fax file,
  16.  .MCX for a Monochrome PC Paintbrush file,
  17.  .PCL for an HPCL file (LaserJet),
  18.  .PCX or PCC for a PC Paintbrush file,
  19.  .PGL for an HP Plotter file,
  20.  .PIC for an Lotus PIC file,
  21.  .PIX for a HiJaak or InSet file,
  22.  .RIC for a Ricoh fax file,
  23.  .TIF for a TIF file,
  24.  .TXT for an ASCII text file,
  25.  .WFX for a WorldPort fax file,
  26.  .WPG for a WordPerfect Raster Graphics file,
  27.  .XFX for an OAZ Fax card file.
  28.  
  29.  
  30. /TYPE is an optional override extension for input file names
  31. that don't have the proper suffix. It can be any of the
  32. above extensions. \".TXT\" can only be used as an output file with
  33. InSet captured text screens.
  34.  
  35. -i is an optional flag to invert the bit values. This feature is
  36. useful for images that are primarily white background images since
  37. INSET will better preview these images if inverted.
  38.  
  39. -f is an optional flag used in the conversion of text to graphics
  40.    The .INF font file should be specified immediately after the 'f'.
  41.  
  42. -r is an optional flag to set the resolution of output.  This
  43.    is useful when generating PCL output or determining the size
  44.    of the ouput file when using a vector source file such as PIC
  45.    or HPGL (default is 300).
  46. -m is an optional flag used to suppress the addition of a Macintosh
  47.    resource header to the destination file. NOTE: This option used
  48.    to be -h in the previous version.
  49.  
  50. -c is an optional color flag to specify the number of colors in the
  51. destination file.  The default colors are determined by colors
  52. in the source image or 2 in the case of PIC files.
  53.  
  54. -bw is an optional flag used to force all colors to black and white.
  55.  
  56. The following flags have been added for vector conversions:
  57. -l will rotate an HPGL file 90 degrees.
  58. -w and
  59. -h are optional flags used to specify width and/or height of the
  60. output image. The default is a width of five inches.
  61.  
  62. -a is an optional flag used to modify the aspect ratio of the
  63. output image. It can be used with either the -w or -h flags,
  64. but not with both. The default aspect ratio is 1:1.
  65.  
  66. -p is an optional flag used to set pen widths and remap pen colors.
  67. The syntax of this flag is   -pxx:ww[,c]
  68. xx is the pen number, ww is pen width, and c is color (optional).
  69. The default pen width is 1, and the defult colors are mapped to
  70. the EGA palette.
  71.  
  72. -z will cause CONVERT to load a program upon completion.  The syntax is
  73. -zpgm [opt1] [optn]. Any arguments after the -z are taken as arguments
  74. for the chained program.
  75.  
  76. -nff will suppress a trailing form feed from generated PCL files, and
  77. suppress the 'SHOWPAGE' and End-Of-File marker from generated
  78. PostScript files.
  79.  
  80. Examples:
  81. CONVERT C:\INSET\TEST.PIX TEST.PCX
  82. converts TEST.PIX in the C:\INSET directory to TEST.PCX in
  83. the current directory.
  84. CONVERT A:*.* /PIX *.PCL
  85. converts all the files on the A: drive to HPCL files in
  86. the current directory.
  87. CONVERT SCREEN1.PIX /TXT SCREEN1
  88. converts SCREEN1.PIX, which is a text screen (no graphics)
  89. to an ASCII text file.
  90.