home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / GRAFIK / KONVERT / IMGCON / IMGCON.DOC next >
Text File  |  1993-12-01  |  7KB  |  196 lines

  1.              IMGCON v1.4 (c) Copr. 1990 Anthony Rizzolo
  2.          ───────────────────────────────────────────────────────────
  3.  
  4.             IMGCON V1.4 DIRECTIONS AND USE
  5.  
  6.     Should you find this program useful, you should register it. You may freely 
  7.     distribute copies of this program in its UNMODIFIED state with the inclusion
  8.     of the authors copyright notice.  You may NOT charge for distrubtion of this
  9.     program.
  10.  
  11.  
  12.     WHAT IS IMGCON ?
  13.  
  14.     IMGCON is a program for converting images between different image
  15.     formats.  It also allows you to display the images on your screen.
  16.     IMGCON has a windowed interface to make it user friendly.
  17.  
  18.     SYSTEM REQUIREMENTS
  19.  
  20.     IMGCON requires only enough memory to load itself (about 150K) of
  21.     available memory.  GIF will require about another 16K at execution
  22.     time.
  23.  
  24.  
  25.     1.0 HOW TO USE IMGCON
  26.  
  27.     1.1 Command syntax: imgcon d:\windows
  28.  
  29.  
  30.     The one command line argument is the picture directory to look for the
  31.     source image files.  The output file is placed into the current directory 
  32.     unless this is superseded by the OUT NAME command.
  33.  
  34.     IMGCON has a window style interface.  It uses a vertical menu bar 
  35.     and pick lists to select files.
  36.  
  37.     There are also quite a few fixes in the SIXEL image processing.  It
  38.     will now handle images larger than 800x252 if they start with the 
  39.     "1;1;x;y" after the <ESC>q.
  40.  
  41.     It will also handle these larger images if they don't have the qualifier
  42.     after the <ESC>q.  This however takes an extra pass through the file in
  43.     order to figure out the image dimensions.
  44.     
  45.     In addition there is now a new feature in the display section.  The
  46.     display functionality will now select the best available mode for the
  47.     image to be displayed.  You can of course override this feature by
  48.     selecting a particular output resolution.  If the image does not fit
  49.     into the selected resolution, it will be scaled to fit the physical
  50.     screen dimensions.
  51.  
  52.     PCX files are now fully compressed in this version.  This means that
  53.     your image will not take up excessive disk space any more.
  54.  
  55. |    V1.4 Fixe two problems which were reported.  One had to do with an
  56. |    extra byte on the image file size when converting to PCX format.  This
  57. |    was caused by a math error when we were recomputing the information to
  58. |    put into the header. 
  59. |
  60. |    V1.4 also fixed a problem in GIF file processing which was returning
  61. |    an error during the conversion of some GIF files that the scan line
  62. |    had been overrun or we got an unexpected EOF.
  63.  
  64.     1.2 IMGCON.INI file
  65.  
  66.     In addition IMGCON will read an initlialization file to get some 
  67.     paramaters which are useful.  The file has the following arguments:
  68.  
  69.     1) 320x200x256=hh - Replaces the mode information for 320x200x256
  70.                 in the Video mode table with the hex value 'hh'.
  71.                 The default is mode 13.
  72.  
  73.  
  74.     2) 640x350x256=hh - Replaces the mode information for 640x350x256 
  75.                 in the Video mode table with the hex value 'hh'.
  76.                 The default is mode 2dh.
  77.  
  78.  
  79.     3) 640x400x256=hh - Replaces the mode information for 640x400x256 
  80.                 in the Video mode table with the hex value 'hh'.
  81.                 The default is mode 2eh.
  82.  
  83.  
  84.     4) 640x480x256=hh - Replaces the mode information for 640x480x256 
  85.                 in the Video mode table with the hex value 'hh'.
  86.                 The default is mode 2eh.
  87.  
  88.     5) 800x600x256=hh - Replaces the mode information for 800x600x256 
  89.                 in the Video mode table with the hex value 'hh'.
  90.                 The default is mode 30.
  91.  
  92.  
  93.     6) 1024x768x256=hh - Sets up mode 1024x768x256 (completely untested
  94.                 as I do not have a board which supports this mode.
  95.  
  96.     6) USE_BIOS=TRUE/FALSE - Decides if memory moves will be used to put
  97.                 the image on the screen in display mode.  I have
  98.                 only tested this on the ORCHID DESIGNER VGA-512
  99.                 board, so if things seem weird, then use the BIOS
  100.                 routines instead.  It will be slower.  I can get
  101.                 hardware specs for some of the other boards, but
  102.                 if you find your board does not work, if you can
  103.                 provide me with enough information I will try to 
  104.                 add it to the supported board list.
  105.  
  106.     1.3 Using the IMGCON menues
  107.     
  108.  
  109. MAIN MENU: CONVERT  INPUT_PATH OUTPUT_FILES VIDEO_MODE DISPLAY EXIT
  110.  
  111.     The IMGCON menus are fairly straight forward to use.  When you start
  112.     up you will be at the horizontal menu bar.  You can use the arrow
  113.     keys to select a menu item, or type the first letter of the MENU ITEM.
  114.  
  115.     The EXIT menu is not a pull down, and requires a <CR> key to confirm
  116.     it when you type the character.  If you are using the ARROW keys to
  117.     select you will need to confirm you selection when you get to it by
  118.     typing a <CR>.
  119.  
  120.     Basically the menus will take you through the required information
  121.     to complete the menu.  The INPUT PATH and OUTPUT FILES menu selections
  122.     require you to enter text into the fields.  If you specify a particular
  123.     file name, it uses that file name for output (ie: You should not 
  124.     multi-select under convert).  You don't have to type the extension as
  125.     IMGCON always makes sure that is correct for the image type to be
  126.     output.  If you type a *(wildcard) for the file name, it will replace
  127.     the * with the input file name on the conversions.
  128.  
  129.     You may multi-select files from the pull down menu, when you have
  130.     completed your selection, you should type an <ESC> key.  This will
  131.     signal that you are done selecting and the given function (CONVERT or
  132.     DISPLAY) is performed for each of the files.
  133.  
  134.     If you are in the middle of a long display list and you wish to abort
  135.     a single image, then simply type any character and the image will abort
  136.     and proceed onto the next one.  If you want to abort this image and
  137.     all the images that follow it, you should type the <ESC> key.  The
  138.     same applys to the conversion menu.  If a conversion is aborted in
  139.     the middle, the output file will be deleted.
  140.  
  141.  
  142.    2.0  DISCLAIMERS 
  143.     
  144.     This is shareware software.  If you find it useful a $15.00
  145.     contribution is requested for continued enhancements/development of this
  146.     program.
  147.  
  148.     If you find bugs or have problems please tell me as I would like to
  149.     know so I can fix them and make the program more useful.
  150.  
  151.     If you have any suggestions please feel free to send them also.
  152.     For suggestions I can be reached at Compuserve [74435,1563]
  153.     Send contributions and/or suggestions to:
  154.  
  155.         Anthony Rizzolo
  156.         290 Foster Street
  157.         Littleton, MA 01460
  158.     Thank you.
  159.  
  160.  
  161.     3.0 FUTURE DEVELOPMENT PLANS
  162.  
  163.  
  164.     2) Output to GIF FORMAT.
  165.  
  166.     3) Output to VT240 SIXEL format.
  167.  
  168.     4) Output to Postscript or Encapsulated postscript.
  169.  
  170.     5) Output of X-WINDOW bit map files.
  171.  
  172.     6) Pallete merge functionality (includes merged pallete generation and
  173.        inclusion into the image).
  174.  
  175.     7) Allowing use of a microsoft mouse to select menu items.
  176.  
  177.     8) Image scrolling for images that do not fit into the physical
  178.        bounds of the screen. (Currently they are scaled to fit within the
  179.        bounds of the screen).
  180.  
  181.     9) Input/Output to "other" formats.
  182.  
  183.     10) Automatic Image detection for input images.
  184.  
  185.     11) Compression on BMP files.
  186.  
  187.     Also if you have any suggestions for features or modifications you
  188.     would like to see in the program please feel free to let me know.  I
  189.      am just starting out so I do appreciate any help or feedback you can
  190.     give me.
  191.  
  192.     I can be reached at Compuserve: [74435,1563].
  193.  
  194.  
  195.  
  196.