home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Graphics / Graphics.zip / la_kvec.zip / readme.eng < prev    next >
Text File  |  1996-12-23  |  4KB  |  105 lines

  1. (C) 1996, WORKLab System Solutions GmbH (R)
  2. Theresienhoehe 1, 80339 Munich, Germany
  3. Tel: ++49 89 540710 73 - Fax: ++49 89 540710 74 
  4. email: mkrebber@worklab.com
  5. HTTP://WWW.WORKLAB.COM
  6.  
  7.  
  8. (C) 1996, KK-Software (KVEC)
  9. Dipl.-Phys. Karl-Heinz Kuhl 
  10. 92637 Weiden,  Germany 
  11. email: 100270.1652@compuserve.com
  12.  
  13. ===========================================================================
  14.                 KVEC - Vectorizing tool for LogoArt (ART-Format)
  15. ===========================================================================
  16.  
  17.  
  18. Introduction
  19. =============
  20. This is a demo version of KVEC for LogoArt. KVEC will vectorize any
  21. file in the BMP, TIF or GIF formats to the ART-Format (vector).
  22.  
  23. Also notice that drawings with more than 1000 vectors may take currently
  24. a long time for Logoart to load. At any time press the ESC key to
  25. stop the loading of the file.
  26.  
  27. Also notice that parallel to "KVEC for Logoart" a new version of Logoart
  28. is available (Beta 3.07 and up). This is an optimized version for the
  29. purpose of handling large vector drawings. If you are experiencing 
  30. problems with versions Beta3.0 and earlier please take the time to load 
  31. the new release(see Internet site above).
  32.  
  33.  
  34. Restrictions and limitations on the demo
  35. ========================================
  36. Logoart will currently not print drawings vectorized with KVEC. This
  37. option will be fully enabled with the commercial version of Logoart.
  38.  
  39. The retail version will include the official version of
  40. KVEC for LogoArt.
  41.  
  42. Shareware notice
  43. ================
  44. This is a limited version for the purpose of testing/converting 
  45. ART-files. Contact KK-Software (see address above) to get the full
  46. version or updates to this product. In any case, after a trial-
  47. period of 30-days your are expected to register. Thank you.
  48.  
  49. Quick Start
  50. ============
  51.  
  52. For a quick start enter from the command line for ex.:
  53.  
  54.                      vect2art yourimg.tif
  55.  
  56.    output on current directory ---> yourimg.art. The utility will
  57.    generate the art-file using polygones.
  58.  
  59. You can also vectorize at once a whole directory, for ex.:
  60.  
  61.                      vectall k:\yourpath
  62.  
  63.    output on current directory ---> all files in input directory with
  64.                                     BMP, TIF or GIF suffixes.
  65.  
  66. (Note: vect2art.cmd and vectall.cmd are helper REXX-Utilities).
  67.  
  68. Some tips for best results
  69. ===========================
  70.  
  71. By default KVEC (see the attached docu) will generate the vectors using
  72. polygones (filled array of lines). Among others, there are various options 
  73. for generating the drawing using bezier curves, and for limiting the amount
  74. of vectors generated(this you should definetely do if any drawing has more 
  75. than 1000 vectors).
  76.  
  77.  
  78. BEZIER-CURVES(SPLINES)
  79. ======================
  80. If your're not satisfied with the results produced using polygones,
  81. enter the following to generate splines instead:
  82.  
  83.                vect2art yourimg.tif BEZIER  (or just B)
  84.  
  85.  
  86. LIMITING THE AMOUNT OF VECTORS
  87. ===============================
  88. Some images (specially pictures) can generate thousands of vectors. Such
  89. big drawings are impractical to edit, in particular if the PC your are 
  90. using is not top of the line, with large amounts of memory.
  91.  
  92. From the command line, try for ex. the -GRIT option:
  93.  
  94.             kvec yourimg.tif yourimg.art -for art -grit 20
  95.  
  96. This will create a drawing discarding all vectors with less than 20
  97. points (that is, the resolution level will be lower..). 
  98. In Logoart, press the ESC key at any time to stop loading a file.
  99.  
  100.  
  101. Enjoy.
  102.  
  103. 23.12.1996, Marcelo Krebber
  104. WORKLab System Solutions
  105.