home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1115 / readme < prev    next >
Text File  |  1991-02-25  |  8KB  |  202 lines

  1.  
  2.                          PCX Scan Line Translator
  3.                     (c) Copyright 1991, Matthew Wilson
  4.                         Version 1.7 Documentation
  5.                              (PCX to DXF)
  6.  
  7.                             Matthew Wilson
  8.                          5040 Whitman Terrace
  9.                          Pennsauken, NJ 08109
  10.  
  11.  
  12.    I. Catalog Description
  13.  
  14.  
  15.       PCXSLT17
  16.       Translates PCX (black/white) to DXF. Translate clip art or any PCX
  17.       drawing into DXF format. This program was written to handle massive
  18.       scanner files (unlimited size.) There is automatic layering. Extract
  19.       all layers or any single layer. Manipulate individual scan lines.
  20.       Scan at high resolution then selectively eliminate scan lines to
  21.       reduce file size. Select reverse video. Extensive methods to handle
  22.       large files. Stray pixels are filtered. This program works by trans-
  23.       lating each scan line into different line segments.
  24.  
  25.  
  26.   II. Additional Program Information
  27.  
  28.  
  29.       1. Maximum of 32000 points per layer.
  30.       2. Black and white images only.
  31.       3. Memory requirements - 256k.
  32.  
  33.  
  34.  III. Benefits of Registering
  35.  
  36.  
  37.       1. Receive an improved version that reduces the size of the
  38.          output file.
  39.  
  40.       2. Future upgrades will include an outlining feature. This feature
  41.          will trace the PCX image producing an output file containing
  42.          lines and curves. This currently works but improvements are being
  43.          made before release.
  44.  
  45.       3. Special emphasis on handling text is also planned for future
  46.          releases.
  47.  
  48.       4. To register type: PRINTME
  49.  
  50.  
  51.   IV. Background Information
  52.  
  53.       While trying to develop some maps for my small business I found
  54.       that programs to convert PCX files to DXF files were too expensive.
  55.       Overlay programs were also too expensive. I thought that if I could
  56.       just get the image into a DXF format (dots, lines or anything) then
  57.       I could trace the image and end up with what I want. I was working
  58.       with 1.5M PCX files so I needed several methods to handle large
  59.       files. The PCX Scan Line Translator was written to really solve
  60.       the above problems.
  61.  
  62.  
  63.    V. Program Documentation
  64.  
  65.  
  66.       1. To run program type: PCXSLT17
  67.  
  68.       2. A screen containing the following data will appear:
  69.  
  70.             1. Input file         : GCNJ.PCX
  71.  
  72.             2. Output file        : GCNJ.DXF
  73.  
  74.             3. Points per layer   : 32000
  75.  
  76.             4. Reverse video      : 0
  77.  
  78.             5. Layer #            : -1
  79.  
  80.             6. Inclusion lines    : -1
  81.  
  82.             7. Exclusion lines    : -1
  83.  
  84.         F1 - SAVE/RUN   F2 - RESET  F3 - EXIT
  85.  
  86.       3. Explanation of screen:
  87.  
  88.            1. Input file - Enter input file with PCX extension.
  89.            2. Output file - Enter output file with DXF extension.
  90.            3. Points per layer - Set any number of points per layer
  91.                                  that you would like. Max. = 32000.
  92.            4. Reverse video - 0 = default; 1 = reverse video.
  93.            5. Layer # - -1 = Turn off this feature.
  94.                              Select all layers.
  95.                          0 = Select layer 0 only.
  96.                          1 = Select layer 1 only.
  97.                          2 = Select layer 2 only.
  98.                          . .   .      .   .   .
  99.            6. Inclusion lines - -1 = Turn off this feature.
  100.                                      Include every scan line.
  101.                                  2 = Include every 2nd scan line.
  102.                                  3 = Include every 3rd scan line.
  103.                                  4 = Include every 4th scan line.
  104.                                  . .   .      .    .    .    .
  105.            7. Exclusion lines - -1 = Turn off this feature.
  106.                                  2 = Exclude every 2nd scan line.
  107.                                  3 = Exclude every 3rd scan line.
  108.                                  4 = Exclude every 4th scan line.
  109.                                  . .    .      .    .    .    .
  110.            8. F1 - SAVE/RUN - Press F1 to save your current selections
  111.                               and then to run the program. After the
  112.                               program finishes it will return to this
  113.                               screen.
  114.            9. F2 - RESET    - Press F2 to replace current screen with
  115.                               old screen.
  116.           10. F3 - EXIT     - Press F3 to exit program.
  117.  
  118.       4. Program Usage
  119.  
  120.            1. This program does produce large output files but I've
  121.               included several methods to get around this problem.
  122.  
  123.                    - Extract a single layer.
  124.                    - Set the layer size in points per layer.
  125.                    - Pick the sequence of scan lines to include.
  126.                    - Pick the sequence of scan lines to exclude.
  127.  
  128.  
  129.               Example 1: You need to translate a small clip art file to
  130.                          DXF format. Use the default settings. Some
  131.                          drawings may need the reverse video set to 1.
  132.  
  133.                             - Points per layer   : 32000
  134.                             - Reverse video      : 0
  135.                             - Layer #            : -1
  136.                             - Inclusion lines    : -1
  137.                             - Exclusion lines    : -1
  138.  
  139.               Example 2: You have a large clip art file scanned at a
  140.                          resolution of 300 dots per inch. You need to
  141.                          trace the image and a resolution of 100 dots
  142.                          per inch is ok. Do the following:
  143.  
  144.                             - Inclusion lines     : 3
  145.  
  146.                             - Selecting every 3rd scan line will
  147.                               reduce the vertical resolution to
  148.                               100 dots per inch.
  149.                             - If the file is still too large try
  150.                               extracting a single layer only.
  151.  
  152.               Example 3: A massive scanner file (E size) needs to be
  153.                          translated.
  154.  
  155.                              -Inclusion lines     : 10
  156.  
  157.                              - This will cause every 10th scan line
  158.                                to be extracted. You can now look at
  159.                                the image. Decide if you like the layer
  160.                                size and resolution.
  161.  
  162.                              - Layer #            : 3
  163.                              - Exclusion lines    : 4
  164.                              or
  165.                              - Points per layer   : 20000
  166.                              - Layer #            : 3
  167.  
  168.                              -Let's say you want to start with layer
  169.                               3. You like the scanner resolution but
  170.                               the layer file is still a little too
  171.                               large. Excluding every 4th scan line
  172.                               will reduce the file size by 25%. An
  173.                               alternative is to reduce the layer size.
  174.  
  175.  
  176.   VI. Registration Information
  177.  
  178.  
  179.          Registering this program will allow you to obtain an improved
  180.       version of this program that will help reduce the size of the
  181.       output file. Also, registering will give you access to future
  182.       upgrades. Future upgrades will include:
  183.  
  184.                   1. Outlining feature. This will trace the image
  185.                      rather than use the scan line translator. This
  186.                      method is used by standard PCX to DXF conversion
  187.                      programs costing hundreds of dollars. All upgrades
  188.                      will be able to handle files of unlimited size.
  189.  
  190.                   2. Special text handling abilities. Wouldn't it be
  191.                      nice to quickly locate text and then replace the
  192.                      lines and arcs with actual text?
  193.  
  194.  
  195.       In order to register send $15.00 to:
  196.  
  197.                    Matthew Wilson
  198.                    5040 Whitman Terrace
  199.                    Pennsauken, NJ 08109
  200.  
  201.  
  202.