home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / WM10.ZIP / DOC.DAT / imgview.txt < prev    next >
Encoding:
Text File  |  1995-08-30  |  14.9 KB  |  334 lines

  1.  imgView & tPicem
  2.  ────────────────
  3.  
  4.  imgView is NOT a graphics viewer! In fact, it's just a small mouse shell 
  5.  sitting on top of tPicem, a freeware utility written by John Bridges. The 
  6.  "t" in tPicem stands for "tiny", and serves to distinguish it from its big 
  7.  brother, Picem. Both programs can be found on the Internet. They support 
  8.  PCX and GIF. This file is a slightly edited version of the author's original 
  9.  documentation.
  10.  
  11.  John Bridges can be contacted on CIS (Compuserve) ID:73307,606 in the PICS 
  12.  Forum. To enter the PICS forum on Compuserve just type "GO PICS" from any 
  13.  prompt.
  14.  
  15.  imgView maps mouse movement to the corresponding arrow keys, the Left mouse
  16.  button to the Enter key, and the Right mouse button to the Esc key.
  17.  
  18.  
  19.  Control keys
  20.  ────────────
  21.  
  22.  Arrow keys    scroll around picture (if larger than screen) 
  23.  Space, Enter  skip to the next picture selected            
  24.  Tab           scale image to screen size 
  25.  Esc           exit tPicem                                 
  26.  
  27.  
  28.  Command line parameters
  29.  ───────────────────────
  30.  
  31.  tPicem [/k] [/l] [/w:<t>] [/v:<vmode>[,<xsize>,<ysize>,<vnum>]] [/d:<x>,<y>] 
  32.         [/m] [/c] <filename> [<filename>...]
  33.  
  34.  /k            do not wait for a keypress between pictures
  35.  /l            display pictures in continous loop
  36.  /s            scale all images to screen size (like Tab key)
  37.  /w:<t>        wait t number of 1/100ths of a second after each picture
  38.  /n            don't sort list of filenames
  39.  /e            don't clear screen on exit (leave image on screen)
  40.  /d:<x>,<y>    set lower left hand coordinates to display picture
  41.  /d            force centering of image (default)
  42.  /m            multi-picture display prevents palette switch between
  43.                display of multiple images
  44.  /c            clear the screen
  45.  
  46.  /v:<vnum>
  47.  
  48.        vnum    BIOS video mode number (vmode defaults to 'L'). This is 
  49.                the short order version of the full /v: option. It is 
  50.                intended for SuperVGA modes.
  51.  
  52.  /v:<vmode>[,<xsize>,<ysize>,<vnum>]
  53.        
  54.        vmode   video mode most similar to the mode you are choosing:
  55.  
  56.   A = CGA 4 color                      N = Hercules InColor 720x348 16 color
  57.   B = PCjr/Tandy 16 color              O = VGA/MCGA 640x480 2 color
  58.   C = CGA 640x200 2 color              P = EGA/VGA 800x600 2 color
  59.   D = EGA 640x200 16 color             Q = EGA/VGA 800x600 16 color
  60.   E = EGA 640x350 2 color              R = SVGA 640x400 256 color
  61.   F = EGA 640x350 4 color              S = SVGA 640x480 256 color
  62.   G = EGA 640x350 16 color             T = SVGA 800x600 256 color
  63.   H = Hercules 720x348 2 color         U = SVGA 1024x768 2 color
  64.   I = VGA 640x350 16 color             V = SVGA 1024x768 16 color
  65.   J = EGA 320x200 16 color             W = VGA 360x480 256 color
  66.   K = AT&T/Toshiba 640x400 2 color     X = SVGA 1024x768 256 color          
  67.   L = VGA/MCGA 320x200 256 color       Y = SVGA 1280x1024 16 color
  68.   M = VGA 640x480 16 color             Z = SVGA 1280x1024 256 color
  69.  
  70.        xsize   optional width (in pixels)
  71.        ysize   optional height (in pixels)
  72.        vnum    BIOS video mode number 
  73.  
  74.  tPicem supports a wide variety of Video boards, with a primary emphasis on
  75.  VGA/SuperVGA boards. On VGA boards tPicem defaults to /V:W which is 360x480 
  76.  256 colors (a non-standard mode, but it's the best 256 color mode available 
  77.  on a standard VGA). On SuperVGA boards tPicem defaults to /V:R which is 
  78.  640x350/640x400 256 colors on boards with only 256k, and /V:S which is 
  79.  640x480 256 colors on boards that have 512k or more.
  80.  
  81.  Some boards such as the ATI and Orchid may be capable of 800x600 256 colors, 
  82.  but since many monitors will not handle this mode, tPicem does not default to 
  83.  it, but you can manually select it with /V:T. Also, if your board has an odd 
  84.  resolution 256 color mode that you would like to take advantage of (such as 
  85.  the Everex 512x480 mode, or the Genoa 720x512 mode) you can manually override 
  86.  the BIOS mode used. For instance to set 512x480 on a Everex board we would do 
  87.  tPicem /V:0x15 (the 0x means hexidecimal, the way most bios mode numbers are 
  88.  written in manuals, the same number in decimal would be tPicem /V:21).
  89.  
  90. ────────────────────────────────────────────────────────────────────────────────
  91.  
  92.  Some VGA Chipset producers and their BIOS mode numbers:
  93.  
  94.  ACUMOS
  95.  ──────
  96.          width           height          colors          direct mode
  97.          ─────           ─────-          ─────-          ──────────-
  98.  
  99.  0x59              800              600               2               P
  100.  0x58              800              600              16               Q
  101.  0x5e              640              400             256               R
  102.  0x5f              640              480             256               S
  103.  0x5c              800              600             256               T
  104.  0x5d             1024              768              16               V
  105.  
  106.  AX=MODE
  107.  
  108. ────────────────────────────────────────────────────────────────────────────────
  109.  
  110.  AHEAD
  111.  ─────
  112.          width           height          colors          direct mode
  113.          ─────           ─────-          ─────-          ──────────-
  114.  
  115.  0x6A              800              600              16               Q
  116.  0x71              800              600              16               Q
  117.  0x74             1024              768              16               V
  118.  0x60              640              400             256               R
  119.  0x61              640              480             256               S
  120.  0x62              800              600             256               T
  121.  0x63             1024              768             256               X
  122.  
  123.  AX=MODE
  124.  
  125. ────────────────────────────────────────────────────────────────────────────────
  126.  
  127.  ATI
  128.  ───
  129.          width           height          colors          direct mode
  130.          ─────           ─────-          ─────-          ──────────-
  131.  
  132.  0x54              800              600              16               Q
  133.  0x65             1024              768              16               V
  134.  0x61              640              400             256               R
  135.  0x62              640              480             256               S
  136.  0x63              800              600             256               T
  137.  0x64             1024              768             256               X
  138.  
  139.  AX=MODE
  140.  
  141. ────────────────────────────────────────────────────────────────────────────────
  142.  
  143.  CHIPS & TECH
  144.  ───────────-            
  145.          width           height          colors          direct mode
  146.          ─────           ─────-          ─────-          ──────────-
  147.  
  148.  0x70              800              600              16               Q
  149.  0x72             1024              768              16               V
  150.  0x78              640              400             256               R
  151.  0x79              640              480             256               S
  152.  0x7b              800              600             256               T
  153.  
  154.  AX=MODE
  155.  
  156. ────────────────────────────────────────────────────────────────────────────────
  157.  
  158.  EVEREX
  159.  ─────-
  160.          width           height          colors          direct mode
  161.          ─────           ─────-          ─────-          ──────────-
  162.  
  163.  0x01              752              410              16
  164.  0x02              800              600              16               Q
  165.  0x11             1280              350               4
  166.  0x12             1280              600               4
  167.  0x13              640              350             256
  168.  0x14              640              400             256               R
  169.  0x15              512              480             256
  170.  0x20             1024              768              16               V
  171.  0x30              640              480             256               S
  172.  0x31              800              600             256               T
  173.  0x32             1024              768             256               X
  174.  
  175.  AX=0x70 BL=MODE
  176.  
  177. ────────────────────────────────────────────────────────────────────────────────
  178.  
  179.  GENOA GVGA
  180.  ─────────-
  181.          width           height          colors          direct mode
  182.          ─────           ─────-          ─────-          ──────────-
  183.  
  184.  0x7c              512              512              16
  185.  0x59              720              512              16
  186.  0x79 or 0x6a      800              600              16               Q
  187.  0x7d              512              512              256
  188.  0x5b              640              350              256
  189.  0x7e              640              400              256              R
  190.  0x5c              640              480              256              S
  191.  0x5d              720              512              256
  192.  0x5e or 0x6c      800              600              256              T
  193.  0x7f             1024              768              4
  194.  0x5f             1024              768              16               V
  195.  
  196.  AX=MODE
  197.  
  198. ────────────────────────────────────────────────────────────────────────────────
  199.  
  200.  NCR
  201.  ──-
  202.          width           height          colors          direct mode
  203.          ─────           ─────-          ─────-          ──────────-
  204.  
  205.  0x59              800              600               2               P
  206.  0x58              800              600              16               Q
  207.  0x5e              640              400             256               R
  208.  0x5f              640              480             256               S
  209.  0x5c              800              600             256               T
  210.  0x5a             1024              768               2               U
  211.  0x5d             1024              768              16               V
  212.  
  213.  AX=MODE
  214.  
  215. ────────────────────────────────────────────────────────────────────────────────
  216.  
  217.  OAK TECH
  218.  ───────-
  219.          width           height          colors          direct mode
  220.          ─────           ─────-          ─────-          ──────────-
  221.  
  222.  0x52              800              600              16               Q
  223.  0x53              640              480             256               S
  224.  0x54              800              600             256               T
  225.  0x56             1024              768              16               V
  226.  0x59             1024              768             256               X
  227.  0x58             1280             1024              16               Y
  228.  
  229.  AX=MODE
  230.  
  231. ────────────────────────────────────────────────────────────────────────────────
  232.  
  233.  PARADISE
  234.  ───────-
  235.          width           height          colors          direct mode
  236.          ─────           ─────-          ─────-          ──────────-
  237.  
  238.  0x59              800              600               2               P
  239.  0x58              800              600              16               Q
  240.  0x5e              640              400             256               R
  241.  0x5f              640              480             256               S
  242.  0x5d             1024              768              16               V
  243.  0x5c              800              600             256               T
  244.  
  245.  AX=MODE
  246.  
  247. ────────────────────────────────────────────────────────────────────────────────
  248.  
  249.  TRIDENT
  250.  ──────-
  251.          width           height          colors          direct mode
  252.          ─────           ─────-          ─────-          ──────────-
  253.  
  254.  0x5b              800              600              16               Q
  255.  0x5f             1024              768              16               V
  256.  0x5c              640              400             256               R
  257.  0x5d              640              480             256               S
  258.  0x5e              800              600             256               T
  259.  
  260.  AX=MODE
  261.  
  262. ────────────────────────────────────────────────────────────────────────────────
  263.  
  264.  TRIDENT 8900
  265.  ───────────-
  266.          width           height          colors          direct mode
  267.          ─────           ─────-          ─────-          ──────────-
  268.  
  269.  0x5b              800              600              16               Q
  270.  0x5c              640              400             256               R
  271.  0x5d              640              480             256               S
  272.  0x5e              800              600             256               T
  273.  0x60             1024              768               4
  274.  0x5f             1024              768              16               V
  275.  0x62             1024              768             256               X
  276.  
  277.  AX=MODE
  278.  
  279. ────────────────────────────────────────────────────────────────────────────────
  280.  
  281.  TSENG  (Genoa, Orchid, Willow)
  282.  ────-
  283.          width           height          colors          direct mode
  284.          ─────           ─────-          ─────-          ──────────-
  285.  
  286.  0x29              800              600              16               Q
  287.  0x37             1024              768              16               V
  288.  0x2d              640              350             256               R
  289.  0x2e              640              480             256               S
  290.  0x2f              720              512             256
  291.  0x30              800              600             256               T
  292.  
  293.  AX=MODE
  294.  
  295. ────────────────────────────────────────────────────────────────────────────────
  296.  
  297.  TSENG 4000
  298.  ─────────-
  299.          width           height          colors          direct mode
  300.          ─────           ─────-          ─────-          ──────────-
  301.  
  302.  0x29              800              600              16               Q
  303.  0x37             1024              768              16               V
  304.  0x2d              640              350             256
  305.  0x2f              640              400             256               R
  306.  0x2e              640              480             256               S
  307.  0x30              800              600             256               T
  308.  0x38             1024              768             256               X
  309.  
  310.  AX=MODE
  311.  
  312. ────────────────────────────────────────────────────────────────────────────────
  313.  
  314.  VIDEO7
  315.  ─────-
  316.          width           height          colors          direct mode
  317.          ─────           ─────-          ─────-          ──────────-
  318.  
  319.  0x60              752              410              16
  320.  0x61              720              540              16
  321.  0x62              800              600              16               Q
  322.  0x63             1024              768               2               U
  323.  0x64             1024              768               4
  324.  0x65             1024              768              16               V
  325.  0x66              640              400             256               R
  326.  0x67              640              480             256               S
  327.  0x68              720              540             256
  328.  0x69              800              600             256               T
  329.  0x6A             1024              768             256               X
  330.  
  331.  AX=0x6f05 BL=MODE
  332.  
  333. ────────────────────────────────────────────────────────────────────────────────
  334.