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

  1.  
  2.  
  3.                                      1.1C
  4.                                  Update Notes
  5.  
  6. New File Formats Support
  7.         If you are familiar with HiJaak 1.0, the following file formats have
  8.         been added:
  9.  
  10.  
  11.         .FAX
  12.         CCITT Group 3 (bits oriented Right to Left) for GAMMA FAX, TEO ...
  13.         cards
  14.  
  15.         .GMF
  16.         GammaFax file format.
  17.         It's usage to a destination file is:
  18.         CONVERT source destinaton.TIF /GMF
  19.         This creates a file with the .TIF extension in the GammaFax format.
  20.  
  21.         .JTF
  22.         JT Fax file format.
  23.  
  24.         .MP1
  25.         Microsoft Windows Paint Version 1.0.  The current .MSP produces Micro-
  26.         Soft Paint Version 2.0 files.
  27.  
  28.         .PGL
  29.         HPGL pen plotter language compatible with HP 7440 pen plotter
  30.  
  31.         .RIC
  32.         Ricoh Fax file format (1-D compression only).
  33.  
  34.         .WFX
  35.         TouchBase Systems WorldPort modem fax file format.
  36.  
  37.         .WPG
  38.         WordPerfect graphics files. Raster data only.
  39.  
  40.         Vector to vector conversions between .PIC, PGL, and EPS (EPS destina-
  41.         tion only)
  42.  
  43.         New fonts for High resolution text .PIX and .TXT file conversions.
  44.         These include ASCII300.INF for high resolution screen conversions.
  45.  
  46.         New PostScript font for resolution independent text .PIX and .TXT to
  47.         .EPS conversion.  Provides typeset quality text screen printing on
  48.         postscript printers.
  49.  
  50.         New Command Line Options
  51.  
  52.         [ ] indicates optional
  53.         nnn indicates number
  54.         ccc indicates color
  55.         www indicates line width in dots
  56.         hhh indicates height in inches
  57.  
  58.         -Hnn.nn
  59.         to set the height on output from vector input where nnn.nnn is the
  60.         height in inches.  If not specified or 0, source aspect ratio will be
  61.         maintained.  This option is valid only if source image is a vector
  62.         type and the output image is raster.
  63.  
  64.         -Ann:nn
  65.         to set aspect ratio on output from vector input.  The first number is
  66.         the height component and the second number, after the ':' is the
  67.         width.  For example, an aspect ratio of 2:1 will produce an output im-
  68.         age that is twice as tall as its source vector image.  The default
  69.         aspect ratio is 1:1.
  70.  
  71.         -BW
  72.         Forces the ouput image to dithered black and white.  Without this
  73.         flag, the number of colors in the output image will match the colors
  74.         in the source image (if the output image type will support multiple
  75.         colors)
  76.  
  77.         -Pnn:[www],[ccc]
  78.         Specifies pen color for pen number nn ( for pens 0 - 16 (0 is back-
  79.         ground color)).  nnn is pen width from 1-16 dots wide, ccc is the pen
  80.         color.  Valid ccc values and their corresponding color, if Max Colors
  81.         > 2, are ...
  82.  
  83.                 Value               Color
  84.                 ___________         _______________________________
  85.                 0                   Black
  86.                 1                   Blue
  87.                 2                   Green
  88.                 3                   Cyan
  89.                 4                   Red
  90.                 5                   Magenta
  91.                 6                   Brown
  92.                 7                   White
  93.                 8                   Gray
  94.                 9                   Lt. Blue
  95.                 A                   Lt. Green
  96.                 B                   Lt. Cyan
  97.                 C                   Lt. Red
  98.                 D                   Lt. Magenta
  99.                 E                   Yellow
  100.                 F                   Lt. White
  101.  
  102.         If max colors = 2, pen colors may be mapped to various half-tone pat-
  103.         terns.  The ccc values for the various gray patterns are ...
  104.                 Value               Color
  105.                 ___________         _______________________________
  106.                 0                   White
  107.                 1                   6% Black
  108.                 2                   12% Black
  109.                 3                   20% Black
  110.                 4                   26% Black
  111.                 5                   33% Black
  112.                 6                   40% Black
  113.                 7                   46% Black
  114.                 8                   53% Black
  115.                 9                   60% Black
  116.                 A                   67% Black
  117.                 B                   73% Black
  118.                 C                   80% Black
  119.                 D                   87% Black
  120.                 E                   93% Black
  121.                 F                   Black
  122.  
  123.         Valid only if source image is vector type.
  124.  
  125.         -M
  126.         Suppress addition of macintosh recource header to MAC definition.
  127.         Valid only for MAC files on destination. This option changed from -H
  128.         in the previous version.
  129.  
  130.         -BW
  131.         Force output file to be black and white.  If source is color raster,
  132.         output will be dithered.
  133.  
  134.         -NFF
  135.         No form feed will be generating when outputing to a PCL or EPS file
  136.         type.  This option may be useful if you are generating a file to be
  137.         merged into a word processor and desktop publishing package.
  138.  
  139.         -Zchain.exe
  140.         This option will chain execution the specified program when the
  141.         conversion is complete.  This option is useful for programmers
  142.         that want to chain execution to convert with all memory free and then
  143.         chain execution back to their program.
  144.  
  145. Shell Changes
  146.  
  147.         You can now interactively change directories when in the Path field.
  148.         When using SPACE bar you will be presented with a list of directories.
  149.         The top (Parent) option will change the the path field to be the
  150.         parent directory.  Selecting a subdirectory will change the path to be
  151.         that subdirectory.  If you select the current path, it will indicate
  152.         to HiJaak that you have completed the path selection process and move
  153.         it into path field.  Escape will get you out of the directory list
  154.         without changing the Path field.
  155.  
  156.         Color option in main convertion screen has two options COLOR and B&W.
  157.         If color, all source colors will convert to destination file (if sup-
  158.         ported by destination format).  If B&W, destination output will be
  159.         dithered to B&W.
  160.  
  161.         Added dialog box when using vector file as source and destination is a
  162.         raster or postscript type (see dialog box).  Selection of options, is
  163.         done by pressing a space bar when a paticular field is highlighted.
  164.  
  165.                 Max colors provides color depth control over the output raster
  166.                 image. If max colors is changed, all pen values will revert
  167.                 back to their default values.
  168.  
  169.                 Background specifies the background color of the destination
  170.                 image.  Changing the background color will cause any matching
  171.                 pen colors to change to the inverse color (eg. If Background
  172.                 is changed to White, all White pens will change to black).
  173.  
  174.                 Width sets the output image width in inches (default 5.0").
  175.  
  176.                 Height sets the output height in inches and blanks out the
  177.                 Aspect ratio field.  If aspect ratio is used, height will be
  178.                 blanked and ignored.
  179.  
  180.                 Aspect sets aspect ratio on output from vector input.  The
  181.                 first number is the height component and the second number,
  182.                 after the ':' is the width.  For example, an aspect ratio of
  183.                 2:1 will produce an output image that is twice as tall as its
  184.                 source vector image.  The default aspect ratio is 1:1.
  185.  
  186.                 The 16 pen width fields control the pen thickness in terms of
  187.                 dots wide (default 1) for each individual pen number.
  188.  
  189.                 The 16 pen color fields control the output color, or gray pat-
  190.                 tern in the case of Max Colors = 2, for each source pen num-
  191.                 ber.  When the number of different pen colors reaches the num-
  192.                 ber specified by the Max. Colors field, the selection of
  193.                 available colors will be limited to the colors already
  194.                 selected.
  195.  
  196. HiJaak Capture
  197.  
  198.         Added screen support for VGA (PS/2 models 50,60, & 80), MCGA (PS/2
  199.         models 25 & 30), WYSE 700 (compatible with AMDEK 1280), and Genius
  200.         graphics cards.
  201.  
  202.         The default Pop-Up sequence has been changed to "Left_Shift-Control".
  203.  
  204. File format caveats
  205.  
  206.         TIF
  207.         Checking loosened up to handle more flavors of TIF files ... however
  208.         this may cause some non-standard TIF file conversions to have unpre-
  209.         dictable results.
  210.  
  211.         MAC
  212.         Automatic scaling of MAC destination files to fit in MacPaint limits
  213.         if source file is too large.
  214.  
  215. Viewable Encapsulated PostScript
  216.         A PSMERGE.EXE program has been added to the FONTS disk to allow you to
  217.         merge a .TIF and .EPS file together into a EPS file that is viewable
  218.         in PageMaker.  Two batch files PGL2EPS.BAT and PIX2EPS.BAT have also
  219.         been added to automate the process of converting HPGL and Captured PIX
  220.         files into viewable EPS files.
  221.  
  222. Windows PIF files
  223.         Windows PIF files for accessing the interactive HiJaak program as well
  224.         as the PGL2EPS and PIX2EPS batch files have been added to the fonts
  225.         disk.
  226.  
  227. Text Screen Conversion Tips ...
  228.  
  229.         To get text .PIX screens into undithered B&W use the BW flag.
  230.  
  231.         Getting high resolution raster output by using the ASCII300 font.
  232.         This will produce output that will convert an 80 column text screen to
  233.         a bitmap that will print out 6 inches wide at 300 dots per inch.
  234.  
  235.         To produce high resolution output in encapsulated postscript, convert
  236.         the text .PIX screen or ASCII .TXT to the .EPS file type.  The .EPS
  237.         file produced will use a special Postscript outline font, ASCII.PSF,
  238.         that will take full advantage of the postscript output device resolu-
  239.         tion.
  240.  
  241.