home *** CD-ROM | disk | FTP | other *** search
/ Screen Artists / SCREEN_ARTISTS.iso / PROGRAMS / PICEM.DOC < prev    next >
Text File  |  1992-04-09  |  12KB  |  348 lines

  1.  
  2.  
  3.  PICEM is a general purpose picture view program which also allows you to
  4. adjust the brightness and contrast in your pictures and save them back out.
  5.  
  6.  PICEM is not shareware, it is freeware, meaning that you can copy and
  7. distribute PICEM on a non-profit basis (you cannot sell it).
  8.  
  9.  
  10.  .PIC    images are PC Paint and PICTOR images. PC Paint is published by MSC
  11.     tech, (previously named "Mouse Systems"). PICTOR is the Paint program
  12.     which is part of the GRASP package published by Paul Mace Software.
  13.  
  14.  .PCX    images are PC Paintbrush format images. PC Paintbrush is published
  15.     by Z-Soft.
  16.  
  17.  .GIF    images are Graphics Interchange Format, a generalized picture format
  18.     supported by Compuserve,  The PICS Trilogy of Forums on Compuserve
  19.     is one of the best places to obtain an assortment of image files
  20.     including some stunning hiresolution 256 color images (ideal
  21.     for VGA and SuperVGA cards).
  22.  
  23.  
  24. Keys available in PICEM when in the picture select list screen:
  25. -------------------------------------------------------------------------------
  26. Arrow keys  - scroll around picture list to select picture filenames
  27. SPACE       - mark/unmark image names for display
  28. RETURN      - display the current selected picture and any others selected
  29.               with SPACE
  30. ESC         - exit program
  31.  
  32.  
  33. Keys available in PICEM while viewing images:
  34. -------------------------------------------------------------------------------
  35. Arrow keys  - scroll around picture (if image is larger than screen)
  36. *           - reset to original contrast and brightness
  37. +           - increase contrast, (bring out colors in a flat image)
  38. -           - decrease contrast, (reduce washed-out dark colors in pale image)
  39. Ins         - increase brightness, (bring up details hidden in darkness)
  40. Del         - decrease brightness, (reduce the overexposed effect of a high
  41.               contrast setting)
  42. 1,2...8,9,0 - set speed for +,-,Ins and Del, (how fast contrast and brightness
  43.               controls function with 1 slowest and 0 fastest
  44. SPACE       - skip to the next picture selected
  45. RETURN      - exactly the same as SPACE
  46. TAB         - Scale image to exactly screen size (great for large images
  47.               that don't fit on screen, favorite of users of standard
  48.               VGAs that use mode W for viewing 640x480 images)
  49. W           - write picture to disk as BAS PIC GIF PCX or IMG
  50. BACKSPACE   - display test pattern (in 256 color modes only)
  51. ESC         - exit program
  52.  
  53.  
  54. Command line Parameters for PICEM
  55. -------------------------------------------------------------------------------
  56.  
  57. /d:x,y      - set lower left hand coordinates to display picture
  58.  
  59. /k          - do not wait for a keypress between pictures
  60.  
  61. /l          - display pictures in continous loop
  62.  
  63. /s          - scale all images to screen size (like TAB key)
  64.  
  65. /w:t        - Wait t number of 1/100ths of a second after each picture
  66.  
  67. /n          - Don't sort list of filenames
  68.  
  69. /e          - Don't clear screen on exit (leave image on screen)
  70.  
  71. /v:vnum
  72.       vnum  - BIOS video mode number to set (vmode defaults to 'L')
  73.               this is the short order version of the full /v: option
  74.               it is intended for SuperVGA modes.
  75.  
  76. /v:vmode{,xsize,ysize,vnum}
  77.       vmode - video mode most similar to the mode you are choosing:
  78.  
  79.  A = CGA 4 color                      M = VGA 640x480 16 color
  80.  B = PCjr/Tandy 16 color              N = Hercules InColor 720x348 16 color
  81.  C = CGA 640x200 2 color              O = VGA/MCGA 640x480 2 color
  82.  D = EGA 640x200 16 color             P = EGA/VGA 800x600 2 color
  83.  E = EGA 640x350 2 color              Q = EGA/VGA 800x600 16 color
  84.  F = EGA 640x350 4 color              R = S-VGA 640x400 256 color
  85.  G = EGA 640x350 16 color             S = S-VGA 640x480 256 color
  86.  H = Hercules 720x348 2 color         T = S-VGA 800x600 256 color
  87.  I = VGA 640x350 16 color             U = S-VGA 1024x768 2 color
  88.  J = EGA 320x200 16 color             V = S-VGA 1024x768 16 color
  89.  K = AT&T/Toshiba 640x400 2 color     W = VGA 360x480 256 color
  90.  L = VGA/MCGA 320x200 256 color       X = S-VGA 1024x768 256 color
  91.  
  92.       xsize - optional width of the video mode you have chosen in pixels
  93.       ysize - optional height of the video mode you have chosen in pixels
  94.       vnum  - the BIOS video mode number for the mode you have chosen
  95.  
  96.  
  97.  
  98.  PICEM supports a wide variety of Video boards, with a primary emphasis on
  99. VGA/SuperVGA boards.  On VGA boards PICEM defaults to /V:W which is
  100. 360x480 256 colors (a non-standard mode, but it's the best 256 color mode
  101. available on a standard VGA). On SuperVGA boards PICEM defaults to /V:R
  102. which is 640x350/640x400 256 colors on boards with only 256k, and /V:S
  103. which is 640x480 256 colors on boards that have 512k or more.
  104.  Some boards such as the ATI and Orchid may be capable of 800x600 256
  105. colors, but since many monitors will not handle this mode, I don't
  106. default to it, you can manually select it with /V:T.
  107.  Also if your board has a odd resolution 256 color mode that you would like
  108. to take advantage of (such as the Everex 512x480 mode, or the Genoa 720x512
  109. mode) you can manually override the BIOS mode used. For instance to set
  110. 512x480 on a Everex  board we would do PICEM /V:0x15 (the 0x means hexidecimal,
  111. the way most bios mode numbers are written in manuals, the same number in
  112. decimal would be PICEM /V:21).
  113.  
  114.  
  115. here is a list of VGA Chipset producers and their BIOS mode numbers:
  116.  
  117. ===============================================================================
  118.  
  119. AHEAD
  120. -----
  121.         width        height        colors        Direct Mode
  122.         -----        ------        ------        -----------
  123. 0x6A          800           600            16             Q
  124. 0x71          800           600            16             Q
  125. 0x74         1024           768            16             V
  126. 0x60          640           400           256             R
  127. 0x61          640           480           256               S
  128. 0x62          800           600           256               T
  129.  
  130. AX=MODE
  131.  
  132. ===============================================================================
  133.  
  134. ATI
  135. ---
  136.         width        height        colors        Direct Mode
  137.         -----        ------        ------        -----------
  138. 0x54          800           600            16             Q
  139. 0x65         1024           768            16             V
  140. 0x61          640           400           256             R
  141. 0x62          640           480           256               S
  142. 0x63          800           600           256               T
  143.  
  144. AX=MODE
  145.  
  146. ===============================================================================
  147.  
  148. COMPAQ
  149. ------
  150.         width        height        colors        Direct Mode
  151.         -----        ------        ------        -----------
  152. 0x2e          640           480           256               S
  153.  
  154. AX=MODE
  155.  
  156. ===============================================================================
  157.  
  158. CHIPS & TECH
  159. ------------
  160.         width        height        colors        Direct Mode
  161.         -----        ------        ------        -----------
  162. 0x70          800           600            16             Q
  163. 0x72         1024           768            16             V
  164. 0x78          640           400           256             R
  165. 0x79          640           480           256               S
  166. 0x7b          800           600           256               T
  167.  
  168. AX=MODE
  169.  
  170. ===============================================================================
  171.  
  172. EVEREX
  173. ------
  174.         width        height        colors        Direct Mode
  175.         -----        ------        ------        -----------
  176. 0x01          752           410            16
  177. 0x02          800           600            16             Q
  178. 0x11         1280           350             4
  179. 0x12         1280           600             4
  180. 0x13          640           350           256
  181. 0x14          640           400           256             R
  182. 0x15          512           480           256
  183. 0x20         1024           768            16             V
  184. 0x30          640           480           256             S
  185. 0x31          800           600           256             T
  186.  
  187. AX=0x70 BL=MODE
  188.  
  189. ===============================================================================
  190.  
  191. OAK TECH
  192. --------
  193.         width        height        colors        Direct Mode
  194.         -----        ------        ------        -----------
  195. 0x52          800           600            16             Q
  196. 0x53          640           480           256               S
  197. 0x54          800           600           256               T
  198. 0x56         1024           768            16             V
  199.  
  200. AX=MODE
  201.  
  202. ===============================================================================
  203.  
  204. GENOA GVGA
  205. ----------
  206.         width        height        colors        Direct Mode
  207.         -----        ------        ------        -----------
  208. 0x7c              512           512            16
  209. 0x59              720           512            16
  210. 0x79 or 0x6a      800           600            16             Q
  211. 0x7d              512           512            256
  212. 0x5b              640           350            256
  213. 0x7e              640           400            256             R
  214. 0x5c              640           480            256             S
  215. 0x5d              720           512            256
  216. 0x5e or 0x6c      800           600            256             T
  217. 0x7f             1024           768            4
  218. 0x5f             1024           768            16             V
  219.  
  220. AX=MODE
  221.  
  222. ===============================================================================
  223.  
  224. NCR
  225. ---
  226.         width        height        colors        Direct Mode
  227.         -----        ------        ------        -----------
  228. 0x59          800           600             2             P
  229. 0x58          800           600            16             Q
  230. 0x5e          640           400           256             R
  231. 0x5f          640           480           256               S
  232. 0x5c          800           600           256               T
  233. 0x5a         1024           768             2             U
  234. 0x5d         1024           768            16             V
  235.  
  236. AX=MODE
  237.  
  238. ===============================================================================
  239.  
  240. PARADISE
  241. --------
  242.         width        height        colors        Direct Mode
  243.         -----        ------        ------        -----------
  244. 0x59          800           600             2             P
  245. 0x58          800           600            16             Q
  246. 0x5e          640           400           256             R
  247. 0x5f          640           480           256               S
  248. 0x5d         1024           768            16             V
  249.  
  250. AX=MODE
  251.  
  252. ===============================================================================
  253.  
  254. TRIDENT
  255. -------
  256.         width        height        colors        Direct Mode
  257.         -----        ------        ------        -----------
  258. 0x5b          800           600            16             Q
  259. 0x5c          640           400           256             R
  260. 0x5d          640           480           256               S
  261. 0x5f         1024           768            16             V
  262.  
  263. AX=MODE
  264.  
  265. ===============================================================================
  266.  
  267. TRIDENT 8900
  268. ------------
  269.         width        height        colors        Direct Mode
  270.         -----        ------        ------        -----------
  271. 0x5b          800           600            16             Q
  272. 0x5c          640           400           256             R
  273. 0x5d          640           480           256               S
  274. 0x5e          800           600           256               T
  275. 0x60         1024           768             4
  276. 0x5f         1024           768            16             V
  277. 0x62         1024           768           256             X
  278.  
  279. AX=MODE
  280.  
  281. ===============================================================================
  282.  
  283. TSENG  (Genoa, Orchid, Willow)
  284. -----
  285.         width        height        colors        Direct Mode
  286.         -----        ------        ------        -----------
  287. 0x29          800           600            16             Q
  288. 0x37         1024           768            16             V
  289. 0x2d          640           350           256             R
  290. 0x2e          640           480           256               S
  291. 0x2f          720           512           256
  292. 0x30          800           600           256               T
  293. 0x38         1024           768           256             X
  294.  
  295. AX=MODE
  296.  
  297. ===============================================================================
  298.  
  299. TSENG 4000
  300. ----------
  301.         width        height        colors        Direct Mode
  302.         -----        ------        ------        -----------
  303. 0x29          800           600            16             Q
  304. 0x37         1024           768            16             V
  305. 0x2d          640           350           256
  306. 0x2f          640           400           256             R
  307. 0x2e          640           480           256               S
  308. 0x30          800           600           256               T
  309. 0x38         1024           768           256               X
  310.  
  311. AX=MODE
  312.  
  313. ===============================================================================
  314.  
  315. VIDEO7
  316. ------
  317.         width        height        colors        Direct Mode
  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.  
  335.  
  336.  For any bug reports I can be contacted on CIS (Compuserve) ID:73307,606 in
  337. the PICS Forum, To enter the PICS forum on Compuserve just type "GO PICS"
  338. from any prompt.
  339.  
  340.  
  341. John Bridges 4/10/1991
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.