home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / GRAFISCH / PMVIEW90 / PMVIEW.HLP (.txt) < prev    next >
OS/2 Help File  |  1995-02-20  |  198KB  |  4,654 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. General Help ΓòÉΓòÉΓòÉ
  3.  
  4.                                   PMView v0.90
  5.                   32-bit Multithreaded Image Viewer for OS/2 PM
  6.                 (c) 1992-1995 Peter Nielsen. All rights reserved.
  7.                     Some docs (c) 1992-1995 Raja Thiagarajan.
  8.  
  9. PMView is a viewing and editing tool for bitmapped graphics. It provides 
  10. support for systems with palette manager and deep color displays. On systems 
  11. with palette manager, PMView gives you color animation and its color optimizing 
  12. functions make sure that you always get good looking images with the best 
  13. colors possible. 
  14.  
  15. PMView also has an easy-to-use slideshow feature that lets you create 
  16. slideshows just by dragging and dropping the images you want. The slideshow 
  17. controller gives you an easy way to control your slideshow while it's running. 
  18. PMView supports a variety of file formats, including GIF, TIFF, PhotoCD PRO, 
  19. and JPEG. PMView offers broader and faster support for these file formats than 
  20. many other programs do, since we wrote all PMView's code for format handling 
  21. ourselves, and did a lot of it in hand-optimized assembly. 
  22.  
  23. PMView has a unique automatic thumbnailing facility that will create thumbnails 
  24. for your images. The thumbnails in the file open dialog make it possible for 
  25. you to browse through hundreds of images in minutes. You'll never again have to 
  26. load a bunch of images just because you forgot the name of the one you're 
  27. looking for. 
  28.  
  29. PMView is mostly written in C++ using exeption handling. Time-critical tasks 
  30. have been hand-coded in Pentium assembly language. Throughout this product, we 
  31. have tried our hardest to provide you with the best possible performance and to 
  32. take full advantage of the features of the Pentium. Our memory and file 
  33. management routines will provide you with blazing speed and the best use of 
  34. your hardware. 
  35.  
  36. PMView is dynamically multithreaded, meaning that threads will be created and 
  37. destroyed as needed. There will never be threads spinning in the background 
  38. doing nothing. We have also invented a Priority Boost system that will let you 
  39. use idle time priority without having to worry about locking up PMView or your 
  40. system. 
  41.  
  42. PMView offers online help at any time. Press F1 to obtain context sensitive 
  43. help, or select Help from the main menu to get a list of all the help topics. 
  44.  
  45.  
  46. ΓòÉΓòÉΓòÉ 2. NEW FEATURES in PMView 0.90 ΓòÉΓòÉΓòÉ
  47.  
  48. Here is a list of features that are new in PMView 0.90. 
  49.  
  50.  1. The shareware (unregistered) version is now fully functional. You can now 
  51.     test all the features before registering (except the ability to turn off 
  52.     the logo). 
  53.  2. There is a new dialog for file saves. In addition to being able to save BMP 
  54.     files and PMView slideshows, you can now save a bitmap using GIF, JPEG, 
  55.     PCX, PIC, TGA, TIFF, or PBMPlus (PBM, PGM, and PPM) formats. (And BMPs can 
  56.     now be saved in OS/2 1.x, OS/2 2.x, or Windows 3.x format). 
  57.  3. There is fully context-sensitive online help (just hit F1). 
  58.  4. There is a new Convert to-> command on the File Open and Save popup menus. 
  59.     This makes it convenient to batch convert images as a background task. 
  60.  5. You can now print! You can print an image across multiple pages, adjust 
  61.     gamma for your printer, set up your printer, set up your page margins using 
  62.     millimeters, inches, or percentages. 
  63.  6. There are new filters, including user-definable filters. NOTE: The filter 
  64.     file format will change significantly in the next release of PMView, so you 
  65.     should be prepared. 
  66.  7. There is a palette editor, so that you can change the palette entries on 
  67.     non-deep-color images. 
  68.  8. You can now drag a rectangular area to cut, crop, or paste. An optional 
  69.     Track Info dialog box tells you the exact size and location of the selected 
  70.     area, and lets you type in a new location or size. 
  71.  9. There is new support for reading and writing PBMPlus files (PBM, PGM, and 
  72.     PPM). 
  73. 10. Kodak Photo CD PRO files (6144x4096) can now be read. 
  74. 11. There is support for more TIFF formats: FAX3/2D, FAX4, and Thunderscan 
  75.     compressions. 
  76. 12. There is a completely new multithreaded method for painting the PMView 
  77.     window. This usually requires 3-4 times less RAM(!) than the old method and 
  78.     lets PMView display arbitrarily large bitmaps. (The old method used a 
  79.     shadow bitmap and would have required approximately 120MB of virtual memory 
  80.     to display a 40MB TIFF file. This is, in fact, more than OS/2 PM can 
  81.     handle; trying to use a bitmap this large usually makes the system hang. 
  82.     With the new method, you can display the same bitmap with 45MB of free 
  83.     virtual memory.) However, since the new method may be slower on certain 
  84.     display drivers, the old method is available as an option in the settings 
  85.     notebook. Additionally, you can set an image-size threshold to choose 
  86.     between display methods depending on the image you want to view. 
  87. 13. The new Edit mode allows you to load, view, and save images with more 
  88.     colors than you can display. (View mode discards extra colors to save 
  89.     memory, speed painting, and give the best display quality for your screen 
  90.     mode.) 
  91. 14. Dithering (to the screen or when reducing colors) is now multithreaded. 
  92. 15. Long file name support has been improved. PMView now displays the long file 
  93.     name in the title bar and in all info dialogs. PMView also handles the 
  94.     .LONGNAME extended attribute in full. So, for instance, you can copy an 
  95.     image from an HPFS drive to a FAT drive (using the Drives object), and 
  96.     PMView will display the long file name. It also means you can give your 
  97.     images arbitrarily long names, even on FAT drives, and PMView (and OS/2's 
  98.     drive object) will display these names. (Note that OS/2's DIR command and 
  99.     many other programs will not display the long names.) 
  100. 16. If you wish, PMView can display physical file names instead of Long File 
  101.     Names. 
  102. 17. Support for 16-color systems has been improved. You can choose from a 
  103.     variety of optional fixed palettes and dithering methods. 
  104. 18. Support has been improved for 256 color systems without palette manager. 
  105.     You can choose from a variety of optional fixed palettes and dithering 
  106.     methods. 
  107. 19. There is a new Solarize special effect. 
  108. 20. You can now adjust Gamma for your screen. This can be very useful when 
  109.     displaying images created on other computer systems (which often look too 
  110.     dark or too bright). 
  111. 21. You can reduce to black/white, 16 colors, or 256 colors. (The last command 
  112.     includes an option to let you choose any number of colors between 0 and 
  113.     256.) 
  114. 22. The new "complete" Undo/Redo works on any operation that has modified the 
  115.     image. 
  116. 23. The bulky old progress bar has been replaced by an animated clock mouse 
  117.     pointer. This saves screen space, RAM, and time. 
  118. 24. You can now see color adjustments (brightness/contrast, gamma, etc.) in 
  119.     real-time on systems with deep color or without palette manager! 
  120. 25. All the transform functions have been enhanced. The clock pointer will show 
  121.     your progress, and you can cancel the operation at any time by pressing 
  122.     ESC. 
  123. 26. Transform functions now run in idle-time (with priority boost). 
  124. 27. Priority boost has been enhanced to be less sensitive to "CPU hogs" once 
  125.     the process has started. (Previous versions of PMView could boost load 
  126.     priority unnecessarily due to a temporary "CPU hog".) 
  127. 28. There are new command-line options. For instance, /WPOS lets you control 
  128.     the initial size and position (including Z-order!) of PMView's window. 
  129. 29. There are new pages in the options notebook. The Confirmations page lets 
  130.     you choose whether to be warned when deleting files, discarding changes, or 
  131.     stopping a batch conversion. The Logo page (disabled on the unregistered 
  132.     version) lets you select how long to display the opening logo (or you can 
  133.     turn it off). And, by popular demand, a second page has been added to the 
  134.     Slideshow page of the options notebook, so you can set the defaults for new 
  135.     slides. 
  136. 30. PMView can now interpolate pixels when resizing or rotating images. This is 
  137.     a little slower, but the results look much better. 
  138. 31. The File Open Container and Slideshow Container will now "auto scroll" when 
  139.     you keep the left mouse button pressed and move outside the container. This 
  140.     is very handy for selecting multiple files. 
  141. 32. PMView has better support for national language conventions. For instance, 
  142.     PMView will sort the names in the File Open box correctly according to the 
  143.     country selected in OS/2. Dates, times, and numbers will be displayed in 
  144.     the way that you have configured OS/2. 
  145.  
  146.  
  147. ΓòÉΓòÉΓòÉ 3. Menu Commands ΓòÉΓòÉΓòÉ
  148.  
  149. For a detailed explanation of each menu, select from the list below: 
  150.  
  151. o File... 
  152. o Mode... 
  153. o Edit... 
  154. o Transform... 
  155. o Color... 
  156. o View... 
  157. o Help... 
  158.  
  159.  
  160. ΓòÉΓòÉΓòÉ 3.1. File Menu ΓòÉΓòÉΓòÉ
  161.  
  162. The File menu lets you transfer files from/to disk or to delete the current 
  163. image or run a slideshow. 
  164.  
  165. o Open is used to load an image from disk or to browse your images and 
  166.   create/delete thumbnails. 
  167.  
  168. o Revert will revert to the file on disk, which means any changes you had made 
  169.   to it (or your view of it) are lost. 
  170.  
  171. o Save will save the current image to disk. The image will be written to a file 
  172.   with the same file name, format, and options that were used when the file was 
  173.   last saved. 
  174.  
  175. o Save As lets you save the file with a different name, in another file format, 
  176.   or with different save options. 
  177.  
  178. o Delete will delete the currently displayed 
  179.  
  180. o Close will close the current image or slideshow. 
  181.  
  182. o Print will print the currently displayed image. 
  183.  
  184. o Print Setup lets you select which printer to use, and its job properties 
  185.   (e.g., the page orientation). 
  186.  
  187. o Page Setup lets you alter page settings (e.g., the size of the paper and the 
  188.   margins). 
  189.  
  190. o Exit will quit PMView and returns you to OS/2. 
  191.  
  192.  
  193. ΓòÉΓòÉΓòÉ <hidden> New ΓòÉΓòÉΓòÉ
  194.  
  195.  
  196. ΓòÉΓòÉΓòÉ 3.1.1. Open ΓòÉΓòÉΓòÉ
  197.  
  198. This opens the File Open Dialog that lets you load an image from disk, browse 
  199. your images and create/delete thumbnails. 
  200.  
  201. The shortcut key for Open is Ctrl+O. 
  202.  
  203.  
  204. ΓòÉΓòÉΓòÉ 3.1.2. Revert ΓòÉΓòÉΓòÉ
  205.  
  206. This reloads your current file from disk, which means any changes you have made 
  207. to it (or your view of it) are lost. 
  208.  
  209.  
  210. ΓòÉΓòÉΓòÉ 3.1.3. Save ΓòÉΓòÉΓòÉ
  211.  
  212. This saves the current file to disk. The image (or slideshow) will be written 
  213. to a file with the same file name, format and options that were used when the 
  214. file was last saved. 
  215.  
  216.  
  217. ΓòÉΓòÉΓòÉ 3.1.4. Save As ΓòÉΓòÉΓòÉ
  218.  
  219. This saves the file with a different name, in another file format or change any 
  220. of the save options. 
  221.  
  222.  
  223. ΓòÉΓòÉΓòÉ 3.1.5. Delete ΓòÉΓòÉΓòÉ
  224.  
  225. This deletes the currently displayed image from disk. 
  226.  
  227. Note:  PMView will ask for file delete confirmation in accordance with the 
  228.        setting on the Confirmatios page in PMView's Options Notebook. 
  229.  
  230. The shortcut key for Delete is Ctrl+D. 
  231.  
  232. Warning: This command is irreversible.
  233.  
  234.  
  235. ΓòÉΓòÉΓòÉ <hidden> Confirm Deletion ΓòÉΓòÉΓòÉ
  236.  
  237. You're about to delete the file you're currently viewing. 
  238.  
  239. o Select Yes to proceed and delete the file. 
  240. o Select No if you want to keep the file. 
  241.  
  242. Warning: This command is irreversible.
  243.  
  244.  
  245. ΓòÉΓòÉΓòÉ 3.1.6. Close ΓòÉΓòÉΓòÉ
  246.  
  247. This will close the current image or slideshow. 
  248.  
  249.  
  250. ΓòÉΓòÉΓòÉ 3.1.7. Print ΓòÉΓòÉΓòÉ
  251.  
  252. This opens up the Print Image dialog. that lets you print the currently 
  253. displayed file. 
  254.  
  255. Related information: 
  256.  
  257. o Print Setup dialog. 
  258. o Page Setup dialog. 
  259. o Print Image dialog. 
  260.  
  261.  
  262. ΓòÉΓòÉΓòÉ 3.1.8. Print Setup ΓòÉΓòÉΓòÉ
  263.  
  264. This opens up the Print Setup dialog. that lets you select printer and printer 
  265. specific options. 
  266.  
  267. Related information: 
  268.  
  269. o Print Setup dialog. 
  270. o Page Setup dialog. 
  271. o Print Image dialog. 
  272.  
  273.  
  274. ΓòÉΓòÉΓòÉ 3.1.9. Page Setup ΓòÉΓòÉΓòÉ
  275.  
  276. This opens up the Page Setup dialog. that lets you set margins and other page 
  277. specific options. 
  278.  
  279. Related information: 
  280.  
  281. o Print Setup dialog. 
  282. o Page Setup dialog. 
  283. o Print Image dialog. 
  284.  
  285.  
  286. ΓòÉΓòÉΓòÉ 3.1.10. Exit ΓòÉΓòÉΓòÉ
  287.  
  288. This quits PMView and returns you to OS/2 
  289.  
  290. The shortcut key for Exit is Ctrl+X. 
  291.  
  292.  
  293. ΓòÉΓòÉΓòÉ 3.2. Mode Menu ΓòÉΓòÉΓòÉ
  294.  
  295. The functions in the Mode menu sets the function mode of PMView 
  296.  
  297. o View This will set PMView into View mode, that is, PMView will convert the 
  298.   image to look as good as possible on your display. The image data may be 
  299.   converted, thus you should not use this mode if you have intended to save the 
  300.   image to disk. For instance, loading a deep color image on a 256-color system 
  301.   will reduce the number of colors to 256 colors. If you now save this image in 
  302.   View mode important color information may be lost! We recommend that you 
  303.   always use Edit mode when saving files. 
  304.  
  305. o Edit This will set PMView into Edit mode. In this mode PMView never converts 
  306.   the image. Full color information of the original image will be retained. If 
  307.   your display adapter cannot display all color information in the image, 
  308.   PMView will use dithering when showing the image. Use Edit mode when saving 
  309.   files. 
  310.  
  311. o Slideshow This will set PMView into Slideshow mode. 
  312.  
  313. Note:  The two first options are replaced by one single option on deep color 
  314. systems since these systems are capable of showing colors correctly, thus 
  315. dithering is not needed. 
  316.  
  317.  
  318. ΓòÉΓòÉΓòÉ 3.2.1. View ΓòÉΓòÉΓòÉ
  319.  
  320. This will set PMView into View mode, that is, PMView will convert the image to 
  321. look as good as possible on your display. The image data may be converted, thus 
  322. you should not use this mode if you have intended to save the image to disk. 
  323. For instance, loading a deep color image on a 256-color system will reduce the 
  324. number of colors to 256 colors. If you now save this image in View mode 
  325. important color information may be lost! We recommend that you always use Edit 
  326. mode when saving files. 
  327.  
  328. Note:  This option is replaced by View/Edit on deep color systems. 
  329.  
  330.  
  331. ΓòÉΓòÉΓòÉ 3.2.2. Edit ΓòÉΓòÉΓòÉ
  332.  
  333. This will set PMView into Edit mode. In this mode PMView never converts the 
  334. image. Full color information of the original image will be retained. If your 
  335. display adapter cannot display all color information in the image, PMView will 
  336. use dithering when showing the image. Use this mode when saving files. 
  337.  
  338. Note:  This option is replaced by View/Edit on deep color systems. 
  339.  
  340.  
  341. ΓòÉΓòÉΓòÉ 3.2.3. Slideshow ΓòÉΓòÉΓòÉ
  342.  
  343. This will set PMView into Slideshow mode. 
  344.  
  345.  
  346. ΓòÉΓòÉΓòÉ 3.3. Edit Menu ΓòÉΓòÉΓòÉ
  347.  
  348. The functions in the Edit menu handle undo/redo and copying of images to and 
  349. from the OS/2 clipboard. 
  350.  
  351. o Undo/Redo will undo or redo the last change you made to the image. 
  352.  
  353. o Free Undo Memory will release undo/redo memory. 
  354.  
  355. o Undo Enabled lets you enable or disable the undo/redo function. 
  356.  
  357. o Cut takes out the current selection and puts it on the clipboard. 
  358.  
  359. o Copy copies the current selection and puts it on the clipboard. 
  360.  
  361. o Paste pastes the image that is currently on the clipboard into PMView. 
  362.  
  363. o Crop discards all pixels outside the selected area 
  364.  
  365. o Track Info toggles the Track Info dialog. 
  366.  
  367.  
  368. ΓòÉΓòÉΓòÉ 3.3.1. Undo/Redo ΓòÉΓòÉΓòÉ
  369.  
  370. This command will undo or redo the last change you made to the image. 
  371.  
  372. The shortcut key for Undo/Redo is Ctrl+U. 
  373.  
  374.  
  375. ΓòÉΓòÉΓòÉ 3.3.2. Redo ΓòÉΓòÉΓòÉ
  376.  
  377. This command will release the memory used by Undo/Redo 
  378.  
  379.  
  380. ΓòÉΓòÉΓòÉ 3.3.3. Redo ΓòÉΓòÉΓòÉ
  381.  
  382. This command will enable or disable the Undo/Redo function. Disabling the Undo 
  383. will require less memory for PMView to run. 
  384.  
  385.  
  386. ΓòÉΓòÉΓòÉ 3.3.4. Cut ΓòÉΓòÉΓòÉ
  387.  
  388. This command removes the current selection from PMView and puts it on the 
  389. clipboard. For 24-bit and grayscale images the removed are will be filled with 
  390. black. For 16- and 256-color images it will be the background color (= the 
  391. color in palette index 0). 
  392.  
  393. The shortcut key for Cut is Shift+Delete. 
  394.  
  395. Related information: 
  396.  
  397. o How to mark a selection. 
  398. o Track Info dialog. 
  399.  
  400.  
  401. ΓòÉΓòÉΓòÉ 3.3.5. Copy ΓòÉΓòÉΓòÉ
  402.  
  403. This command puts a copy of the current selection on the clipboard. 
  404.  
  405. The shortcut key for Copy is Ctrl+Insert. 
  406.  
  407. Related information: 
  408.  
  409. o How to mark a selection. 
  410. o Track Info dialog. 
  411.  
  412.  
  413. ΓòÉΓòÉΓòÉ 3.3.6. Paste ΓòÉΓòÉΓòÉ
  414.  
  415. This command pastes the image that is currently on the clipboard into PMView. 
  416.  
  417. o Paste As Selection pastes the image on the clipboard into the current image. 
  418.  
  419. o Paste As New Image pastes the image on the clipboard as a new image. 
  420.  
  421.  
  422. ΓòÉΓòÉΓòÉ 3.3.6.1. Paste As Selection ΓòÉΓòÉΓòÉ
  423.  
  424. This command pastes the image that is currently on the clipboard into the 
  425. current image. 
  426.  
  427. The shortcut key for Paste As Selection is Shift+Insert. 
  428.  
  429. Related information: 
  430.  
  431. o Track Info dialog. 
  432.  
  433.  
  434. ΓòÉΓòÉΓòÉ 3.3.6.2. Paste As New Image ΓòÉΓòÉΓòÉ
  435.  
  436. This command pastes the image that is currently on the clipboard as a new 
  437. image. 
  438.  
  439.  
  440. ΓòÉΓòÉΓòÉ 3.3.7. Crop ΓòÉΓòÉΓòÉ
  441.  
  442. This command will discard all pixels outside the selected area. 
  443.  
  444. The shortcut key for Crop is Ctrl+R. 
  445.  
  446. Related information: 
  447.  
  448. o How to mark a selection. 
  449. o Track Info dialog. 
  450.  
  451.  
  452. ΓòÉΓòÉΓòÉ 3.3.8. Track Info ΓòÉΓòÉΓòÉ
  453.  
  454. This command toggles whether the the Track Info dialog should be shown when 
  455. selecting an area. 
  456.  
  457. The shortcut key for Track Info is Ctrl+T. 
  458.  
  459. Related information: 
  460.  
  461. o Track Info dialog. 
  462.  
  463.  
  464. ΓòÉΓòÉΓòÉ 3.3.9. How to mark a selection ΓòÉΓòÉΓòÉ
  465.  
  466. To mark a selection, hold down the left mouse button and move the mouse to size 
  467. the rectangle. Afterwards, if you would like to move the selection rectangle 
  468. you can point with the mouse somewhere inside the selected area, hold down the 
  469. left mouse button and move. If you would like to resize the selection, you can 
  470. grab any of the eight handles and move the selected edge. The four handles at 
  471. the corners enables toy to move two edges at the same time. The four handles at 
  472. the center of the edges lets you move only the selected edge. 
  473.  
  474. If you need to make a very precise selection you can zoom into the image with 
  475. any of the Zoom functions. 
  476.  
  477. Use the Track Info dialog to view the coordinates and size of the selected 
  478. area. 
  479.  
  480. You can cancel the selection by pressing Esc 
  481.  
  482.  
  483. ΓòÉΓòÉΓòÉ 3.3.10. Track Info dialog ΓòÉΓòÉΓòÉ
  484.  
  485. Using the Track Info dialog you can set and view the coordinates and size of 
  486. the selected area. 
  487.  
  488. The coordinates of the four corners of the selected area are indicated in the 
  489. format (x,y). The origin (0,0) is at the lower-left corner. At the bottom of 
  490. the dialog the size of the selected area is indicated as (width x height). 
  491. Below the size is the transformation angle. 
  492.  
  493. Use the Left,Right,Upper, and Lower controls to adjust the edges of the 
  494. selection. 
  495.  
  496. Example on how to use the tracking rectangle to measure angles 
  497.  
  498. Below, we have an image of the number seven. The number has been rotated by an 
  499. unknown amount. In order to be able to turn it back again, we need to know the 
  500. angle. The angle can be measured by positioning the tracking rectangle 
  501. (selection area) as illustrated below. 
  502.  
  503. Now you can read the angle directly from the Track Info dialog. In this case we 
  504. would need to rotate the image by 35 degrees to the right in order to turn it 
  505. back. Note that the angle depends on how you measure, sometimes you may need to 
  506. calculate your angle as 90 degrees minus the angle indicated by PMView. 
  507.  
  508. Note:  If you're pasting a selection you cannot resize the area, thus the upper 
  509.        setting will follow the lower setting, the right will follow the left 
  510.        and vice versa. 
  511.  
  512.  
  513. ΓòÉΓòÉΓòÉ 3.4. Transform Menu ΓòÉΓòÉΓòÉ
  514.  
  515. The functions in the Transform menu are used to change the pixel orientation 
  516. and size of an image. The QuickDither option can be used to create bitmaps for 
  517. the WPS desktop background. 
  518.  
  519. o Mirror lets you mirror the image horizontally, vertically or diagonally. 
  520.  
  521. o Rotate lets you rotate the image to the left, right, upside down or by a 
  522.   specified angle. 
  523.  
  524. o Size lets you change the size of the image or stretch it in either direction. 
  525.  
  526. o Filter lets you apply a user defined filter to the image. 
  527.  
  528.  
  529. ΓòÉΓòÉΓòÉ 3.4.1. Mirror ΓòÉΓòÉΓòÉ
  530.  
  531. The functions in the Mirror menu are used to perform various mirror operations 
  532. on the image data. 
  533.  
  534. o Horizontal reverses (mirrors) left and right on the image. 
  535.  
  536. o Vertical reverses (flips) top and bottom on the image. 
  537.  
  538. o Diagonal turns the image upside down. 
  539.  
  540.  
  541. ΓòÉΓòÉΓòÉ 3.4.1.1. Horizontal ΓòÉΓòÉΓòÉ
  542.  
  543. This reverses left and right on the image. If you had an image of a left 
  544. parenthesis, it would look like a right parenthesis. This effect is often 
  545. referred to as mirroring. 
  546.  
  547. Example of horizontal mirroring: 
  548.  
  549.                                The original bitmap
  550.                                     Mirrored
  551.  
  552.  
  553. ΓòÉΓòÉΓòÉ 3.4.1.2. Vertical ΓòÉΓòÉΓòÉ
  554.  
  555. This reverses top and bottom on the image. If you had an image of a big "M," it 
  556. would look like the image of a big "W." This effect is often referred to as 
  557. flipping. 
  558.  
  559. Note:  Vertical mirroring is not the same as turning the image upside down. 
  560.  
  561. Example of vertical mirroring: 
  562.  
  563.                                The original bitmap
  564.                                      Flipped
  565.  
  566.  
  567. ΓòÉΓòÉΓòÉ 3.4.1.3. Diagonal ΓòÉΓòÉΓòÉ
  568.  
  569. This transforms left to right and top to bottom simultaneously, which is the 
  570. same as turning the image upside down. If you had an image of an arrow pointing 
  571. northeast, it would now point southwest. The effect is identical to a 180┬░ 
  572. rotation. 
  573.  
  574. Example of diagonal mirroring: 
  575.  
  576.                                The original bitmap
  577.                                Diagonally mirrored
  578.  
  579.  
  580. ΓòÉΓòÉΓòÉ 3.4.2. Rotate ΓòÉΓòÉΓòÉ
  581.  
  582. The functions in the Rotate menu are used to perform various rotation 
  583. operations on the image data. 
  584.  
  585. o 90┬░ ClockWise rotates the image by 90 degrees to the right. 
  586.  
  587. o 90┬░ CounterClockWise rotates the image by 90 degrees to the left. 
  588.  
  589. o 180┬░ Upside Down rotates the image by 180 degrees. 
  590.  
  591. o Arbitrary Angle opens a control that lets you rotate the image by a specified 
  592.   angle. 
  593.  
  594.  
  595. ΓòÉΓòÉΓòÉ 3.4.2.1. 90┬░ ClockWise ΓòÉΓòÉΓòÉ
  596.  
  597. This turns the image 90 degrees to the right. An arrow that pointed up would 
  598. now point right. 
  599.  
  600. Example of 90┬░ clockwise rotation: 
  601.  
  602.                                The original bitmap
  603.                        Rotated to the right by 90 degrees
  604.  
  605.  
  606. ΓòÉΓòÉΓòÉ 3.4.2.2. 90┬░ CounterClockWise ΓòÉΓòÉΓòÉ
  607.  
  608. This turns the image 90 degrees to the left. An arrow that pointed up would now 
  609. point left. 
  610.  
  611. Example of 90┬░ counterclockwise rotation: 
  612.  
  613.                                The original bitmap
  614.                         Rotated to the left by 90 degrees
  615.  
  616.  
  617. ΓòÉΓòÉΓòÉ 3.4.2.3. 180┬░ Upside Down ΓòÉΓòÉΓòÉ
  618.  
  619. This rotates the image 180 degrees, that is turns it upside down. If you had an 
  620. image of an arrow pointing northeast, it would now point southwest. The effect 
  621. is identical to diagonal mirroring. 
  622.  
  623. Example of 180┬░ rotation: 
  624.  
  625.                                The original bitmap
  626.                              Rotated by 180 degrees
  627.  
  628.  
  629. ΓòÉΓòÉΓòÉ 3.4.2.4. Arbitrary Angle ΓòÉΓòÉΓòÉ
  630.  
  631. This lets you rotate the image by an arbitrary angle. Positive values rotate to 
  632. the right (clockwise) and negative values to the left (counterclockwise). For 
  633. example, if you enter "27," your image will be rotated 27 degrees to the right, 
  634. "-27" would rotate it 27 degrees to the left. 
  635.  
  636. Interpolate pixels If checked, the pixels in the new image will be calculated 
  637. using a pixel average method. Using interpolation is much slower, but gives a 
  638. far better result. Rotating an image without interpolation may cause aliasing 
  639. effects. For example, the image below has been rotated without interpolation. 
  640. You may notice that the rotation has caused Monalisa's left eye to disappear. 
  641. This would not have occured if interpolation had been used. Note that the image 
  642. will be converted to RGB deep color when interpolation is used. 
  643.  
  644. Example of 45┬░ rotation: 
  645.  
  646.                                The original bitmap
  647.                               Rotated by 45 degrees
  648.  
  649.  
  650. ΓòÉΓòÉΓòÉ 3.4.3. Size ΓòÉΓòÉΓòÉ
  651.  
  652. This lets you change the actual size of the image. 
  653.  
  654. o Size Select either Custom size, Desktop size or one of the fixed sizes your 
  655.   image should get. 
  656.  
  657.    - Custom This will let you specify the size using the Custom Size controls. 
  658.    - Desktop This will resize the image to fit your desktop. 
  659.    - 640x480 This will make the image 640 pixels wide and 480 pixels high. 
  660.    - 800x600 This will make the image 800 pixels wide and 600 pixels high. 
  661.    - 1024x768 This will make the image 1024 pixels wide and 768 pixels high. 
  662.    - 1280x1024 This will make the image 1280 pixels wide and 1024 pixels high. 
  663.  
  664. o Custom Size If Custom is selected, these controls are enabled and you can 
  665.   specify the new size of the image in pixels or percentage (%). 
  666.  
  667. o Keep Proportional If checked, the new image will keep the same proportions as 
  668.   the original; the width will automatically change as you change the height 
  669.   and vice versa. However, if you uncheck it, it is possible for you to alter 
  670.   the proportions. For instance, if you size an image of a circle by 150% width 
  671.   and 110% height the circle will no longer be a circle but an ellipse. This 
  672.   effect is often referred to as stretching. 
  673.  
  674. o Interpolate pixels If checked, the pixels in the new image will be calculated 
  675.   using a pixel average method. Using interpolation is much slower, but gives a 
  676.   far better result. For instance, if you enlarge an image by a factor of four 
  677.   (400%), 4x4 pixel squares may be visible if no interpolation is used. 
  678.   Reducing an image in size without interpolation may cause aliasing effects. 
  679.   Note that the image will be converted to RGB deep color when interpolation is 
  680.   used. 
  681.  
  682. Examples of sizing and stretching: 
  683.  
  684.                                The original bitmap
  685.                        Sized by 200% width and 200% height
  686.                      Stretched by 200% width and 100% height
  687.  
  688.  
  689. ΓòÉΓòÉΓòÉ 3.4.4. Filter ΓòÉΓòÉΓòÉ
  690.  
  691. This opens the Select Filter dialog. 
  692.  
  693.  
  694. ΓòÉΓòÉΓòÉ <hidden> Select Filter ΓòÉΓòÉΓòÉ
  695.  
  696. This lets you apply a filter on your image. 
  697.  
  698. o OK applies the currently selected filter on the image. 
  699.  
  700. o Cancel exits without changes to the image. 
  701.  
  702. o New lets you create a new filter. 
  703.  
  704. o Edit lets you edit the currently selected filter. 
  705.  
  706. o Delete deletes the currently selected filter. 
  707.  
  708. Related information: 
  709.  
  710. o The PMVIEW_FILTER environment variable 
  711.  
  712.  
  713. ΓòÉΓòÉΓòÉ <hidden> Edit Filter ΓòÉΓòÉΓòÉ
  714.  
  715. This dialog lets you edit your own filter. Note that you can only edit filters 
  716. that are less than or equal to 7x7 with PMView's built-in filter editor. If you 
  717. need a larger filter PMView sure can apply it to your image, but you'll need to 
  718. edit it with a separate (standard) ASCII-editor. 
  719.  
  720. o Filter Name The name of the filter. 
  721.  
  722. o Filter Weights The matrix of filter weights. 
  723.  
  724. o Divisor This is the number that the sum of the pixels in the weight matrix 
  725.   are divided with. Note that the filter size should always be uneven, i.e. the 
  726.   filters that can be edited with this editor are 3x3, 3x5, 3x7, 5x3, 5x5, 5x7, 
  727.   7x3, 7x5, and 7x7 (larger filters must be edited separately as stated above). 
  728.   Empty fields will automatically be filled with zero (0). 
  729.  
  730. o Bias This number will be added to the resulting value once the weight and 
  731.   division factors have been applied. 100% bias corresponds to a bias value of 
  732.   255. 
  733.  
  734. o Absolute value If on, the pixel values will be clamped as x = min (255, abs 
  735.   (x)). If off, the pixel values will be clamped as x = min (255, max (0, x)). 
  736.  
  737. Related information: 
  738.  
  739. o The PMVIEW_FILTER environment variable 
  740.  
  741.  
  742. ΓòÉΓòÉΓòÉ <hidden> Invalid filter dimension ΓòÉΓòÉΓòÉ
  743.  
  744. The filter size should always be uneven, i.e. the filters that can be edited 
  745. with PMView's internal filter editor are 3x3, 3x5, 3x7, 5x3, 5x5, 5x7, 7x3, 
  746. 7x5, and 7x7 (larger filters must be edited with a separate (standard) 
  747. ASCII-editor. 
  748.  
  749.  
  750. ΓòÉΓòÉΓòÉ <hidden> Filter too large ΓòÉΓòÉΓòÉ
  751.  
  752. You can only edit filters that are less than or equal to 7x7 with PMView's 
  753. built-in filter editor. You'll need to edit this filter with a separate 
  754. (standard) ASCII-editor. 
  755.  
  756.  
  757. ΓòÉΓòÉΓòÉ 3.5. Color Menu ΓòÉΓòÉΓòÉ
  758.  
  759. The functions in the Color menu are used to change the colors or shades of an 
  760. image. 
  761.  
  762. o Brightness/Contrast/Color opens a control that lets you adjust the 
  763.   brightness, contrast, and color of your image. 
  764.  
  765. o RGB Balance opens a control that lets you adjust the relative strengths of 
  766.   red, green, and blue in your image. 
  767.  
  768. o Gamma Correction opens a control that lets you adjust the gamma value of your 
  769.   image. 
  770.  
  771. o Solarize will apply the Solarize effect to your image and opens a control 
  772.   that lets you adjust the solarization threshold. 
  773.  
  774. o Negative inverts the colors in your image. 
  775.  
  776. o Convert to converts the colors in your image. 
  777.  
  778. Note:  If you're handling images with more than 256 colors these adjustments 
  779. may take a while, since every pixel in the bitmap must be remapped. In order to 
  780. obtain smooth operation a system with palette manager should be used. 
  781.  
  782. Related information: 
  783.  
  784. o Example of using the color adjustment tools. 
  785. o Example of creating an OS/2 background bitmap. 
  786.  
  787.  
  788. ΓòÉΓòÉΓòÉ 3.5.1. Brightness/Contrast/Color ΓòÉΓòÉΓòÉ
  789.  
  790. These controls let you adjust the brightness, contrast, and color of your 
  791. image. Brightness and contrast work pretty much the way they do on most TV 
  792. sets. Color lets you adjust how much color appears in the image (some TV sets 
  793. have this control). 
  794.  
  795. If you change your mind later, you can come back to this control and press the 
  796. Reset button. This will return you to your original settings for brightness, 
  797. contrast, and saturation. 
  798.  
  799. o Brightness adjusts the brightness, i.e. amount of light in your image. 
  800.  
  801. o Contrast adjusts the contrast of your image. Images that exhibit low contrast 
  802.   can sometimes be visually enhanced by increasing the contrast. 
  803.  
  804. o Color adjusts the color strength of your image. If you turn the color all the 
  805.   way down (-100%), you'll get a black-and-white image. This control will be 
  806.   disabled if grayscale is turned on. 
  807.  
  808. Note:  If you're handling images with more than 256 colors, you should adjust 
  809. color last. This is because the other adjustments take twice as long when color 
  810. has been moved away from 0% under those circumstances. 
  811.  
  812. Related information: 
  813.  
  814. o Example of using the color adjustment tools. 
  815.  
  816.  
  817. ΓòÉΓòÉΓòÉ 3.5.2. RGB Balance ΓòÉΓòÉΓòÉ
  818.  
  819. These controls let you adjust the relative strengths of red, green, and blue in 
  820. your image. 
  821.  
  822. If you change your mind later, you can come back to this control and press the 
  823. Reset button. This will return you to your original settings for brightness, 
  824. contrast, and saturation. 
  825.  
  826. o Red adjusts the amount of red in your image. 
  827.  
  828. o Green adjusts the amount of green in your image. 
  829.  
  830. o Blue adjusts the amount of blue in your image. 
  831.  
  832. Related information: 
  833.  
  834. o Example of using the color adjustment tools. 
  835.  
  836.  
  837. ΓòÉΓòÉΓòÉ 3.5.3. Gamma Correction ΓòÉΓòÉΓòÉ
  838.  
  839. This contol allows you to apply a gamma correction value to the colors of an 
  840. image to correct for the difference in gamma levels between the computer's 
  841. monitor and the equipment that originally produced the image. 
  842.  
  843. Your images may come from many different sources. Some of these sources do not 
  844. use the same gamma values as your computer's monitor. As a result, your image's 
  845. colors may not be correct; for instance, the dark areas of your image may be 
  846. far too dark, but the bright areas may be about correct. This problem can be 
  847. fixed by applying gamma correction. 
  848.  
  849. An example of an image that may need a gamma correction would be an image that 
  850. was scanned by a scanner.  Scanners use different gamma values than computer 
  851. monitors. 
  852.  
  853. An example of an image that should not need gamma correction would be an image 
  854. that was produced with a painting program.  Since the colors of the image were 
  855. selected on a computer monitor, your monitor should be able to represent the 
  856. original colors. 
  857.  
  858. Related information: 
  859.  
  860. o Example of using the color adjustment tools. 
  861.  
  862.  
  863. ΓòÉΓòÉΓòÉ 3.5.4. Solarize ΓòÉΓòÉΓòÉ
  864.  
  865. This control lets you add a solarization effect and adjust the solarization 
  866. threshold. 
  867.  
  868. The solarization effect is generated by selectively inverting pixels below or 
  869. above a specified threshold level. 
  870.  
  871. o Threshold Set the value above or below which pixel data is inverted. For 
  872.   instance, if this is set to 127 and the mode is set to Brighten, all pixels 
  873.   that have a value below 128 are inverted. Pixels with a value above or equal 
  874.   to 127 are left unchanged. 
  875.  
  876. o Mode 
  877.  
  878.    - Darken Pixel values above the threshold level are inverted. 
  879.    - Brighten Pixel values below the threshold level are inverted. 
  880.  
  881. Related information: 
  882.  
  883. o Example of using the color adjustment tools. 
  884.  
  885.  
  886. ΓòÉΓòÉΓòÉ 3.5.5. Negative ΓòÉΓòÉΓòÉ
  887.  
  888. If you turn this option on, you will see a negative of your image; for example, 
  889. black pixels will become white. Select it again to turn it off. 
  890.  
  891. Related information: 
  892.  
  893. o Example of using the color adjustment tools. 
  894.  
  895.  
  896. ΓòÉΓòÉΓòÉ 3.5.6. Edit Palette ΓòÉΓòÉΓòÉ
  897.  
  898. This control lets you edit each palette slot in the palette associated with the 
  899. current image. Deep color images don't have a palette and the Edit Palette 
  900. option is thus disabled. In this case you can use the Convert to option to 
  901. convert the image to 256 colors or less. 
  902.  
  903. Select the color you would like to edit by clicking on the desired color slot. 
  904. The slots are ordered from left to right, top to bottom with the first slot at 
  905. the top left corner. The palette slots are arranged in order of frequency. The 
  906. first slot contain the color that has the highest frequency (is most used) in 
  907. the image. The last slot (bottom right) has the lowest frequency. 
  908.  
  909. If the image has less than 256 colors the empty palette slots are disabled 
  910. (indicated by a diagonal line pattern). These empty slots cannot be edited. 
  911.  
  912.  
  913. ΓòÉΓòÉΓòÉ 3.5.7. Convert to ΓòÉΓòÉΓòÉ
  914.  
  915. The functions in the Convert to menu are used to change the number of colors or 
  916. shades of an image. 
  917.  
  918. o Black/White will convert your image to black and white. 
  919.  
  920. o Grayscale will convert your image to shades of gray. 
  921.  
  922. o Indexed 16-Color will open a dialog that lets you reduce the number of colors 
  923.   in the image to a maximum of 16 distinct colors. 
  924.  
  925. o Indexed 256-Color will open a dialog that lets you reduce the number of 
  926.   colors in the image to a maximum of 256 distinct colors. 
  927.  
  928. o RGB Deep Color will convert your image to 24-bit deep color. 
  929.  
  930. Related information: 
  931.  
  932. o Example of creating an OS/2 background bitmap. 
  933.  
  934.  
  935. ΓòÉΓòÉΓòÉ 3.5.7.1. Black/White ΓòÉΓòÉΓòÉ
  936.  
  937. This will convert your image to a black and white image. 
  938.  
  939. Use the threshold control to set the treshold. A threshold setting of 128 means 
  940. that pixels with values equal to and larger than 128 will be white. 
  941.  
  942.  
  943. ΓòÉΓòÉΓòÉ 3.5.7.2. Grayscale ΓòÉΓòÉΓòÉ
  944.  
  945. This will convert your image to shades of gray. 
  946.  
  947.  
  948. ΓòÉΓòÉΓòÉ 3.5.7.3. Indexed 16-Color ΓòÉΓòÉΓòÉ
  949.  
  950. This will reduce the number of colors in the image to a maximum of 16 distinct 
  951. colors. 
  952.  
  953. Palette 
  954.  
  955.    o Adaptive This will select the 16 best colors for the image. The palette 
  956.      generated for the image is optimized and unique for this image. 
  957.    o System This will only use the 16 fixed colors in OS/2's system palette. 
  958.      The palette for the image is fixed. Images converted to system palette 
  959.      will all have the same palette. 
  960.    o 2-2-2 levels This will use a standard 2-2-2 level palette, that is, a 
  961.      palette with 2 intensity levels for each color component (Red,Green,Blue), 
  962.      thus the image will be reduced to a maximum of 8 colors. 
  963.  
  964. Dither 
  965.  
  966.    o None The colors will be selected on best match basis. The color error is 
  967.      not compensated. 
  968.    o Ordered Ordered dithering is used to compensate the error. Ordered 
  969.      dithering can only be used with the 2-2-2 level palette. 
  970.    o Diffusion Floyd-Steinberg error diffusion dithering is used to compensate 
  971.      the color error. 
  972.  
  973. Related information: 
  974.  
  975. o Example of creating an OS/2 background bitmap. 
  976.  
  977.  
  978. ΓòÉΓòÉΓòÉ 3.5.7.4. Indexed 256-Color ΓòÉΓòÉΓòÉ
  979.  
  980. This will reduce the number of colors in the image to a maximum of 256 distinct 
  981. colors. 
  982.  
  983. Palette 
  984.  
  985.    o Adaptive This will select the 256 best colors for the image. The palette 
  986.      generated for the image is optimized and unique for this image. 
  987.    o System This will use the 256 fixed colors in OS/2's system palette. The 
  988.      palette for the image is fixed. Images converted to system palette will 
  989.      all have the same palette. 
  990.    o 8-8-4 levels This will use the vaunted 3-3-2 bits fixed palette, that is, 
  991.      a palette with 8 intensity levels for the Red and Green components and 4 
  992.      levels for Blue. This palette was used in the 2.x versions of Microsoft 
  993.      Windows. 
  994.    o 6-7-6 levels This will use a 6-7-6 level fixed palette, that is, a palette 
  995.      with 6 intensity levels for the Red and Blue component and 7 levels for 
  996.      Green, thus the image will be reduced to a maximum of 252 colors. 
  997.    o 6-6-6 levels This will use a 6-6-6 level fixed palette, that is, a palette 
  998.      with 6 intensity levels for each color component (Red,Green,Blue), thus 
  999.      the image will be reduced to a maximum of 216 colors. This palette is well 
  1000.      suited for systems with palette manager since the Palette Manager works 
  1001.      best if the palette contains no more than 236 color entries. 
  1002.  
  1003. Dither 
  1004.  
  1005.    o None The colors will be selected on best match basis. The color error is 
  1006.      not compensated. 
  1007.    o Ordered Ordered dithering is used to compensate the error. Ordered 
  1008.      dithering can only be used with R-G-B level palettes. 
  1009.    o Diffusion Floyd-Steinberg error diffusion dithering is used to compensate 
  1010.      the color error. 
  1011.  
  1012.  
  1013.    o Maximum Error This sets the maximum accumulated error for the 
  1014.      Floyd-Steinberg error diffusion dithering. Decreasing the maximum error 
  1015.      will suppress dithering and vice versa. Real-life images generally look 
  1016.      better with a high setting, whereas computer generated images (images with 
  1017.      large areas of equal shade) look better with a low setting. 
  1018.  
  1019. Number of colors 
  1020.  
  1021.    If you have selected Adaptive Palette this will let you select the maximum 
  1022.    number of distinct colors in the image. 
  1023.  
  1024. Related information: 
  1025.  
  1026. o Example of creating an OS/2 background bitmap. 
  1027.  
  1028.  
  1029. ΓòÉΓòÉΓòÉ 3.5.7.5. RGB Deep Color ΓòÉΓòÉΓòÉ
  1030.  
  1031. This will convert your image to 24-bit deep color. Some image manipulation 
  1032. functions may requre that the image is converted. 
  1033.  
  1034.  
  1035. ΓòÉΓòÉΓòÉ 3.5.8. Example of creating an OS/2 background bitmap ΓòÉΓòÉΓòÉ
  1036.  
  1037. All bitmaps that the OS/2 workplace shell displays will use OS/2's fixed system 
  1038. palette unless you have a system configuration that supports deep color On deep 
  1039. color systems any bitmap will look good and doesn't need futher conversion. 
  1040.  
  1041. When selecting colors from the system palette, OS/2 uses a best fit color 
  1042. matching algorithm. Color errors are not compensated and the result is often a 
  1043. poor-looking image unless the colors happen to match well. By converting your 
  1044. bitmap to OS/2's system palette using a more sophisticated method (e.g. error 
  1045. diffusion dithering) you can produce a much better-looking image and OS/2 will 
  1046. display it correctly since the bitmap will only possess colors found in the 
  1047. OS/2 palette, thus no color errors will occur when it is displayed. 
  1048.  
  1049. On 256 color systems with palette manager only 16 colors are fixed. The other 
  1050. 240 will change when an application uses the palette manager. In this case you 
  1051. may want to use only 16 colors for your background bitmaps in order to keep 
  1052. them good-looking all the time. 
  1053.  
  1054. Example of creating an OS/2 background bitmap 
  1055.  
  1056. First choose method: 
  1057.  
  1058.    o If your system has less than 256 colors, use Method #2 
  1059.    o If your system don't have palette manager, use Method #1 
  1060.    o If it is important that the background bitmap looks good also when an 
  1061.      application that uses palette manager is running, use Method #2 
  1062.    o If you want the best possible colors, use Method #1 
  1063.    o If you just want a background bitmap and the issues above are not of 
  1064.      importance, try Method #2. If the result isn't satisfactory, use Method #1 
  1065.  
  1066. Then apply the selected method: 
  1067.  
  1068. Method #1 - Convert to 256 colors 
  1069.  
  1070.     1. Select Convert to Indexed 256-Color from the Color menu. 
  1071.     2. Set Palette to System. 
  1072.     3. Set Dither to Diffusion. 
  1073.     4. Press OK 
  1074.  
  1075. Method #2 - Convert to 16 colors 
  1076.  
  1077.     1. Select Convert to Indexed 16-Color from the Color menu. 
  1078.     2. Set Palette to System. 
  1079.     3. Set Dither to Diffusion. 
  1080.     4. Press OK 
  1081.  
  1082.  
  1083. ΓòÉΓòÉΓòÉ 3.5.9. Example of using the color adjustment tools ΓòÉΓòÉΓòÉ
  1084.  
  1085. Example of using the color adjustments to produce an old looking black and 
  1086. white photography from a color image: 
  1087.  
  1088. o Load a color image of your choise. 
  1089. o Turn on grayscale. You'll now have a black and white image. 
  1090. o Adjust the red and green controls to approx. +8% each. This will add a slight 
  1091.   shade of yellow to your image to produce that old look. 
  1092. o Finally you can adjust brightness and contrast to match your personal taste. 
  1093.  
  1094.  
  1095. ΓòÉΓòÉΓòÉ 3.6. View Menu ΓòÉΓòÉΓòÉ
  1096.  
  1097. The first four functions in the View menu change how you see the image, but 
  1098. don't actually change the image itself. The rest change your PMView options. 
  1099.  
  1100. o Zoom lets you zoom in or out on your image. 
  1101.  
  1102. o Full Screen makes PMView use the whole desktop. 
  1103.  
  1104. o Fit Image sizes the window to fit the image. 
  1105.  
  1106. o Refresh redraws the image in the window. 
  1107.  
  1108. o Show Menu toggles the menu bar. 
  1109.  
  1110. o Show Controller toggles the slideshow controller. 
  1111.  
  1112. o Options opens a notebook that lets you control PMView's many options. 
  1113.  
  1114.  
  1115. ΓòÉΓòÉΓòÉ 3.6.1. Zoom ΓòÉΓòÉΓòÉ
  1116.  
  1117. This lets you zoom in or out on your image or jump directly to certain zoom 
  1118. factors. For instance, to zoom in so that your image is twice normal size, 
  1119. select 2:1. 
  1120.  
  1121. o Out zooms out by an amount equal to a tenth of the current image size. 
  1122. o In zooms in by an amount equal to a tenth of the current image size. 
  1123.  
  1124. o 1:8 zooms the image to an eighth of its original size. 
  1125. o 1:4 zooms the image to a fourth of its original size. 
  1126. o 1:3 zooms the image to a third of its original size. 
  1127. o 1:2 zooms the image to half its original size. 
  1128. o 1:1 zooms the image to its original size. 
  1129. o 2:1 zooms the image to twice its original size. 
  1130. o 3:1 zooms the image to three times its original size. 
  1131. o 4:1 zooms the image to four times its original size. 
  1132. o 8:1 zooms the image to eight times its original size. 
  1133.  
  1134. o Arbitrary factor zooms in or out by a specified factor. 
  1135.  
  1136. Note:  Arbitrary factor is not available in slideshow mode. 
  1137.  
  1138. Related information: 
  1139.  
  1140. o Shortcut keys 
  1141.  
  1142.  
  1143. ΓòÉΓòÉΓòÉ <hidden> Arbitrary Factor ΓòÉΓòÉΓòÉ
  1144.  
  1145. This control lets you zoom the image with an arbitrary factor. For instance, to 
  1146. zoom in so that your image is twice the normal size, type "200%." 
  1147.  
  1148. The shortcut key for Zoom Arbitrary Factor is Ctrl+0. 
  1149.  
  1150.  
  1151. ΓòÉΓòÉΓòÉ 3.6.2. Full Screen ΓòÉΓòÉΓòÉ
  1152.  
  1153. Choosing this command erases your whole screen (and not just the PMView window) 
  1154. and draws the image on it. This command acts like a toggle; choosing it again 
  1155. redraws the screen and puts the image "back" in the PMView window. 
  1156.  
  1157. Note:  You can also toggle Full Screen by double-clicking on PMView's main 
  1158. window. In Full Screen mode you can toggle the mouse pointer by typing Ctrl+M. 
  1159.  
  1160. The shortcut key for Full Screen is F3. 
  1161.  
  1162.  
  1163. ΓòÉΓòÉΓòÉ 3.6.3. Fit Image ΓòÉΓòÉΓòÉ
  1164.  
  1165. Choosing this command will shrink or grow the window to fit the size of the 
  1166. image, so that you can see the whole image and nothing but. 
  1167.  
  1168. The shortcut key for Fit Image is F4. 
  1169.  
  1170.  
  1171. ΓòÉΓòÉΓòÉ 3.6.4. Refresh ΓòÉΓòÉΓòÉ
  1172.  
  1173. Choosing this will redraw the image in the window. You may want to do this if 
  1174. (for whatever reason) the image gets corrupted. 
  1175.  
  1176. The shortcut key for Refresh is F5. 
  1177.  
  1178. Note:  Under OS/2 2.0, there was a screen driver bug that would corrupt the 
  1179. image when a menu dropped down on it; that bug has been thankfully fixed in 
  1180. OS/2 2.1. 
  1181.  
  1182.  
  1183. ΓòÉΓòÉΓòÉ 3.6.5. Show Menu ΓòÉΓòÉΓòÉ
  1184.  
  1185. You can turn off PMView's menu bar by selecting this command. You can turn the 
  1186. menu bar back on by selecting this command again. 
  1187.  
  1188. When the menu bar is gone, you can select commands by moving to the middle of 
  1189. PMView's window and clicking the right mouse button. You can select any PMView 
  1190. command from the resulting popup menu. 
  1191.  
  1192. The shortcut key for Show Menu is Ctrl+B. 
  1193.  
  1194.  
  1195. ΓòÉΓòÉΓòÉ 3.6.6. Show Controller ΓòÉΓòÉΓòÉ
  1196.  
  1197. You can turn off PMView's slideshow controller by selecting this command. You 
  1198. can turn the controller back on by selecting this command again. 
  1199.  
  1200. The shortcut key for Show Controller is Ctrl+C. 
  1201.  
  1202. Note:  This command is only available in slideshow mode. 
  1203.  
  1204.  
  1205. ΓòÉΓòÉΓòÉ 3.6.7. Options ΓòÉΓòÉΓòÉ
  1206.  
  1207. This opens PMView's Options Notebook that lets you control PMView's many 
  1208. options. 
  1209.  
  1210.  
  1211. ΓòÉΓòÉΓòÉ 3.7. Help Menu ΓòÉΓòÉΓòÉ
  1212.  
  1213. The functions in the Help menu are used to get on-line help and various 
  1214. information on your system and image. 
  1215.  
  1216. o Help Contents brings up the help contents list 
  1217.  
  1218. o General Help gives you a brief description of PMView. 
  1219.  
  1220. o Help for Keys gives you information on PMView's shortcut keys. 
  1221.  
  1222. o Using Help gives you information on how to use the help facility 
  1223.  
  1224. o Image Information gives you various statistics about your current image. 
  1225.  
  1226. o System Information gives information on your system's current status. 
  1227.  
  1228. o About PMView displays product information about PMView. 
  1229.  
  1230.  
  1231. ΓòÉΓòÉΓòÉ 3.7.1. Help Contents ΓòÉΓòÉΓòÉ
  1232.  
  1233. This will bring up the help contents list. 
  1234.  
  1235.  
  1236. ΓòÉΓòÉΓòÉ 3.7.2. General Help ΓòÉΓòÉΓòÉ
  1237.  
  1238. This gives you a brief description of PMView. 
  1239.  
  1240.  
  1241. ΓòÉΓòÉΓòÉ 3.7.3. Help for Keys ΓòÉΓòÉΓòÉ
  1242.  
  1243. This gives you information on PMView's shortcut keys. 
  1244.  
  1245. The shortcut key for Help for Keys is F9. 
  1246.  
  1247.  
  1248. ΓòÉΓòÉΓòÉ 3.7.4. Using Help ΓòÉΓòÉΓòÉ
  1249.  
  1250. This gives you information on how to use the help facility. 
  1251.  
  1252.  
  1253. ΓòÉΓòÉΓòÉ 3.7.5. Image Information ΓòÉΓòÉΓòÉ
  1254.  
  1255. This gives you various statistics about your current image. 
  1256.  
  1257. o Filename The (long) name of the file. 
  1258. o Filesize The size of the file in bytes (kilobytes) 
  1259. o Image format The file's image format. 
  1260. o Image size The size of the image in pixels and how much RAM the image is 
  1261.   currently taking up in your system. 
  1262. o Number of colors The number of colors being used to display the image. For 
  1263.   deep color images on deep color systems (or in the new Edit mode), this 
  1264.   number will be replaced by the words "Deep Color (24-bit)." 
  1265.  
  1266.  
  1267. ΓòÉΓòÉΓòÉ 3.7.6. System Information ΓòÉΓòÉΓòÉ
  1268.  
  1269. This gives information on your system's current status. 
  1270.  
  1271. o PM Version The version of OS/2 Presentation Manager you're running. 
  1272. o Machine type The model and submodel of your machine. 
  1273. o Display type The display type. 
  1274. o Driver version The version number of the display driver. 
  1275. o Desktop width x height The width and height of your desktop in pixels. 
  1276. o Number of bits, planes The number of bits and planes per pixel. 
  1277. o Number of colors The number of colors. 
  1278. o Number of physical colors The number of physical colors. 
  1279. o Palette manager available Tells whether your screen mode supports Palette 
  1280.   Manager. 
  1281. o Physical memory The amount of RAM installed in your system. 
  1282. o Processor type The type of CPU you have. 
  1283. o Coprocessor present Tells whether you have a coprocessor installed or not. 
  1284.  
  1285. Note:  Unfortunately, the information on whether Palette Manager is available 
  1286. may not be correct. Some screen drivers claim to support Palette Manager even 
  1287. when they do not. However, if this says No the information is probably correct. 
  1288.  
  1289.  
  1290. ΓòÉΓòÉΓòÉ 3.7.7. About PMView ΓòÉΓòÉΓòÉ
  1291.  
  1292. This displays product information about PMView, as well as information about 
  1293. how to register the program. If you like PMView, please support shareware by 
  1294. registering it. 
  1295.  
  1296. Unregistered version: When PMView is started you cannot dismiss the dialog for 
  1297. 5 seconds. When 5 seconds has elapsed you may dismiss the dialog by pressing 
  1298. OK. 
  1299.  
  1300. Registered version: When PMView is started the dialog will be displayed for the 
  1301. time specified in the OS/2 Control Panel. You may dismiss the dialog any time 
  1302. by pressing OK. If you don't want the dialog displayed at all, you can disable 
  1303. it by changing the setting on the Logo page of the System object located in the 
  1304. OS/2 System Setup folder. 
  1305.  
  1306.  
  1307. ΓòÉΓòÉΓòÉ 4. File Open Dialog ΓòÉΓòÉΓòÉ
  1308.  
  1309. Use this dialog to open a file or select files for a slideshow: 
  1310.  
  1311.  1. Select the down arrow to the right of the drive list to see all the drives 
  1312.     on your system. 
  1313.  2. Select a drive from the drive list. 
  1314.  3. Select a directory from the directory list. 
  1315.  4. Select a file from the File Open Container, or type a file name. 
  1316.  5. Select Open to retrieve the file. 
  1317.  
  1318. For a detailed explanation of each field, select from the list below: 
  1319.  
  1320. o File Open Container 
  1321. o Open Filename 
  1322. o List Files of Type 
  1323. o Drive 
  1324. o Directory 
  1325. o Open 
  1326. o Cancel 
  1327.  
  1328.  
  1329. ΓòÉΓòÉΓòÉ 4.1. File Open Container ΓòÉΓòÉΓòÉ
  1330.  
  1331. The File Open Container (FOC) is the large white area in the lower-left corner 
  1332. of PMView's File Open Dialog and File Save Dialog. To bring up the FOC popup 
  1333. menu, right-click inside the FOC (but not on any of the image objects). 
  1334.  
  1335. FOC popup menu commands: 
  1336.  
  1337. o View... 
  1338. o Refresh... 
  1339. o Select... 
  1340. o Sort... 
  1341. o Scramble... 
  1342. o Thumbnails... 
  1343.  
  1344. FOC image popup menu commands: 
  1345.  
  1346. o Open... 
  1347. o Rename... 
  1348. o Delete... 
  1349. o Thumbnail... 
  1350.  
  1351.  
  1352. ΓòÉΓòÉΓòÉ 4.1.1. FOC Popup Menu Commands ΓòÉΓòÉΓòÉ
  1353.  
  1354. FOC popup menu commands: 
  1355.  
  1356. o View... 
  1357. o Refresh... 
  1358. o Select... 
  1359. o Sort... 
  1360. o Scramble... 
  1361. o Thumbnails... 
  1362.  
  1363.  
  1364. ΓòÉΓòÉΓòÉ 4.1.1.1. View ΓòÉΓòÉΓòÉ
  1365.  
  1366. This determines how images are shown in the File Open Container. 
  1367.  
  1368. o Normal Lets the user select one of the Normal view modes. In Normal modes, 
  1369.   PMView reads information from each image before displaying the image in the 
  1370.   File Open Container. 
  1371.  
  1372.    - Text Only PMView will display filenames only (no icons or thumbnails). 
  1373.    - Icon PMView will display a standard-sized OS/2 icon. 
  1374.    - Thumbnail PMView will display an 80x80 thumbnail for each file. 
  1375.  
  1376. o Quick Switches to Quick mode. In quick mode, PMView gets image file 
  1377.   information from OS/2 rather than from the image file itself. This is fast, 
  1378.   but only filenames, sizes, dates, and times can be loaded in this way. 
  1379.  
  1380. o Non-text Images are shown as icons (or thumbnails) without any text 
  1381.   (filename) displayed. 
  1382.  
  1383. o Non-grid Images are dispalyed with filenames under their icons (or 
  1384.   thumbnails). Images are "packed" as closely as possible. 
  1385.  
  1386. o Flowed Images are displayed in rows. 
  1387.  
  1388. o Non-flowed Images are displayed in a single column. 
  1389.  
  1390. o Detail All available information is displayed for each image. 
  1391.  
  1392. o Longnames If on, the LONGNAME attribute attached to the file's extended 
  1393.   attribute will be displayed. If off, the physical file name will be 
  1394.   displayed. For example, a file named "MyTestFile.GIF" will have a physical 
  1395.   file name of e.g. "MYTESTFI.GIF" if the file system is FAT. Normally you'll 
  1396.   never need to turn off this option. 
  1397.  
  1398.  
  1399. ΓòÉΓòÉΓòÉ 4.1.1.2. Refresh ΓòÉΓòÉΓòÉ
  1400.  
  1401. This command will refresh the view of the files in the File Open Container. You 
  1402. may need this in case you've added or deleted files in another session. 
  1403.  
  1404.  
  1405. ΓòÉΓòÉΓòÉ 4.1.1.3. Select ΓòÉΓòÉΓòÉ
  1406.  
  1407. o Select all This command selects all the images in the File Open Container. 
  1408.  
  1409. o Deselect all This command unselects all the images in the File Open 
  1410.   Container, that is, it makes sure nothing is selected. 
  1411.  
  1412. o Sticky select If off, you must do Ctrl+click to add an image to the 
  1413.   selection. If on, you need only click. 
  1414.  
  1415. The shortcut key for Select all is Ctrl+/. 
  1416. The shortcut key for Deselect all is Ctrl+\. 
  1417.  
  1418.  
  1419. ΓòÉΓòÉΓòÉ 4.1.1.4. Sort ΓòÉΓòÉΓòÉ
  1420.  
  1421. These options choose how you want files sorted in the File Open Container. By 
  1422. default, files are sorted by name and in increasing order. The following 
  1423. choises are available: 
  1424.  
  1425. o Name Images are sorted by filename. 
  1426. o Type Images are sorted by file type (i.e., file extension) 
  1427. o Image format Images are sorted by actual image format. (The image's filename 
  1428.   extension is ignored, except to break ties as in the note below.) Not 
  1429.   available in Quick view. 
  1430. o Image Size Images are sorted by how many pixels they take up, that is, by 
  1431.   their width times their height. Not available in Quick view. 
  1432. o Image Depth Images are sorted by how many colors their particular format can 
  1433.   support (e.g. 16-color GIFs precede 256-color GIFs). Not available in Quick 
  1434.   view. 
  1435. o File Size Images are sorted by how much disk space they take up. 
  1436. o Date and Time Images are sorted by their date and time stamps, from oldest to 
  1437.   newest 
  1438. o Descending Order If selected, images are sorted and then displayed in reverse 
  1439.   order. 
  1440.  
  1441.   Note:  If two images compare the same on the primary sort, PMView will "break 
  1442.   ties" by comparing their filenames (including extensions). So, for instance, 
  1443.   if you sort by File Size, and two files have the same size, those two will be 
  1444.   sorted alphabetically by filename. 
  1445.  
  1446.  
  1447. ΓòÉΓòÉΓòÉ 4.1.1.5. Scramble ΓòÉΓòÉΓòÉ
  1448.  
  1449. This randomly re-orders images in the File Open Container. 
  1450.  
  1451.  
  1452. ΓòÉΓòÉΓòÉ 4.1.1.6. Thumbnails ΓòÉΓòÉΓòÉ
  1453.  
  1454. These commands determine thumbnail options: 
  1455.  
  1456. o Manual Create If selected, thumbnails are created (and deleted) only when the 
  1457.   user right-clicks on them. 
  1458.  
  1459. o Automatic Create If selected, then PMView will create a thumbnail for every 
  1460.   image in every directory that it enters. 
  1461.  
  1462. o Loading Creates If selected, PMView will create a thumbnail when it loads an 
  1463.   image. 
  1464.  
  1465. o Transparent Fill If selected, thumbnails will be created with transparent 
  1466.   "backgrounds." Otherwise, they will be created with black backgrounds. 
  1467.  
  1468.  
  1469. ΓòÉΓòÉΓòÉ 4.1.2. FOC Image Popup Menu Commands ΓòÉΓòÉΓòÉ
  1470.  
  1471. FOC image popup menu commands: 
  1472.  
  1473. o Open... 
  1474. o Info... 
  1475. o Rename... 
  1476. o Delete... 
  1477. o Thumbnail... 
  1478.  
  1479.  
  1480. ΓòÉΓòÉΓòÉ 4.1.2.1. Open ΓòÉΓòÉΓòÉ
  1481.  
  1482. This will load the selected image(s). 
  1483.  
  1484.  
  1485. ΓòÉΓòÉΓòÉ 4.1.2.2. Info ΓòÉΓòÉΓòÉ
  1486.  
  1487. This will open up the File Info dialog that gives you detailed information on 
  1488. the selected image(s). 
  1489.  
  1490.  
  1491. ΓòÉΓòÉΓòÉ 4.1.2.3. Rename ΓòÉΓòÉΓòÉ
  1492.  
  1493. This will let you rename the selected file. The edit window will only be opened 
  1494. for the current file if multiple files are selected. 
  1495.  
  1496.  
  1497. ΓòÉΓòÉΓòÉ 4.1.2.4. Delete ΓòÉΓòÉΓòÉ
  1498.  
  1499. This will delete the selected file(s) from disk. 
  1500.  
  1501. Note:  PMView will ask for file delete confirmation in accordance with the 
  1502.        setting on the Confirmatios page in PMView's Options Notebook. 
  1503.  
  1504. The shortcut key for Delete is Delete. 
  1505.  
  1506. Warning: This command is irreversible.
  1507.  
  1508.  
  1509. ΓòÉΓòÉΓòÉ 4.1.2.5. Thumbnail ΓòÉΓòÉΓòÉ
  1510.  
  1511. o Create This will create a thumbnail for the selected image(s) in the File 
  1512.   Open Container. 
  1513.  
  1514. o Delete This will delete the thumbnails of the selected image(s). You will be 
  1515.   asked to confirm the deletion. 
  1516.  
  1517. Note:  PMView will ask for thumbnail delete confirmation in accordance with the 
  1518. OS/2 setting on the Confirmations page of the System object located in the OS/2 
  1519. System Setup folder. 
  1520.  
  1521.  
  1522. ΓòÉΓòÉΓòÉ 4.1.2.6. Convert to ΓòÉΓòÉΓòÉ
  1523.  
  1524. This will convert the selected file(s) to the selected format. The conversion 
  1525. will be done as a background task, i.e. you can continue working with PMView 
  1526. while your images are converted. 
  1527.  
  1528. The save options selected in the File Save Dialog will be used when converting 
  1529. the files. 
  1530.  
  1531. You can convert to the following formats: 
  1532.  
  1533. o Bitmap (BMP,DIB,RLE)... 
  1534. o Graphics Interchange Format (GIF)... 
  1535. o JPEG File Interchange Format (JIF,JPG)... 
  1536. o ZSoft Paintbrush Format (PCX)... 
  1537. o PC Paint/Pictor Format (PIC)... 
  1538. o PMView Slideshow File Format (SHW)... 
  1539. o Truevision Targa Format (TGA)... 
  1540. o Tagged Interchange File Format (TIF)... 
  1541.  
  1542.  
  1543. ΓòÉΓòÉΓòÉ <hidden> Confirm abort of file conversions ΓòÉΓòÉΓòÉ
  1544.  
  1545. You have marked one or several files for conversion to another file format. The 
  1546. conversion is still running. Press Yes to stop (abort) the conversion(s) and 
  1547. dismiss the file open dialog. Press No to let the conversion continue to run. 
  1548.  
  1549.  
  1550. ΓòÉΓòÉΓòÉ <hidden> File Info ΓòÉΓòÉΓòÉ
  1551.  
  1552. This gives you various statistics about the selected image. 
  1553.  
  1554. o Filename The name of the file. 
  1555. o Image format The file's image format. 
  1556. o Image size The size of the image in pixels and the color depth. 
  1557. o Filesize The size of the file in bytes. 
  1558. o Time The time when the file was last modified. 
  1559. o Date The date when the file was last modified. 
  1560.  
  1561.  
  1562. ΓòÉΓòÉΓòÉ 4.1.3. Fonts and Background Color ΓòÉΓòÉΓòÉ
  1563.  
  1564. You can change the background color in the File Open Container by dragging the 
  1565. desired color from OS/2's Color Palette. 
  1566.  
  1567. You can also change the font in the File Open Container by dragging a font from 
  1568. OS/2's Font Palette. Note that each view mode have its own font. This means 
  1569. that you can have different fonts eg. for detail view and normal view. 
  1570.  
  1571.  
  1572. ΓòÉΓòÉΓòÉ 4.1.4. File Open Container Q&A ΓòÉΓòÉΓòÉ
  1573.  
  1574. This section answers some common questions we have gotten on PMView's File Open 
  1575. Container and points out some non-obvious features. You should also refer to 
  1576. the general on-line help on the File Open Container for a complete reference to 
  1577. commands. 
  1578.  
  1579. Q.  What is the File Open Container (FOC) ? 
  1580.  
  1581. A.  The FOC is the large, initially white, rectangular area in the lower-left 
  1582.     corner of PMView's File Open dialog. To see the File Open dialog, either 
  1583.     select File Open or type Ctrl+O. 
  1584.  
  1585.     The FOC is a standard container, which means that you change its view, drag 
  1586.     and drop things to and from it, and resize it. (To do the last, resize the 
  1587.     dialog and the FOC will also be resized.) You can also display a popup menu 
  1588.     for the FOC and for each image inside it. Finally, you can rename an image 
  1589.     by Alt+clicking on the filename (or on the thumbnail, in Non-Text view). 
  1590.  
  1591. Q.  How do I bring up the FOC pop-up menu? 
  1592.  
  1593. A.  The usual way: Right-click inside the container but not on one of the 
  1594.     images. A menu will pop up. If the top item on the menu is Open, then you 
  1595.     have the menu for one of the images; try again in another location. 
  1596.  
  1597.     If you are in Flowed view, try right-clicking under the bottom row of 
  1598.     icons. If you are in Detail view, right-click on one of the column 
  1599.     headings, e.g., on top of the word "Name." Again, this is all as usual. 
  1600.  
  1601. Q.  When I display the FOC, all I see is a bunch of squares that say "No 
  1602.     Thumbnail Available". Why? 
  1603.  
  1604. A.  By default, the FOC opens in Normal, Non-grid, Thumbnail view. When you 
  1605.     start out, PMView hasn't created any thumbnails yet. 
  1606.  
  1607. Q.  How can I create a thumbnail? 
  1608.  
  1609. A.  Right-click on one of your images, preferably a small one. Click Thumbnail. 
  1610.     (If you hit the arrow to the right of Thumbnail, then click Create.) The 
  1611.     thumbnail will change to say "Creating Thumbnail." After a few seconds (or 
  1612.     minutes, depending on how big the image is and whether you have other 
  1613.     things tying up your computer), you will see a graphical thumbnail. Pretty 
  1614.     nifty, huh? 
  1615.  
  1616.     When PMView creates a thumbnail, it is attached to the file's extended 
  1617.     attributes. Thus, if you move or copy the file, the thumbnail goes with it. 
  1618.     PMView also creates a standard OS/2 icon at the same time. You can see the 
  1619.     icon by switching the FOC View to Normal Icon mode (see below) or by 
  1620.     looking at the image with a drives object. Since it is a standard OS/2 
  1621.     icon, you can do the usual things with it, e.g., set another object's icon 
  1622.     by dropping your image onto that other object's notebook. 
  1623.  
  1624.     Note that the thumbnail and icon may take up to 10,000 bytes. Make sure 
  1625.     that you don't accidentally fill up your hard drive with thumbnails! 
  1626.  
  1627. Q.  How can I make thumbnails for all my images? 
  1628.  
  1629. A.  As with any other container, you can select all the images in the FOC by 
  1630.     typing Ctrl+/, and then right-click on one of the images and select 
  1631.     Thumbnail. PMView will split off threads to make thumbnails for all your 
  1632.     images. 
  1633.  
  1634.     A simpler way is to bring up the FOC popup menu (not the menu for one of 
  1635.     the images), click Thumbnails, and click Automatic create. When PMView is 
  1636.     in Automatic create mode, it will split off threads to make thumbnails for 
  1637.     every image in the directories that you enter. 
  1638.  
  1639. Q.  What are the other options under Thumbnails in the FOC popup menu? 
  1640.  
  1641. A.  "Manual create" means that PMView won't make any thumbnails automatically; 
  1642.     you'll have to make them all by hand. This is the default. 
  1643.  
  1644.     "Automatic create" is as it says under the previous question; PMView will 
  1645.     automatically split off threads to make thumbnails for the images in every 
  1646.     directory that you enter. 
  1647.  
  1648.     "Loading creates" means that PMView will create a thumbnail for an image 
  1649.     when it loads that image. (This is my personal preference.) 
  1650.  
  1651.     The last option, "Transparent Fill," determines what the "background" areas 
  1652.     of a thumbnail should look like. Suppose you have a tall, thin image. 
  1653.     Thumbnails are square, so the left and right edges of the thumbnail should 
  1654.     take some sort of "background" color. If Transparent Fill is on, PMView 
  1655.     will create thumbnails with a transparent background. Otherwise, the 
  1656.     thumbnail backgrounds will be created black. 
  1657.  
  1658. Q.  How do I select more than one image? 
  1659.  
  1660. A.  The usual ways: You can drag a rectangular area, and all the images that 
  1661.     touch the rectangle will be selected. (If you try to drag the rectangle 
  1662.     "outside" the FOC, the FOC will automatically scroll.) Or you can click on 
  1663.     the first image you want and Ctrl+click on the second and subsequent ones. 
  1664.     Or if you want to select a bunch of images in order, you can click on the 
  1665.     first one, then shift-click on the last one, and all the images between 
  1666.     them will get selected. Or you can type Ctrl+/ to select all the images in 
  1667.     the current directory. 
  1668.  
  1669.     There's also one other "unusual" way: If you don't like having to hold down 
  1670.     Ctrl, then bring up the FOC popup, click Select, and click Sticky select. 
  1671.     While sticky select is on, you don't need to hold down Ctrl to add images 
  1672.     to the selection. (To unselect while you're in sticky mode, click the image 
  1673.     a second time.) 
  1674.  
  1675. Q.  I don't like those huge thumbnails. What are my other choices? 
  1676.  
  1677. A.  Bring up the FOC popup and click View. Now click the arrow to the right of 
  1678.     Normal. You can choose to view Thumbnails, standard OS/2 icons, or text 
  1679.     only. If you prefer the last,you might consider using Quick view. 
  1680.  
  1681. Q.  Why is PMView so slow at putting images into the FOC? How can I speed it 
  1682.     up? 
  1683.  
  1684. A.  In Normal View mode, PMView has to load a lot of information for each image 
  1685.     before it adds it to the FOC. It has to load the thumbnail and standard 
  1686.     icon for each image. It also reads enough of the image to check its actual 
  1687.     image format (as opposed to its filename extension) and its color depth 
  1688.     (ie, how many colors the image could possibly have). It loads all this 
  1689.     information in case you change to Detail view, or want to sort based on 
  1690.     this info. 
  1691.  
  1692.     If you don't need this info, try Quick view instead. In the Quick views, 
  1693.     you can only see (and sort on) file names, sizes, dates, and times. But if 
  1694.     that's all you want, Quick view is the way to go, especially on slow drives 
  1695.     (such as CD-ROMs). 
  1696.  
  1697. Q.  Whew! What are all those View choices? 
  1698.  
  1699. A.  The best way to figure out the Views is to experiment, and to look at 
  1700.     on-line documentation under "File Open Container." 
  1701.  
  1702. Q.  How can I sort images? 
  1703.  
  1704. A.  Bring up the FOC popup menu and click Sort. By default, PMView sorts by 
  1705.     filenames. If you want to change this default, click the arrow to the right 
  1706.     of Sort and pick the sort type you want. Note that some types of sorts are 
  1707.     not available in Quick mode. For details on the sort options, check the 
  1708.     on-line documentation. 
  1709.  
  1710. Q.  Is there any way I can randomly rearrange the images? 
  1711.  
  1712. A.  Use the Scramble command on the FOC popup. Each time you use it, PMView 
  1713.     randomly rearranges the images in the FOC. 
  1714.  
  1715. Q.  Is there anything else on the FOC popup? 
  1716.  
  1717. A.  Yes -- the Refresh command. This rereads the current directory and updates 
  1718.     the FOC display. Images will be sorted using the currently-selected method. 
  1719.     Use Refresh if you're using another OS/2 program (or session) to add (or 
  1720.     change) images. 
  1721.  
  1722.  
  1723. ΓòÉΓòÉΓòÉ 4.2. Open File Name ΓòÉΓòÉΓòÉ
  1724.  
  1725. This entry field has several functions: 
  1726.  
  1727. o Retrieve a file by name. 
  1728. o Change the current drive and/or directory. 
  1729. o Change the file filter. 
  1730.  
  1731. For instance, to get a list of GIF files that start with RAY, enter RAY*.GIF 
  1732. and press ENTER. 
  1733.  
  1734. You can put several file filters together, separated by semicolons (;). So, for 
  1735. instance, RAY*.GIF;*.BMP will list all the files that either start with RAY and 
  1736. have the extension GIF or have the extension BMP. 
  1737.  
  1738. A shortcut for selecting a file extension is to pick it off the List Files of 
  1739. Type list. 
  1740.  
  1741.  
  1742. ΓòÉΓòÉΓòÉ 4.3. List Files of Type ΓòÉΓòÉΓòÉ
  1743.  
  1744. This will set the file filter which determines what files are listed in the 
  1745. File Container. Select the down arrow to the right of the List Files of Type 
  1746. field to display the available file types. 
  1747.  
  1748. <All Files> sets the file filter to *.*. All files will be displayed. Think of 
  1749. this as a filter off funtion. 
  1750. <All Types> combines the filters of all the defined types. 
  1751.  
  1752. Related information: 
  1753.  
  1754. o Predefined file types and filters 
  1755. o Configure Extensions 
  1756.  
  1757.  
  1758. ΓòÉΓòÉΓòÉ 4.4. Drive ΓòÉΓòÉΓòÉ
  1759.  
  1760. Use the down arrow to see the drives on your system. Select the drive that has 
  1761. the file you want to open. 
  1762.  
  1763. The Free/Total amount of disk space on the currently selected drive is 
  1764. displayed below this field. 
  1765.  
  1766.  
  1767. ΓòÉΓòÉΓòÉ 4.5. Directory ΓòÉΓòÉΓòÉ
  1768.  
  1769. Select Directory to view the files within a specific directory of your disk. 
  1770.  
  1771. The Free/Total amount of disk space on the currently selected drive is 
  1772. displayed above this field. 
  1773.  
  1774.  
  1775. ΓòÉΓòÉΓòÉ 4.6. Open ΓòÉΓòÉΓòÉ
  1776.  
  1777. Select Open to retrieve the file(s) currently selected in the File Open 
  1778. Container. 
  1779.  
  1780.  
  1781. ΓòÉΓòÉΓòÉ 4.7. Cancel ΓòÉΓòÉΓòÉ
  1782.  
  1783. Select Cancel to hide the File Open Dialog. 
  1784.  
  1785.  
  1786. ΓòÉΓòÉΓòÉ 5. File Save Dialog ΓòÉΓòÉΓòÉ
  1787.  
  1788. Use this dialog to save a file: 
  1789.  
  1790.  1. Select the down arrow to the right of the drive list to see all the drives 
  1791.     on your system. 
  1792.  2. Select a drive from the drive list. 
  1793.  3. Select a directory from the directory list. 
  1794.  4. Type the file name in the save filename field. 
  1795.  5. Select a file format from the save format list. 
  1796.  6. Select Save to save the file. 
  1797.  
  1798. For a detailed explanation of each field, select from the list below: 
  1799.  
  1800. o File Open Container 
  1801. o Save Filename 
  1802. o Save Format 
  1803. o List Files of Type 
  1804. o Drive 
  1805. o Directory 
  1806. o Options 
  1807. o Save 
  1808. o Cancel 
  1809.  
  1810.  
  1811. ΓòÉΓòÉΓòÉ 5.1. Save File Name ΓòÉΓòÉΓòÉ
  1812.  
  1813. This is where you type in the name of the file. 
  1814.  
  1815.  
  1816. ΓòÉΓòÉΓòÉ 5.2. Save Format ΓòÉΓòÉΓòÉ
  1817.  
  1818. This will let you select which format to save in. 
  1819.  
  1820. Formats that can be saved: 
  1821.  
  1822. o Bitmap (BMP,DIB,RLE)... 
  1823. o Graphics Interchange Format (GIF)... 
  1824. o JPEG File Interchange Format (JIF,JPG)... 
  1825. o ZSoft Paintbrush Format (PCX)... 
  1826. o PC Paint/Pictor Format (PIC)... 
  1827. o PBMPlus PPM Format (PPM)... 
  1828. o Truevision Targa Format (TGA)... 
  1829. o Tagged Interchange File Format (TIF)... 
  1830.  
  1831.  
  1832. ΓòÉΓòÉΓòÉ 5.3. List Files of Type ΓòÉΓòÉΓòÉ
  1833.  
  1834. This will set the file filter which determines what files are listed in the 
  1835. File Container. Select the down arrow to the right of the List Files of Type 
  1836. field to display the available file types. 
  1837.  
  1838. <All Files> sets the file filter to *.*. All files will be displayed. Think of 
  1839. this as a filter off funtion. 
  1840. <All Types> combines the filters of all the defined types. 
  1841.  
  1842. Related information: 
  1843.  
  1844. o Predefined file types and filters 
  1845. o Configure Extensions 
  1846.  
  1847.  
  1848. ΓòÉΓòÉΓòÉ 5.4. Drive ΓòÉΓòÉΓòÉ
  1849.  
  1850. Use the down arrow to see the drives on your system. Select the drive that has 
  1851. the file you want to open. 
  1852.  
  1853. The Free/Total amount of disk space on the currently selected drive is 
  1854. displayed below this field. 
  1855.  
  1856.  
  1857. ΓòÉΓòÉΓòÉ 5.5. Directory ΓòÉΓòÉΓòÉ
  1858.  
  1859. Select Directory to view the files within a specific directory of your disk. 
  1860.  
  1861. The Free/Total amount of disk space on the currently selected drive is 
  1862. displayed above this field. 
  1863.  
  1864.  
  1865. ΓòÉΓòÉΓòÉ 5.6. Options ΓòÉΓòÉΓòÉ
  1866.  
  1867. Select Options to bring up the options dialog for the save format selected with 
  1868. Save Format. This control is disabled if the format you have selected doesn't 
  1869. have any selectable options. 
  1870.  
  1871. For a detailed explanation of options for each format, select from the list 
  1872. below: 
  1873.  
  1874. o Bitmap (BMP,DIB,RLE)... 
  1875. o Graphics Interchange Format (GIF)... 
  1876. o JPEG File Interchange Format (JIF,JPG)... 
  1877. o ZSoft Paintbrush Format (PCX)... 
  1878. o PC Paint/Pictor Format (PIC)... 
  1879. o PBMPlus PPM Format (PPM)... 
  1880. o Truevision Targa Format (TGA)... 
  1881. o Tagged Interchange File Format (TIF)... 
  1882.  
  1883. Note:  The color depth of the image you're saving will be the same or as close 
  1884.        as possible to the currently selected depth. For instance, if you 
  1885.        currently have selected Indexed 256-Color and you're saving a file in 
  1886.        TGA format, the file will be saved as an 8-bit TGA. However, if you 
  1887.        select RGB Deep Color the file will be saved as a 24-bit TGA. Files 
  1888.        saved in a format like PCX that support 1, 2 and 4-bit data will be 
  1889.        saved with the smallest number of bits possible. I.e. PMView will 
  1890.        optimize your files for size and make them as small as possible. 
  1891.  
  1892.  
  1893. ΓòÉΓòÉΓòÉ 5.7. Save ΓòÉΓòÉΓòÉ
  1894.  
  1895. Select Save to save the current file 
  1896.  
  1897.  
  1898. ΓòÉΓòÉΓòÉ 5.8. Cancel ΓòÉΓòÉΓòÉ
  1899.  
  1900. Select Cancel to hide the File Save Dialog. 
  1901.  
  1902.  
  1903. ΓòÉΓòÉΓòÉ <hidden> No save format selected ΓòÉΓòÉΓòÉ
  1904.  
  1905. You have not selected a format in which the current image should be saved. 
  1906. Select the desired format from the Save Format list. 
  1907.  
  1908.  
  1909. ΓòÉΓòÉΓòÉ <hidden> Bitmap Save Options ΓòÉΓòÉΓòÉ
  1910.  
  1911. These options determine how PMView saves Bitmap files. 
  1912.  
  1913. o Bitmap Type 
  1914.  
  1915.    - OS/2 2.x This will save the file with a header that is compatible with 
  1916.      OS/2 version 2.x and Windows 3.x. RLE encoding will be used for 4, 8 and 
  1917.      24 bit images and 1 bit images will be Huffman 1D encoded. 
  1918.    - OS/2 1.x This will save the file with a header that is compatible with 
  1919.      OS/2 version 1.x and 2.x. Encoding will not be used. 
  1920.    - Windows  This will save the file with a header that is compatible with 
  1921.      OS/2 version 2.x and Windows 3.x. RLE encoding will only be used for 4 and 
  1922.      8 bit images. 
  1923.  
  1924. o Use RLE/Huffman1D Encoding If set, PMView will RLE or Huffman1D encode the 
  1925.   bitmap if the format you have selected supports encoding. Note that this 
  1926.   usually only is suitable for images with large areas of the same color. 
  1927.  
  1928. Note:  The OS/2 2.x and Windows options are interchangeable if encoding isn't 
  1929. used, i.e. if Use RLE/Huffman1D Encoding is disabled. 
  1930.  
  1931.  
  1932. ΓòÉΓòÉΓòÉ <hidden> GIF Save Options ΓòÉΓòÉΓòÉ
  1933.  
  1934. No options have been implemeted for this format yet. 
  1935.  
  1936.  
  1937. ΓòÉΓòÉΓòÉ <hidden> JPEG Save Options ΓòÉΓòÉΓòÉ
  1938.  
  1939. These options determine how PMView saves JPEG files. 
  1940.  
  1941. o Quality This control lets you trade off compressed file size against quality 
  1942.   of the reconstructed image: the higher the quality setting, the larger the 
  1943.   JPEG file, and the closer the output image will be to the original input. 
  1944.   Normally you want to use the lowest quality setting (smallest file) that 
  1945.   decompresses into something visually indistinguishable from the original 
  1946.   image. For this purpose the quality setting should be between 50 and 95; the 
  1947.   default of 75 is often about right. If you see defects at 75, then go up 5 or 
  1948.   10 counts at a time until you are happy with the output image. The optimal 
  1949.   setting will vary from one image to another. 
  1950.  
  1951. o Smooth This control lets you select a smoothing factor for filtering the 
  1952.   input to eliminate fine-scale noise. This is often useful when converting GIF 
  1953.   files to JPEG: a moderate smoothing factor of 10 to 50 gets rid of dithering 
  1954.   patterns in the input file, resulting in a smaller JPEG file and a 
  1955.   better-looking image.  Too large a smoothing factor will visibly blur the 
  1956.   image, however. 
  1957.  
  1958. o Optimize Entropy Encoding This option selects whether to perform optimization 
  1959.   of entropy encoding parameters or not. Without this, default encoding 
  1960.   parameters are used. Using this option usually makes the JPEG file a little 
  1961.   smaller, but PMView saves the file somewhat slower and needs much more 
  1962.   memory. Image quality and speed of decompression are unaffected by this 
  1963.   option. 
  1964.  
  1965.  
  1966. ΓòÉΓòÉΓòÉ <hidden> ZSoft PCX Save Options ΓòÉΓòÉΓòÉ
  1967.  
  1968. No options have been implemeted for this format yet. 
  1969.  
  1970.  
  1971. ΓòÉΓòÉΓòÉ <hidden> PC Paint/Pictor Save Options ΓòÉΓòÉΓòÉ
  1972.  
  1973. These options determine how PMView saves PC Paint/Pictor files. 
  1974.  
  1975. o EGA Palette If set, PMView will save PIC files with an EGA style palette (3 * 
  1976.   2 bits). Since the EGA palette only supports four intensities for each color 
  1977.   channel, this may result in color errors. Use this option if the target 
  1978.   application only understand EGA palettes. When using this option, you can get 
  1979.   better colors by converting to 16 system colors with dithering before saving. 
  1980.   If off, PMView will save files using the VGA palette (18 bits). 
  1981.  
  1982. Note:  This option is ignored if the image you're saving has more than 16 
  1983. colors. 
  1984.  
  1985.  
  1986. ΓòÉΓòÉΓòÉ <hidden> PC Paint/Pictor Save Options ΓòÉΓòÉΓòÉ
  1987.  
  1988. These options determine how PMView saves PPM files. 
  1989.  
  1990. o Raw data If set, PMView will save PPM files in raw data format. 
  1991.  
  1992.  
  1993. ΓòÉΓòÉΓòÉ <hidden> Truevision TGA Save Options ΓòÉΓòÉΓòÉ
  1994.  
  1995. These options determine how PMView saves TGA files. 
  1996.  
  1997. o Use Run Length Encoding (RLE) If set, PMView will run length encode the image 
  1998.   data. Note that this usually only is suitable for images with large areas of 
  1999.   the same color. 
  2000.  
  2001.  
  2002. ΓòÉΓòÉΓòÉ <hidden> TIFF Save Options ΓòÉΓòÉΓòÉ
  2003.  
  2004. These options determine how PMView saves TIFF files. 
  2005.  
  2006. o File Format This setting determines the byte ordering used when saving TIFF 
  2007.   files. If IBM PC is selected, Intel byte ordering will be used, i.e. the 
  2008.   least significant byte is stored first. If Macintosh is selected, Motorola 
  2009.   byte ordering will be used, i.e. the most significant byte is stored first. 
  2010.   Select the byte ordering used by the target system. 
  2011.  
  2012.  
  2013. ΓòÉΓòÉΓòÉ <hidden> Color depth too large ΓòÉΓòÉΓòÉ
  2014.  
  2015. The number of colors in the image that you're trying to save is larger than 
  2016. what is allowed for the format you've selected. Please select another format if 
  2017. you don't want to lose color infomation. Otherwise, select Convert to form the 
  2018. Color menu and convert the image to 256 colors or less. 
  2019.  
  2020.  
  2021. ΓòÉΓòÉΓòÉ <hidden> Confirm Save ΓòÉΓòÉΓòÉ
  2022.  
  2023. You have made changes to the image since it was last saved. 
  2024.  
  2025. o Select Yes to save the changes. 
  2026. o Select No to discard all changes made to the image. 
  2027. o Select Cancel to cancel this command. 
  2028.  
  2029.  
  2030. ΓòÉΓòÉΓòÉ 6. Slideshow ΓòÉΓòÉΓòÉ
  2031.  
  2032. To create and run a slideshow: 
  2033.  
  2034.  1. Select File Open. 
  2035.  2. Drag the files you want to PMView's main window. 
  2036.  3. Press Play on the slideshow controller. 
  2037.  
  2038. Select one of the following for more information: 
  2039.  
  2040. o Slideshow Container... 
  2041. o Slideshow Controller... 
  2042. o Slide Settings... 
  2043. o Questions & Answers... 
  2044.  
  2045. Related information: 
  2046.  
  2047. o Shortcut keys 
  2048.  
  2049.  
  2050. ΓòÉΓòÉΓòÉ 6.1. Slideshow Container ΓòÉΓòÉΓòÉ
  2051.  
  2052. SSC popup menu commands: 
  2053.  
  2054. o File... 
  2055. o Mode... 
  2056. o View... 
  2057. o Help... 
  2058. o View Slides... 
  2059. o Refresh... 
  2060. o Select... 
  2061. o Sort... 
  2062. o Scramble... 
  2063. o Run... 
  2064.  
  2065. SSC image popup menu commands: 
  2066.  
  2067. o Settings... 
  2068. o Copy Settings... 
  2069. o Remove... 
  2070. o Run... 
  2071.  
  2072.  
  2073. ΓòÉΓòÉΓòÉ 6.1.1. SSC Popup Menu Commands ΓòÉΓòÉΓòÉ
  2074.  
  2075. SSC popup menu commands: 
  2076.  
  2077. o File... 
  2078. o Mode... 
  2079. o Options... 
  2080. o Help... 
  2081. o View Slides... 
  2082. o Refresh... 
  2083. o Select... 
  2084. o Sort... 
  2085. o Scramble... 
  2086. o Run... 
  2087.  
  2088.  
  2089. ΓòÉΓòÉΓòÉ 6.1.1.1. File Menu ΓòÉΓòÉΓòÉ
  2090.  
  2091. This is essentially a copy of the File Menu from the main menu bar. You can use 
  2092. either File from the menu bar or File here to do things like switch between 
  2093. image and slideshow modes, open new files, save the current file and exit 
  2094. PMView. 
  2095.  
  2096. The File menu lets you transfer files from/to disk or to delete the current 
  2097. image or run a slideshow. 
  2098.  
  2099. o Open is used to load an image from disk or to browse your images and 
  2100.   create/delete thumbnails. 
  2101.  
  2102. o Revert will revert to the file on disk, which means any changes you had made 
  2103.   to it (or your view of it) are lost. 
  2104.  
  2105. o Save will save the current image to disk. The image will be written to a file 
  2106.   with the same file name, format and options that were used when the file was 
  2107.   last saved. 
  2108.  
  2109. o Save As is used if you would like to save the file with a different name, in 
  2110.   another file format or change any of the save options. 
  2111.  
  2112. o Delete will delete the currently displayed 
  2113.  
  2114. o Close will close the current slideshow. image. 
  2115.  
  2116. o Exit will quit PMView and returns you to OS/2. 
  2117.  
  2118.  
  2119. ΓòÉΓòÉΓòÉ 6.1.1.2. Mode Menu ΓòÉΓòÉΓòÉ
  2120.  
  2121. The functions in the Mode menu sets the function mode of PMView 
  2122.  
  2123. o View This will set PMView into View mode, that is, PMView will convert the 
  2124.   image to look as good as possible on your display. The image data may be 
  2125.   converted, thus you should not use this mode if you have intended to save the 
  2126.   image to disk. For instance, loading a deep color image on a 256-color system 
  2127.   will reduce the number of colors to 256 colors. If you now save this image in 
  2128.   View mode important color information may be lost! We recommend that you 
  2129.   always use Edit mode when saving files. 
  2130.  
  2131. o Edit This will set PMView into Edit mode. In this mode PMView never converts 
  2132.   the image. Full color information of the original image will be retained. If 
  2133.   your display adapter cannot display all color information in the image, 
  2134.   PMView will use dithering when showing the image. Use Edit mode when saving 
  2135.   files. 
  2136.  
  2137. o Slideshow This will set PMView into Slideshow mode. 
  2138.  
  2139. Note:  The two first options are replaced by one single option on deep color 
  2140. systems since these systems are capable of showing colors correctly, thus 
  2141. dithering is not needed. 
  2142.  
  2143.  
  2144. ΓòÉΓòÉΓòÉ 6.1.1.3. View Menu ΓòÉΓòÉΓòÉ
  2145.  
  2146. The first four functions in the View menu change how you see the image, but 
  2147. don't actually change the image itself. The rest change your PMView options. 
  2148.  
  2149. o Zoom lets you zoom in or out on your image. 
  2150.  
  2151. o Full Screen makes PMView use the whole desktop. 
  2152.  
  2153. o Fit Image sizes the window to fit the image. 
  2154.  
  2155. o Refresh redraws the image in the window. 
  2156.  
  2157. o Show Menu toggles the menu bar. 
  2158.  
  2159. o Show Controller toggles the slideshow controller. 
  2160.  
  2161. o Options opens a notebook that lets you control PMView's many options. 
  2162.  
  2163.  
  2164. ΓòÉΓòÉΓòÉ 6.1.1.4. Help Menu ΓòÉΓòÉΓòÉ
  2165.  
  2166. The functions in the Help menu are used to get on-line help and various 
  2167. information on your system and image. 
  2168.  
  2169. o Help Contents brings up the help contents list 
  2170.  
  2171. o General Help gives you a brief description of PMView. 
  2172.  
  2173. o Help for Keys gives you information on PMView's shortcut keys. 
  2174.  
  2175. o Using Help gives you information on how to use the help facility 
  2176.  
  2177. o Image Information gives you various statistics about your current image. 
  2178.  
  2179. o System Information gives information on your system's current status. 
  2180.  
  2181. o About PMView displays product information about PMView. 
  2182.  
  2183.  
  2184. ΓòÉΓòÉΓòÉ 6.1.1.5. View Slides ΓòÉΓòÉΓòÉ
  2185.  
  2186. This determines how images are shown in the Slideshow Container. 
  2187.  
  2188. o Normal Lets the user select one of the Normal view modes. In Normal modes, 
  2189.   PMView reads information from each image before displaying the image in the 
  2190.   Slideshow Container. 
  2191.  
  2192.    - Text Only PMView will display filenames only (no icon or thumbnail). 
  2193.    - Icon PMView will display a standard-sized OS/2 icon. 
  2194.    - Thumbnail PMView will display a thumbnail for each file. 
  2195.  
  2196. o Quick Switches to Quick mode. In quick mode, PMView gets image file 
  2197.   information from OS/2 rather than from the image file itself. This is fast, 
  2198.   but only filenames, sizes, dates, and times can be loaded in this way. 
  2199.  
  2200. o Non-text Images are shown as icons (or thumbnails) without any text 
  2201.   (filename) displayed. 
  2202.  
  2203. o Non-grid Images are dispalyed with filenames under their icons (or 
  2204.   thumbnails). Images are "packed" as closely as possible. 
  2205.  
  2206. o Flowed Images are displayed in rows. 
  2207.  
  2208. o Non-flowed Images are displayed in a single column. 
  2209.  
  2210. o Detail All available information is displayed for each image. 
  2211.  
  2212. o Longnames If on, the LONGNAME attribute attached to the file's extended 
  2213.   attribute will be displayed. If off, the physical file name will be 
  2214.   displayed. For example, a file named "MyTestFile.GIF" will have a physical 
  2215.   file name of e.g. "MYTESTFI.GIF" if the file system is FAT. Normally you'll 
  2216.   never need to turn off this option. 
  2217.  
  2218.  
  2219. ΓòÉΓòÉΓòÉ 6.1.1.6. Refresh ΓòÉΓòÉΓòÉ
  2220.  
  2221. This command will refresh the view of the files in the Slideshow Container. You 
  2222. may need this in case you've added or deleted files in another session. 
  2223.  
  2224.  
  2225. ΓòÉΓòÉΓòÉ 6.1.1.7. Select ΓòÉΓòÉΓòÉ
  2226.  
  2227. o Select all This command selects all the images in the Slideshow Container. 
  2228.  
  2229. o Deselect all This command unselects all the images in the Slideshow 
  2230.   Container, that is, it makes sure nothing is selected. 
  2231.  
  2232. o Sticky select If off, you must do Ctrl+click to add an image to the 
  2233.   selection. If on, you need only click. 
  2234.  
  2235. The shortcut key for Select all is Ctrl+/. 
  2236. The shortcut key for Deselect all is Ctrl+\. 
  2237.  
  2238.  
  2239. ΓòÉΓòÉΓòÉ 6.1.1.8. Sort ΓòÉΓòÉΓòÉ
  2240.  
  2241. These options choose how you want files sorted in the Slideshow Container. By 
  2242. default, files are sorted by name and in increasing order. The following 
  2243. choises are available: 
  2244.  
  2245. o Name Images are sorted by filename. 
  2246. o Location Images are sorted by their full path, that is, their location on 
  2247.   disk. 
  2248. o Type Images are sorted by file type (i.e., file extension) 
  2249. o Image format Images are sorted by actual image format. (The image's filename 
  2250.   extension is ignored, except to break ties as in the note below.) Not 
  2251.   available in Quick view. 
  2252. o Image Size Images are sorted by how many pixels they take up, that is, by 
  2253.   their width times their height. Not available in Quick view. 
  2254. o Image Depth Images are sorted by how many colors their particular format can 
  2255.   support (e.g. 16-color GIFs precede 256-color GIFs). Not available in Quick 
  2256.   view. 
  2257. o File Size Images are sorted by how much disk space they take up. 
  2258. o Date and Time Images are sorted by their date and time stamps, from oldest to 
  2259.   newest 
  2260. o Descending Order If selected, images are sorted and then displayed in reverse 
  2261.   order. 
  2262.  
  2263.   Note:  If two images compare the same on the primary sort, PMView will "break 
  2264.   ties" by comparing their filenames (including extensions). So, for instance, 
  2265.   if you sort by File Size, and two files have the same size, those two will be 
  2266.   sorted alphabetically by filename. 
  2267.  
  2268.  
  2269. ΓòÉΓòÉΓòÉ 6.1.1.9. Scramble ΓòÉΓòÉΓòÉ
  2270.  
  2271. This randomly re-orders images in the Slideshow Container. 
  2272.  
  2273.  
  2274. ΓòÉΓòÉΓòÉ 6.1.1.10. Run ΓòÉΓòÉΓòÉ
  2275.  
  2276. This starts a slideshow. 
  2277.  
  2278. The shortcut key for Run is Ctrl+R. 
  2279.  
  2280.  
  2281. ΓòÉΓòÉΓòÉ <hidden> Confirm Save ΓòÉΓòÉΓòÉ
  2282.  
  2283. You have made changes to the slideshow since it was last saved. 
  2284.  
  2285. o Select Yes to save the changes. 
  2286. o Select No to discard all changes made to the slideshow. 
  2287. o Select Cancel to cancel this command. 
  2288.  
  2289.  
  2290. ΓòÉΓòÉΓòÉ <hidden> Confirm File Replace ΓòÉΓòÉΓòÉ
  2291.  
  2292. You're about to replace a file that already exists on the disk. 
  2293.  
  2294. o Select Yes to proceed. 
  2295. o Select No to cancel. 
  2296.  
  2297.  
  2298. ΓòÉΓòÉΓòÉ 6.1.2. SSC Image Popup Menu Commands ΓòÉΓòÉΓòÉ
  2299.  
  2300. SSC image popup menu commands: 
  2301.  
  2302. o Settings... 
  2303. o Copy Settings... 
  2304. o Remove... 
  2305. o Run... 
  2306.  
  2307.  
  2308. ΓòÉΓòÉΓòÉ 6.1.2.1. Settings ΓòÉΓòÉΓòÉ
  2309.  
  2310. This opens the settings dialog(s) of the selected slide(s). 
  2311.  
  2312. You can also open the settings dialog of a slide by double clicking on it. 
  2313.  
  2314.  
  2315. ΓòÉΓòÉΓòÉ 6.1.2.2. Copy Settings ΓòÉΓòÉΓòÉ
  2316.  
  2317. This copies the settings of the CURRENT slide TO the SELECTED slide(s). 
  2318.  
  2319. o All Settings This will copy all the settings. 
  2320.  
  2321. o Selected Settings This will copy the selected settings only. 
  2322.  
  2323. o Manual/Automatic If on, the state of the Manual/Automatic button will be 
  2324.   copied when copying settings. 
  2325.  
  2326. o Advance Time If on, the Display Time will be copied when copying settings. 
  2327.  
  2328. o Display Notes If on, the state of the Display Notes button will be copied 
  2329.   when copying settings. 
  2330.  
  2331. o Note Text If on, the Note Text will be copied when copying settings. 
  2332.  
  2333.  
  2334. ΓòÉΓòÉΓòÉ <hidden> No Target Selected ΓòÉΓòÉΓòÉ
  2335.  
  2336. You have not selected any slides(s) to which the settings of the current file 
  2337. should be copied. Select all the slides you wish to copy the settings to and 
  2338. try again. 
  2339.  
  2340.  
  2341. ΓòÉΓòÉΓòÉ <hidden> Confirm Copy Settings ΓòÉΓòÉΓòÉ
  2342.  
  2343. You're about to copy the settings of the current slide to the selected 
  2344. slide(s). 
  2345.  
  2346. o Select Yes to proceed and copy the settings. 
  2347. o Select No to cancel. 
  2348.  
  2349.  
  2350. ΓòÉΓòÉΓòÉ 6.1.2.3. Remove ΓòÉΓòÉΓòÉ
  2351.  
  2352. This takes the selected slide(s) out of the slideshow. (It will not delete the 
  2353. file(s) from disk.) 
  2354.  
  2355. The shortcut key for Remove is Delete. 
  2356.  
  2357.  
  2358. ΓòÉΓòÉΓòÉ <hidden> Remove Slide ΓòÉΓòÉΓòÉ
  2359.  
  2360. You're about to remove the selected slide(s) from the current slideshow. 
  2361.  
  2362. o Select Yes to proceed and remove the slides. 
  2363. o Select No to leave the slideshow unchanged. 
  2364.  
  2365.  
  2366. ΓòÉΓòÉΓòÉ 6.1.2.4. Run ΓòÉΓòÉΓòÉ
  2367.  
  2368. This will run the selected slide(s) only. This can be useful if you want to run 
  2369. a subset of the slideshow. 
  2370.  
  2371.  
  2372. ΓòÉΓòÉΓòÉ 6.2. Slideshow Controller ΓòÉΓòÉΓòÉ
  2373.  
  2374. This control is used to control the slideshow. You can start the slideshow by 
  2375. pressing Rev, Play or Pause. 
  2376.  
  2377. The Preview Window will show you the image that is currently being preloaded, 
  2378. or already is preloaded and ready to show. The text above the Progress Bar 
  2379. tells the current status of loading. 
  2380.  
  2381. o Rev This will start the slideshow in reverse direction, or change the 
  2382.   direction to backwards if it currently is forwards. 
  2383. o Stop This will stop the slideshow. 
  2384. o Pause This will pause the slideshow. 
  2385. o Play This will start the slideshow, or change the direction to forwards if it 
  2386.   currently is backwards. 
  2387. o Preview Window This shows you the image in the preload buffer. You must have 
  2388.   thumbnails attached for your images, otherwise this will be black. 
  2389. o Position Slider This shows you the current position in the slideshow and also 
  2390.   lets you set the position. The slider is positioned on the slide that is 
  2391.   currently being preloaded. 
  2392. o Progress Bar This will show you the current status of the preloading. 
  2393.  
  2394.  
  2395. ΓòÉΓòÉΓòÉ 6.3. Slide Settings Dialog ΓòÉΓòÉΓòÉ
  2396.  
  2397. This dialog contains the settings of a slide. You can double-click on a slide 
  2398. to open up its settings dialog, or you can right-click on the slide and select 
  2399. Settings from the popup menu. 
  2400.  
  2401. Advance to next image 
  2402.  
  2403.    o Manually This will turn off the timer, thus you will have to manually 
  2404.      advance to the next image by pressing the Play button in the slideshow 
  2405.      controller or by right-clicking. 
  2406.  
  2407.    o Automatically after This will enable the timer. You can still advance 
  2408.      manually, but if you haven't proceeded to the next image before the 
  2409.      specified time has elapsed, PMView will automatically move to the next 
  2410.      image. 
  2411.  
  2412. Notes 
  2413.  
  2414. PMView will let you type notes about the slide in this field. These notes will 
  2415. be saved when you save the slideshow. 
  2416.  
  2417.    o Display Notes If on, your note will be displayed in a window while that 
  2418.      slide is shown. 
  2419.  
  2420. You can copy any or all of these settings by selecting Copy Settings. To choose 
  2421. which settings get copied, click on the arrow to the right of the word 
  2422. Settings, and select the settings you want to copy. 
  2423.  
  2424.  
  2425. ΓòÉΓòÉΓòÉ 6.4. Slideshow Q&A ΓòÉΓòÉΓòÉ
  2426.  
  2427. This answers most of the questions we've been asked about slideshows. If you 
  2428. run PMView and try each question in order, you can also learn how to use most 
  2429. of PMView's slideshow features. 
  2430.  
  2431. Q.  How do I create a slideshow? 
  2432.  
  2433. A.  Select Mode->Slideshow to take you to slideshow mode. Select File Open, and 
  2434.     drag the files you want to PMView's main window. 
  2435.  
  2436.     In fact, you can skip the Mode->Slideshow. If you drag more than one file 
  2437.     at once to PMView's main window, it will take you to slideshow mode (if you 
  2438.     aren't there already) and add these files to the slideshow. 
  2439.  
  2440. Q.  How can I change the order of the slides? 
  2441.  
  2442. A.  Drag them around. If you drop one slide on top of another, it will be 
  2443.     inserted directly after that slide. (Moving a slide to the beginning of the 
  2444.     slideshow takes two steps: First, drop it on the first slide. Second, drop 
  2445.     the first slide on it.) 
  2446.  
  2447. Q.  How do I run a slideshow? 
  2448.  
  2449. A.  Choose Run from the slideshow's popup menu, or type Ctrl+R. 
  2450.  
  2451.     (To get to the slideshow's popup menu, right-click in a blank area of the 
  2452.     main window. While you're in slideshow mode, the main window is a 
  2453.     container, just like the OS/2 desktop or a folder.) 
  2454.  
  2455.     By default, the slideshow will run full screen, and the slideshow 
  2456.     controller will be visible. You will have to move to the next slide 
  2457.     manually, by either pressing the right arrow key, clicking the right mouse 
  2458.     button, or pressing the PLAY button on the slideshow controller. 
  2459.  
  2460. Q.  How can I hide or unhide the slideshow controller? 
  2461.  
  2462. A.  During the slideshow, type Ctrl+C to toggle the controller's visibility. Of 
  2463.     course, you can also click the hide button on the controller to make it 
  2464.     invisible. 
  2465.  
  2466.     To start with a hidden slideshow controller, right click in the main 
  2467.     window, then unselect View->Show Controller. 
  2468.  
  2469. Q.  How can I quit the slideshow? 
  2470.  
  2471. A.  You can click your middle mouse button (if you don't have one, you can 
  2472.     click both left and right buttons simultaneously). Or you can hit your Esc 
  2473.     key. If the controller's visible, you can click the STOP button. 
  2474.  
  2475. Q.  How can I save the slideshow? 
  2476.  
  2477. A.  Choose File Save (or File Save as). 
  2478.  
  2479.     Slideshows are saved with an extension of *.SHW. Note that a slideshow is a 
  2480.     plain ASCII text file, so that you can edit it with your favorite editor. 
  2481.     The only restriction is that you may not modify the first line; it has to 
  2482.     be left exactly as is, or PMView won't recognize the slideshow properly. 
  2483.  
  2484. Q.  What if I don't want to run the slideshow full screen? 
  2485.  
  2486. A.  Right-click in the main window, then click View-> and select Options. This 
  2487.     takes you to the options notebook. Go to the slideshow page and turn off 
  2488.     Run Fullscreen. 
  2489.  
  2490.     During the slideshow, you can toggle in and out of Fullscreen mode by 
  2491.     typing F3, or left double-clicking on the image. 
  2492.  
  2493. Q.  What if I don't want to have to move to the second slide manually? 
  2494.  
  2495. A.  Right-click on the first slide to bring up its popup menu. Click Settings. 
  2496.     In the group that says, "Advance to next image," choose "Automatically 
  2497.     after" and specify a number of seconds. Then, when you run the slideshow, 
  2498.     PMView will move to the second slide after that many seconds. 
  2499.  
  2500. Q.  What if I don't want to have to move to the third slide manually? 
  2501.  
  2502. A.  Right-click on the second slide to bring up its popup menu, then follow the 
  2503.     instructions above. 
  2504.  
  2505. Q.  Hey! If I want each slide to stay on for 5 seconds, do I have to change 
  2506.     every slide by hand?? 
  2507.  
  2508. A.  You can, but there's an easier way. Think WPS. Set up the first slide for 
  2509.     five seconds. Select all the other slides (you can type Ctrl+/ to do this). 
  2510.     Right-click on the first slide, then choose Copy Settings (don't click on 
  2511.     the arrow). Choose OK, and all the slides will now be automatic with a 
  2512.     5-second delay. 
  2513.  
  2514.     What if you only want a 5-second delay on the first, third, and fifth 
  2515.     slide? Set up the first, select the third and fifth (via Ctrl+left click, 
  2516.     as with any other container) and right-click the first slide's Copy 
  2517.     Settings command. 
  2518.  
  2519. Q.  What are the other settings for a slide? 
  2520.  
  2521. A.  The "Notes" option lets you type notes about the slide. These notes will be 
  2522.     saved when you save the slideshow. 
  2523.  
  2524.     If you select Display Notes, your note will be displayed in a window while 
  2525.     that slide is shown. 
  2526.  
  2527.     You can copy any or all of these settings by selecting Copy Settings, as 
  2528.     explained in the previous question. To choose which settings get copied, 
  2529.     click on the arrow to the right of the word Settings, and select the 
  2530.     settings you want to copy. (This is much easier to do than say.) 
  2531.  
  2532. Q.  What are the other commands for a slide? 
  2533.  
  2534. A.  Remove will take the slide out of the slideshow. Run (on a slide, not on 
  2535.     the main window background) will let you "run" just that slide (to check 
  2536.     its note, for example). 
  2537.  
  2538. Q.  Getting back to slideshows, what options are available for them? 
  2539.  
  2540. A.  Under the Options menu, we have 
  2541.  
  2542.    o Show Menu This toggles whether the menu bar will be visible or not. You 
  2543.      can also type Ctrl+B 
  2544.  
  2545.    o Show Controller This toggles whether the controller will be visible at the 
  2546.      start of the slideshow. You can use Ctrl+C to hide and show the 
  2547.      controller. 
  2548.  
  2549.    o Run Fullscreen If on, each slide will be drawn Fullscreen. If off, each 
  2550.      slide will be drawn in the PMView window (in which case, the settings on 
  2551.      the Window page of PMView's main Options notebook will be used). 
  2552.  
  2553.    o Run Continuously If on, the slideshow will "wrap around" if you try to go 
  2554.      past either end. (For example, if you reach the last slide and press the 
  2555.      right arrow, PMView will go back to the first slide.) Otherwise, PMView's 
  2556.      slideshow will end if you go forward from the last slide (or backward from 
  2557.      the first slide). 
  2558.  
  2559.    o Swap Mouse Buttons If on, then the left mouse button will move forward a 
  2560.      slide and the right mouse button will move backwards. Some people prefer 
  2561.      this. 
  2562.  
  2563.  
  2564. ΓòÉΓòÉΓòÉ 7. Options Notebook ΓòÉΓòÉΓòÉ
  2565.  
  2566. PMView's Options Notebook lets you control PMView's many options. 
  2567.  
  2568. o View... 
  2569. o Full Screen... 
  2570. o Window... 
  2571. o Loading... 
  2572. o Directory... 
  2573. o Extensions... 
  2574. o Palette... 
  2575. o Color... 
  2576. o Photo CD... 
  2577. o Slideshow... 
  2578. o Special... 
  2579. o Confirmations... 
  2580. o Logo... 
  2581.  
  2582.  
  2583. ΓòÉΓòÉΓòÉ 7.1. View ΓòÉΓòÉΓòÉ
  2584.  
  2585. o Center image if it is smaller than window If set, PMView will draw an image 
  2586.   that's smaller than its window in the center of the window. If not set, 
  2587.   PMView will draw the image in the upper left corner. 
  2588.  
  2589. o Zoom image to fit window If set, then whenever you load an image or resize 
  2590.   PMView's window, PMView will zoom the image so that it fits perfectly either 
  2591.   horizontally or vertically in the window. Otherwise, the image will always be 
  2592.   drawn at "actual size" until you use a Zoom command. All zooming in PMView is 
  2593.   proportional; circles will always stay circles. 
  2594.  
  2595.  
  2596. ΓòÉΓòÉΓòÉ 7.2. Full Screen ΓòÉΓòÉΓòÉ
  2597.  
  2598. o Center image if it is smaller than screen If set, PMView will center the 
  2599.   image when drawing in Full Screen Mode. Othewise, the image will be drawn in 
  2600.   the upper left corner of the screen. 
  2601.  
  2602. o Zoom image if it is larger than screen If set, PMView will zoom out so that 
  2603.   your image will fit onscreen, if necessary. Zooming is done proportionally. 
  2604.  
  2605. o Zoom image if it is smaller than screen If set, PMView will zoom in so that 
  2606.   your image will reach completely across the screen either vertically or 
  2607.   horizontally. Again, zooming is proportional. 
  2608.  
  2609. o Hide mouse pointer If set, PMView will initially hide the mouse pointer when 
  2610.   you enter Full Screen mode. 
  2611.  
  2612.  
  2613. ΓòÉΓòÉΓòÉ 7.3. Window ΓòÉΓòÉΓòÉ
  2614.  
  2615. Automatically adjust window size and position 
  2616.  
  2617.    o When loading a new image If set, PMView will automatically adjust the 
  2618.      window's size and position to display newly-loaded images at actual size. 
  2619.  
  2620.    o When editing or zooming If set, PMView will adjust the window's size and 
  2621.      position if it's appropriate during an edit or zoom operation. For 
  2622.      instance, if you take a tall, narrow image and rotate it, it will become a 
  2623.      short, wide image. If this option is set, PMView's window will resize (and 
  2624.      possibly move) accordingly. Otherwise, you might get a horizontal scroll 
  2625.      bar and some blank space in your window. 
  2626.  
  2627. Automatically adjust window position 
  2628.  
  2629.    o Never 
  2630.    o When required 
  2631.    o Always move to upper left corner 
  2632.  
  2633. If you pick the first option, the upper left corner of PMView's window will 
  2634. never budge. If you pick the second option, PMView will leave the upper left 
  2635. corner in place unless moving it a short distance will let you see your whole 
  2636. image. Then it will move. Finally, "Always move to upper left corner" means 
  2637. that your window will move to the upper left corner of your screen every time 
  2638. you hit F4 (or load a new image, if the first option on this page is checked). 
  2639.  
  2640.  
  2641. ΓòÉΓòÉΓòÉ 7.4. Loading ΓòÉΓòÉΓòÉ
  2642.  
  2643. Loading/Startup options 
  2644.  
  2645.    o Startup minimized (iconized) 
  2646.    o Normal 
  2647.    o Full Screen each loaded image automatically 
  2648.  
  2649. If you pick the first option, PMView will start up minimized when you first 
  2650. load it. The second option will make it start up with the size of the image you 
  2651. specify on the command line (or the size it was when it last closed). (To make 
  2652. it do this every time it loads an image, select "When loading a new image" on 
  2653. the window page.) The last option will make PMView go into Full Screen mode 
  2654. every time it loads an image. 
  2655.  
  2656. (Why would you want to start up PMView iconified? Suppose you have associations 
  2657. set in OS/2 so that whenever you double-click on the name of a GIF file, it 
  2658. starts up PMView automatically. It's quite convenient to be able to 
  2659. double-click on several GIF files and have each one appear as an icon at the 
  2660. bottom of your screen, so you can pick which ones to look at after they're done 
  2661. loading. 
  2662.  
  2663. Progress indicator options 
  2664.  
  2665.    o Never show progress indicator 
  2666.    o Hide when PMView is started with a filename 
  2667.    o Always show progress indicator 
  2668.  
  2669. These options decide the visibility of the progress indicator, that sliding bar 
  2670. that some people love and some people hate. Select the first option if you hate 
  2671. seeing it, select the last if you like seeing it. If you select the second 
  2672. option, PMView will display the progress indicator except when you first start 
  2673. up with a filename on the command line. 
  2674.  
  2675.  
  2676. ΓòÉΓòÉΓòÉ 7.5. Directory ΓòÉΓòÉΓòÉ
  2677.  
  2678. On this page you can type the paths for the default load directory (where 
  2679. PMView will initially go the first time you do a File Open) and the default 
  2680. save directory (where PMView will save files by default). 
  2681.  
  2682.  
  2683. ΓòÉΓòÉΓòÉ 7.6. Extensions ΓòÉΓòÉΓòÉ
  2684.  
  2685. This page is allows you to change the ordering, lettering, or comments on the 
  2686. extensions that PMView loads. For instance, if you're running HPFS and use the 
  2687. extension .JPEG for your JPEG files, you can type JPEG in the Extension field, 
  2688. type My JPEGs in the description field, and click Ok >>. Then whenever you do a 
  2689. File Open, PMView will also display files with the extension of *.JPEG. What's 
  2690. more My JPEGs will appear in the List Files of Type list. And if you enter 
  2691. PMVIEW filename at an OS/2 prompt, PMView will be able to add the .JPEG 
  2692. extension automatically. 
  2693.  
  2694. Related information: 
  2695.  
  2696. o Predefined file types and filters 
  2697.  
  2698.  
  2699. ΓòÉΓòÉΓòÉ 7.7. Palette ΓòÉΓòÉΓòÉ
  2700.  
  2701. The following options configures how PMView uses the palette manager. Of 
  2702. course, if you don't have palette manager support, the following options won't 
  2703. be available. 
  2704.  
  2705. o Use palette manager If on, PMView will use the palette manager to display 
  2706.   images. 
  2707.  
  2708. o Blank window before changing the palette If on, PMView will clear the window 
  2709.   before changing the palette, e.g. when a new image is loaded. If off, the 
  2710.   window won't be cleared and color noise may appear when loading a new image. 
  2711.   You may want to turn off this option if you have a sequence of images 
  2712.   (slideshow) that uses the same palette and the blanking between the images is 
  2713.   inappropriate. 
  2714.  
  2715. o Override system colors in Full Screen mode If on, PMView will use all 256 
  2716.   colors in Full Screen mode, rather than letting OS/2 reserve 20 for the user 
  2717.   interface. 
  2718.  
  2719.  
  2720. ΓòÉΓòÉΓòÉ 7.8. Color ΓòÉΓòÉΓòÉ
  2721.  
  2722. o Color rendering options 
  2723.  
  2724.    These options will depend on your system configuration. 
  2725.  
  2726.    Please double-click your configuration below: 
  2727.  
  2728.       - 256 color systems with Palette Manager 
  2729.       - 256 color systems 
  2730.       - Systems with less than 256 colors 
  2731.       - Deep Color Systems 
  2732.  
  2733.  
  2734. ΓòÉΓòÉΓòÉ <hidden> Color rendering options - Systems with Palette Manager ΓòÉΓòÉΓòÉ
  2735.  
  2736. These options determine how PMView will reduce the number of colors when 
  2737. loading an image. 
  2738.  
  2739. Palette 
  2740.  
  2741.    o Adaptive This will select the best colors for the image. 
  2742.    o System This will only use colors in OS/2's system palette. 
  2743.    o 8-8-4 levels This will use the vaunted 3-3-2 bits fixed palette, that is, 
  2744.      a palette with 8 intensity levels for the Red and Green components and 4 
  2745.      levels for Blue. 
  2746.    o 6-7-6 levels This will use a 6-7-6 level fixed palette, that is, a palette 
  2747.      with 6 intensity levels for the Red and Blue component and 7 levels for 
  2748.      Green. 
  2749.    o 6-6-6 levels This will use a 6-6-6 level fixed palette, that is, a palette 
  2750.      with 6 intensity levels for each color component, thus the image will be 
  2751.      reduced to a maximum of 216 colors. This palette is well suited for 
  2752.      systems with palette manager since the Palette Manager works best if the 
  2753.      palette contains no more than 236 color entries. 
  2754.  
  2755. Dither 
  2756.  
  2757.    o None The colors will be selected on best match basis. The color error is 
  2758.      not compensated. 
  2759.    o Ordered Ordered dithering is used to compensate the error. Ordered 
  2760.      dithering can only be used with R-G-B level palettes. 
  2761.    o Diffusion Floyd-Steinberg error diffusion dithering is used to compensate 
  2762.      the color error. 
  2763.  
  2764.  
  2765.    o Maximum Error This sets the maximum accumulated error for the 
  2766.      Floyd-Steinberg error diffusion dithering. Decreasing the maximum error 
  2767.      will suppress dithering and vice versa. Real-life images generally look 
  2768.      better with a high setting, whereas computer generated images (images with 
  2769.      large areas of equal shade) look better with a low setting. 
  2770.  
  2771. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  2772. ΓöéPreference          ΓöéPalette    ΓöéDither   Γöé
  2773. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2774. ΓöéBest color quality  ΓöéAdaptive   ΓöéDiffusionΓöé
  2775. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2776. ΓöéFastest loading     Γöé6-6-6 levelΓöéOrdered  Γöé
  2777. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2778. ΓöéSuppress flicker    Γöé6-6-6 levelΓöéDiffusionΓöé
  2779. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2780. ΓöéOS/2 default        ΓöéAdaptive   ΓöéNone     Γöé
  2781. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  2782.  
  2783. Note:  You can suppress the palette flicker that normally occurs when you run 
  2784. multiple PMView sessions by selecing one of the fixed palettes. 
  2785.  
  2786.  
  2787. ΓòÉΓòÉΓòÉ <hidden> Color rendering options - 256 color systems ΓòÉΓòÉΓòÉ
  2788.  
  2789. These options determine how PMView will reduce the number of colors when 
  2790. loading an image. 
  2791.  
  2792. Palette 
  2793.  
  2794.    o Adaptive This will select the best colors for the image. 
  2795.    o System This will only use colors in OS/2's system palette. 
  2796.    o 8-8-4 levels This will use the vaunted 3-3-2 bits fixed palette, that is, 
  2797.      a palette with 8 intensity levels for the Red and Green components and 4 
  2798.      levels for Blue. 
  2799.    o 6-7-6 levels This will use a 6-7-6 level fixed palette, that is, a palette 
  2800.      with 6 intensity levels for the Red and Blue component and 7 levels for 
  2801.      Green. 
  2802.    o 6-6-6 levels This will use a 6-6-6 level fixed palette, that is, a palette 
  2803.      with 6 intensity levels for each color component. 
  2804.  
  2805. Dither 
  2806.  
  2807.    o None The colors will be selected on best match basis. The color error is 
  2808.      not compensated. 
  2809.    o Ordered Ordered dithering is used to compensate the error. Ordered 
  2810.      dithering can only be used with R-G-B level palettes. 
  2811.    o Diffusion Floyd-Steinberg error diffusion dithering is used to compensate 
  2812.      the color error. 
  2813.  
  2814.  
  2815.    o Maximum Error This sets the maximum accumulated error for the 
  2816.      Floyd-Steinberg error diffusion dithering. Decreasing the maximum error 
  2817.      will suppress dithering and vice versa. Real-life images generally look 
  2818.      better with a high setting, whereas computer generated images (images with 
  2819.      large areas of equal shade) look better with a low setting. 
  2820.  
  2821. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  2822. ΓöéPreference          ΓöéPalette    ΓöéDither   Γöé
  2823. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2824. ΓöéBest color quality  ΓöéSystem     ΓöéDiffusionΓöé
  2825. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2826. ΓöéFastest loading     Γöé8-8-4 levelΓöéOrdered  Γöé
  2827. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2828. ΓöéOS/2 default        ΓöéAdaptive   ΓöéNone     Γöé
  2829. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  2830.  
  2831.  
  2832. ΓòÉΓòÉΓòÉ <hidden> Color rendering options - Systems with less than 256 colors ΓòÉΓòÉΓòÉ
  2833.  
  2834. These options determine how PMView will reduce the number of colors when 
  2835. loading an image. 
  2836.  
  2837. Palette 
  2838.  
  2839.    o Adaptive This will select the 16 best colors for the image and hand over 
  2840.      the final color selection to OS/2. Since OS/2's color selection is crude, 
  2841.      the image won't look good. 
  2842.    o System This will use the 16 fixed colors in OS/2's system palette. 
  2843.    o 2-2-2 levels This will use a standard 2-2-2 level fixed palette, that is, 
  2844.      a palette with 2 intensity levels for each color component 
  2845.      (Red,Green,Blue). 
  2846.  
  2847. Dither 
  2848.  
  2849.    o None The colors will be selected on best match basis. The color error is 
  2850.      not compensated. 
  2851.    o Ordered Ordered dithering is used to compensate the error. Ordered 
  2852.      dithering can only be used with the 2-2-2 level palette. 
  2853.    o Diffusion Floyd-Steinberg error diffusion dithering is used to compensate 
  2854.      the color error. 
  2855.  
  2856. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  2857. ΓöéPreference          ΓöéPalette    ΓöéDither   Γöé
  2858. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2859. ΓöéBest color quality  ΓöéSystem     ΓöéDiffusionΓöé
  2860. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2861. ΓöéFastest loading     Γöé2-2-2 levelΓöéOrdered  Γöé
  2862. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2863. ΓöéOS/2 default        ΓöéAdaptive   ΓöéNone     Γöé
  2864. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  2865.  
  2866.  
  2867. ΓòÉΓòÉΓòÉ <hidden> Color rendering options - Deep Color systems ΓòÉΓòÉΓòÉ
  2868.  
  2869. The options are disabled since images don't need to be converted in Deep Color 
  2870. mode. 
  2871.  
  2872.  
  2873. ΓòÉΓòÉΓòÉ 7.9. Photo CD ΓòÉΓòÉΓòÉ
  2874.  
  2875. These options are for use with Photo CD images. 
  2876.  
  2877. Default resolution 
  2878.  
  2879.    o 192 x 128 
  2880.    o 384 x 256 
  2881.    o 768 x 512 
  2882.    o 1536 x 1024 
  2883.    o 3072 x 2048 
  2884.    o 6144 x 4096 
  2885.  
  2886. Photo CD images actually store five copies of each picture, one for each 
  2887. resolution above. You should select the resolution you want by default. Photo 
  2888. CD PRO images additionally store a sixth resolution (6144x4096). Beware! The 
  2889. larger Photo CD resolutions will need a lot of memory to load. 
  2890.  
  2891. o Ask for resolution before loading image If on, PMView will ask you which 
  2892.   resolution you want before you load a Photo CD image. 
  2893.  
  2894. Note:  The default resolution will always be used in a slideshow. In case the 
  2895. selected default resolution is 6144 x 4096 and the image is not a Photo CD PRO 
  2896. image, then the best available resolution (3072 x 2048) will be used instead. 
  2897.  
  2898.  
  2899. ΓòÉΓòÉΓòÉ 7.10. Slideshow ΓòÉΓòÉΓòÉ
  2900.  
  2901. This lets you configure the different settings for slideshows. 
  2902.  
  2903. Page 1 - Slideshow Settings 
  2904.  
  2905. o Run Fullscreen If on, each slide will be drawn Fullscreen. If off, each slide 
  2906.   will be drawn in the PMView window (in which case, the settings on the Window 
  2907.   page of PMView's main Options notebook will be used). 
  2908.  
  2909. o Run Continuously If on, the slideshow will "wrap around" if you try to go 
  2910.   past either end. (For example, if you reach the last slide and press the 
  2911.   right arrow, PMView will go back to the first slide.) Otherwise, PMView's 
  2912.   slideshow will end if you go forward from the last slide (or backward from 
  2913.   the first slide). 
  2914.  
  2915. o Run Scrambled If on, the slides will be scrambled when you start the 
  2916.   slideshow. The order will be restored when the slideshow is stopped, thus the 
  2917.   slideshow won't be modified. 
  2918.  
  2919. o Swap Mouse Buttons If on, then the left mouse button will move forward a 
  2920.   slide and the right mouse button will move backwards. 
  2921.  
  2922. Page 2 - Default Slide Settings 
  2923.  
  2924. o Advance to next image These controls will let you set the default timer 
  2925.   settings that are copied to a new slide. Look at the help for the Slide 
  2926.   Settings Dialog for more information on these options. 
  2927.  
  2928. o Display Notes This control will let you set the default Display Notes setting 
  2929.   that is copied to a new slide. Look at the help for the Slide Settings Dialog 
  2930.   for more information on this option. 
  2931.  
  2932.  
  2933. ΓòÉΓòÉΓòÉ 7.11. Special ΓòÉΓòÉΓòÉ
  2934.  
  2935. o Use idle time priority If on, PMView will use the lowest priority in OS/2 
  2936.   when it loads and saves files and during image transformations. In PMView 
  2937.   versions before 0.86, this could be a problem because if you were running a 
  2938.   "greedy" OS/2 or DOS program that required lots of CPU power to run, PMView 
  2939.   could get "stuck" and never finish loading. But one of the major advances in 
  2940.   PMView 0.86 is a clever system that will "boost" PMView's priority if PMView 
  2941.   hasn't accomplished anything for two seconds. If you are continually running 
  2942.   greedy programs and hate waiting the extra two seconds, you may want to 
  2943.   disable idle-time loading. Otherwise, we recommend that you leave it on. 
  2944.  
  2945. o Use GpiDrawBits If on, PMView will use the OS/2 function GpiDrawBits when 
  2946.   painting. This function will send the image data straight to the display 
  2947.   driver, thus this gives you the best performance. If off, PMView will first 
  2948.   create a temporary bitmap from the image data, then use the OS/2 function 
  2949.   WinDrawBitmap to draw it and then destroy the bitmap. This is a workaround 
  2950.   for driver bugs. 
  2951.  
  2952.   Due to bugs/limitations in some display drivers this option is off by 
  2953.   default, however we recommend that you try enabling Use GpiDrawBits and leave 
  2954.   it on if it is possible. If PMView won't work correctly, you may want to 
  2955.   contact IBM to get a newer display driver that works with GpiDrawBits. 
  2956.  
  2957. o Use Shadow Bitmap If on, PMView will create a shadow bitmap in memory. This 
  2958.   will make PMView's painting very fast. However, this will use much more RAM. 
  2959.   For instance, if your image is a true color (24-bit) image with a size of 
  2960.   1024 x 1024 pixels, the image "raw" data will require 3 MB. Without shadow 
  2961.   bitmap PMView will only need some hundred kilobytes to paint the image. 
  2962.   However, if creating a shadow bitmap, the OS/2 Presentation Manager 
  2963.   additionally needs a memory amount that equals two to three times the size of 
  2964.   the "raw" data, in this case 3MB + (2..3) * 3MB. Thus the display of the 
  2965.   image may require up to 12 MB ! Another problem is that the OS/2 Presentation 
  2966.   Manager cannot cope with very large bitmaps (more than 20 MB may cause PM to 
  2967.   crash). This is why we have the threshold setting described below. We 
  2968.   recommend that you only enable this option if you feel that the painting 
  2969.   otherwise is too slow (don't forget to try turning on Use GpiDrawBits first). 
  2970.  
  2971.   Use the threshold setting to set the size of the largest image for which a 
  2972.   shadow bitmap should be used. We recommend that you should keep this below 
  2973.   20,480 (or below the installed amount of RAM divided by three) in order to 
  2974.   keep your system stable. 
  2975.  
  2976.   Note that a shadow bitmap will not be used when PMView needs to dither your 
  2977.   image. 
  2978.  
  2979.   Warning! Turning on this option causes PMView to violate the CUA standard for 
  2980.   a well-behaved multithreaded application. PMView may block the message queue 
  2981.   for a longer period than 0.1 seconds when creating the shadow bitmap. THIS 
  2982.   OPTION MUST NOT BE USED IN SYSTEMS RUNNING TIME-CRITICAL APPLICATIONS! 
  2983.  
  2984.  
  2985. ΓòÉΓòÉΓòÉ 7.12. Confirmations ΓòÉΓòÉΓòÉ
  2986.  
  2987. o Confirm on file delete If on, PMView will always ask you to confirm the 
  2988.   deletion of a file. If off, PMView will boldly delete files without nagging. 
  2989.  
  2990. o Ask whether to save changed files If on, PMView will ask you whether you 
  2991.   would like to save changed files before exiting or not. If off, PMView will 
  2992.   discard unsaved changed files without asking when exiting PMView. 
  2993.  
  2994. o Ask whether to continue converting files If on, PMView will check with you 
  2995.   whether it is okay or not to abort the conversion of files. If off, PMView 
  2996.   will stop the conversion of files without asking when quitting PMView or 
  2997.   closing the file open or file save dialog. 
  2998.  
  2999.  
  3000. ΓòÉΓòÉΓòÉ 7.13. Logo ΓòÉΓòÉΓòÉ
  3001.  
  3002. This option applies only to registered users, since it is not possible to turn 
  3003. off the logo (About) dialog in the unregistered version of PMView. 
  3004.  
  3005. o Don't display logo Press this if you don't want to see the About dialog when 
  3006.   you start PMView. 
  3007.  
  3008. o Display logo for nn seconds This lets you set the time for how long the About 
  3009.   dialog is displayed when you start PMView (1...65 seconds). 
  3010.  
  3011.  
  3012. ΓòÉΓòÉΓòÉ 8. File Formats ΓòÉΓòÉΓòÉ
  3013.  
  3014. All code for handling the file formats supported in PMView has been written 
  3015. completely from scratch. Therefore, we are proud to be able of providing full 
  3016. technical support on all of the formats below and enhance support for a 
  3017. specific format when needed (for instance, the TIFF format). If PMView fails to 
  3018. load a file that you need, please contact us so we can try to support your 
  3019. file's format in our next release. 
  3020.  
  3021. Formats that can be read: 
  3022.  
  3023. o Bitmap (BMP,DIB,RLE)... 
  3024. o Encapsulated PostScript (EPS)... 
  3025. o Graphics Interchange Format (GIF)... 
  3026. o JPEG File Interchange Format (JIF,JPG)... 
  3027. o Kodak Photo-CD (PCD)... 
  3028. o ZSoft Paintbrush Format (PCX)... 
  3029. o PC Paint/Pictor Format (PIC)... 
  3030. o PBMPlus File Format (PBM,PGM,PPM)... 
  3031. o PMView Slideshow File Format (SHW)... 
  3032. o Truevision Targa Format (TGA)... 
  3033. o Tagged Interchange File Format (TIF)... 
  3034.  
  3035. Formats that can be written: 
  3036.  
  3037. o Bitmap (BMP,DIB,RLE)... 
  3038. o Graphics Interchange Format (GIF)... 
  3039. o JPEG File Interchange Format (JIF,JPG)... 
  3040. o ZSoft Paintbrush Format (PCX)... 
  3041. o PC Paint/Pictor Format (PIC)... 
  3042. o PBMPlus File Format (PBM,PGM,PPM)... 
  3043. o PMView Slideshow File Format (SHW)... 
  3044. o Truevision Targa Format (TGA)... 
  3045. o Tagged Interchange File Format (TIF)... 
  3046.  
  3047. Note:  The Kodak Photo-CD format cannot be saved, since saving files in this 
  3048.        format is not legally permitted by Kodak Corporation. (Currently no 
  3049.        other programs, with the exception of Kodak's own programs, allows this 
  3050.        to be done). 
  3051.  
  3052.  
  3053. ΓòÉΓòÉΓòÉ 8.1. Bitmap (BMP,DIB,RLE) ΓòÉΓòÉΓòÉ
  3054.  
  3055. General Description 
  3056.  
  3057. The bitmap format was introduced in the early 1.1 version of OS/2. Later, 
  3058. Microsoft Corp. enhanced the format and included it in its best selling 
  3059. operating environment: Microsoft Windows 3.0. In OS/2 2.0 IBM further extended 
  3060. the format by adding some fields and by defining a structure for storing 
  3061. multiple bitmaps in the same file (this type of file is often referred to as a 
  3062. bitmap array). Although we have put much effort into making PMView save files 
  3063. with all the possible bitmap compression schemes, we discourage you from using 
  3064. it since the GIF or JPEG format normally will give you much smaller files. 
  3065.  
  3066. The RLE extension is sometimes used for compressed bitmap files under Windows. 
  3067. Another common extension is DIB. None of these two extensions are normally used 
  3068. under OS/2. BMP is the default extension for bitmap files. 
  3069.  
  3070. Since the native operating systems for this file format are exclusively DOS and 
  3071. OS/2, the BMP format is not recommended as a generalized format for image 
  3072. exchange. We recommend that you use GIF, TIFF or JPEG for this purpose. 
  3073.  
  3074. PMView Support 
  3075.  
  3076. PMView will read all types of OS/2 and Windows bitmaps. For now, only the first 
  3077. image in a bitmap array will be displayed. 
  3078.  
  3079. Technical Information 
  3080.  
  3081. The following bitmap types are supported: 
  3082.  
  3083.     1. IBM OS/2 1.x bitmaps 
  3084.     2. IBM OS/2 1.x bitmap arrays 
  3085.     3. IBM OS/2 2.x bitmaps 
  3086.     4. IBM OS/2 2.x bitmap arrays 
  3087.     5. Windows 3.x bitmaps 
  3088.  
  3089. Bitcounts: 
  3090.  
  3091.    1, 2, 4, 8 and 24 bit 
  3092.  
  3093. Compressions: 
  3094.  
  3095. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  3096. Γöé1 bit  ΓöéHUFFMAN_1D Γöétypes: 3,4  Γöé
  3097. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3098. Γöé4 bit  ΓöéRLE_4      Γöétypes: 3,4,5Γöé
  3099. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3100. Γöé8 bit  ΓöéRLE_8      Γöétypes: 3,4,5Γöé
  3101. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3102. Γöé24 bit ΓöéRLE_24     Γöétypes: 3,4  Γöé
  3103. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  3104.  
  3105.  
  3106. ΓòÉΓòÉΓòÉ 8.2. Encapsulated PostScript (EPS) ΓòÉΓòÉΓòÉ
  3107.  
  3108. General Description 
  3109.  
  3110. The Encapsulated PostScript file format (EPSF) is a standard format for 
  3111. importing and exporting PostScript language files among applications in a 
  3112. variety of environments. 
  3113.  
  3114. The standard extension for EPS files is EPSF and EPSI (depending on the type of 
  3115. the EPS file). In order to be compatible with different file systems, PMView 
  3116. will use EPS as default extension. 
  3117.  
  3118. PMView Support 
  3119.  
  3120. For now, only EPSF-2.0 conforming files with TIFF-preview are supported. Future 
  3121. PMView versions will support the newer EPSF-3.0 device independent EPS 
  3122. interchage file format (EPSI). 
  3123.  
  3124. Technical Information 
  3125.  
  3126. Only EPSF-2.0 conforming files with TIFF-preview are supported. 
  3127.  
  3128.  
  3129. ΓòÉΓòÉΓòÉ 8.3. Graphics Interchange Format (GIF) ΓòÉΓòÉΓòÉ
  3130.  
  3131. General Description 
  3132.  
  3133. The GIF format was designed by Compuserve in 1987. Since then it has become 
  3134. very popular for general image exchange. There are two types of GIF files; 
  3135. GIF87a, the original standard of 1987 and GIF89a, the revised standard of 1989 
  3136. that adds features for including comments, animation and text. 
  3137.  
  3138. The GIF format is a lossless format and is good for saving any type of image 
  3139. that has 256 colors (or shades of gray), or less. 
  3140.  
  3141. This format is suitable as a generalized format for image exchange, though the 
  3142. color information limit in the format may require you to choose TIFF or JPEG 
  3143. instead. In general this is the BEST format for images with a limited number of 
  3144. colors, since the compression ratio is good (regarding that the format is 
  3145. lossless) and GIF files can be decompressed very quickly. 
  3146.  
  3147. The Graphics Interchange Format is a proprietary format of Compuserve 
  3148. Incorportated. 
  3149.  
  3150. The standard extension for GIF files is GIF 
  3151.  
  3152. PMView Support 
  3153.  
  3154. PMView supports the original GIF87a specification in full. GIF89a files can 
  3155. also be read, but the GIF89a specific information will be ignored. For now, 
  3156. PMView will only display the first image of a multi-image GIF. 
  3157.  
  3158. Technical Information 
  3159.  
  3160.    Versions: 87a, 89a 
  3161.    Bitcount: 1..8 
  3162.  
  3163.  
  3164. ΓòÉΓòÉΓòÉ 8.4. JPEG File Interchange Format (JIF,JPG) ΓòÉΓòÉΓòÉ
  3165.  
  3166. General Description 
  3167.  
  3168. The JPEG format is a "lossy" format, meaning that the image you get out of 
  3169. decompression isn't quite identical to what you originally put in. The 
  3170. algorithm achieves much of its compression by exploiting known limitations of 
  3171. the human eye, notably the fact that small color details aren't preceived as 
  3172. well as small details of light-and-dark. Thus, JPEG is intended for storing 
  3173. images that will be looked at by humans. If you plan to machine-analyze your 
  3174. images, the small errors introduced by JPEG may be a problem for you, even 
  3175. though they are invisible to the eye. This format is good for general image 
  3176. exchange. 
  3177.  
  3178. The extension recommended by the Joint Photographic Experts Group is JIF. 
  3179. Another commonly used extension is JPG, which is the default. 
  3180.  
  3181. PMView Support 
  3182.  
  3183. Support in accordance with the Independent JPEG Group's revision 5.0. 
  3184.  
  3185. Technical Information 
  3186.  
  3187. This space intentionally left blank 
  3188.  
  3189.  
  3190. ΓòÉΓòÉΓòÉ 8.5. Kodak Photo-CD (PCD) ΓòÉΓòÉΓòÉ
  3191.  
  3192. General Description 
  3193.  
  3194. Kodak Photo-CD allows you to have conventional photographs converted to Kodak's 
  3195. proprietary CD-ROM format. Not all CD-ROM drives can access Photo-CDs. You 
  3196. might want to contact Kodak for a full list of those that can. Each PCD file 
  3197. contains five scans of the same image at the resolutions listed below. Photo-CD 
  3198. files reside in the \PHOTO_CD\IMAGES\ directory on the CD-ROM and are named 
  3199. IMGxxxx.PCD, where xxxx is a four digit number ranging from 0001 to the number 
  3200. of images on the disk. 
  3201.  
  3202. A sixth resolution (6144x4096) may be available on Photo-CD PRO disks. This is 
  3203. an extension to the standard, and resides in a different directory on the disk. 
  3204. PMView will use the information in \PHOTO_CD\IPE\IMGxxxx\64BASE\INFO.IC when 
  3205. reading this resolution. 
  3206.  
  3207. PMView Support 
  3208.  
  3209. All five standard image resolutions and orientations are supported. When 
  3210. needed, the images will automatically be rotated without any extra memory 
  3211. overhead during decoding. The Photo-CD PRO extension (64 Base) is also 
  3212. supported. 
  3213.  
  3214. PMView will prompt you for the desired resolution before loading an image. A 
  3215. default resolution can also be specified in the options notebook. 
  3216.  
  3217. Thumbnails will be loaded from \PHOTO_CD\OVERVIEW.PCD if it is available. An 
  3218. option for automatically loading/showing the startup file \PHOTO_CD\STARTUP.PCD 
  3219. is not available. However, if required, it can be viewed simply by changing the 
  3220. directory. 
  3221.  
  3222. Technical Information 
  3223.  
  3224. Standard Photo CD image resolutions and memory needed for decoding: 
  3225.  
  3226. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  3227. Γöé192 x 128   Γöé73,728 bytes     Γöé
  3228. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3229. Γöé384 x 256   Γöé294,912 bytes    Γöé
  3230. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3231. Γöé768 x 512   Γöé1,179,648 bytes  Γöé
  3232. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3233. Γöé1536 x 1024 Γöé4,784,128 bytes  Γöé
  3234. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3235. Γöé3072 x 2048 Γöé19,070,976 bytes Γöé
  3236. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3237. Γöé6144 x 4096 Γöé75,694,080 bytes Γöé
  3238. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  3239.  
  3240. The specified amount of memory needed for decoding includes the size needed for 
  3241. the huffman tables and may therefore differ from the size reported by other 
  3242. programs. 
  3243.  
  3244.  
  3245. ΓòÉΓòÉΓòÉ 8.6. ZSoft Paintbrush Format (PCX) ΓòÉΓòÉΓòÉ
  3246.  
  3247. General Description 
  3248.  
  3249. PCX files are created by ZSoft's PC Paintbrush, one of the most popular PC 
  3250. drawing tools. 
  3251.  
  3252. Since the native operating system for this file format is DOS, the PCX format 
  3253. is not recommended as a generalized format for image exchange. We recommend 
  3254. that you use GIF, TIFF or JPEG for this purpose. 
  3255.  
  3256. The default extension is PCX. 
  3257.  
  3258. PMView Support 
  3259.  
  3260. At least the following PCX revisions are supported: 
  3261.  
  3262.     1. Version 2.5 of PC Paintbrush 
  3263.     2. Version 2.8 with or w/o palette 
  3264.     3. Version 3.0 
  3265.     4. Version 5.0 including 24-bit PCX 
  3266.  
  3267. PMView is not dependent of the version number tag, so in practise PMView should 
  3268. be able to display any PCX file conforming to the technical specs below. The 
  3269. version list above is provided as a guideline only. 
  3270.  
  3271. Technical Information 
  3272.  
  3273. Images up to 8-bit color depth [bits*planes <= 8]: 
  3274.  
  3275.    1, 2, 4 or 8 bits 
  3276.    1, 2 or 4 planes 
  3277.  
  3278. Support for 24-bit images (PCX rev 5.0): 
  3279.  
  3280.    3 planes 
  3281.    8 bits 
  3282.  
  3283.  
  3284. ΓòÉΓòÉΓòÉ 8.7. PC Paint/Pictor Format (PIC) ΓòÉΓòÉΓòÉ
  3285.  
  3286. General Description 
  3287.  
  3288. PIC files are created by PC Paint/Pictor (not PC Paintbrush) and are used by 
  3289. Grasp, among others. 
  3290.  
  3291. Since the native operating system for this file format is DOS, the PIC format 
  3292. is not recommended as a generalized format for image exchange. We recommend 
  3293. that you use GIF, TIFF or JPEG for this purpose. 
  3294.  
  3295. The default extension is PIC. Note! This extension is used by a number of 
  3296. applications to mean widely different things. If PMView cannot read your file 
  3297. with PIC extension, you can assume that it isn't a PC Paint/Pictor file. For 
  3298. instance, PMView will not read Lotus 1-2-3 PIC files (these are vector 
  3299. graphics, not bitmaps). 
  3300.  
  3301. PMView Support 
  3302.  
  3303. In conformance with the PIC file specifications PMView will be able to display 
  3304. any PIC file complying to the technical specifications below. Note! The 24-bit 
  3305. format is NOT standard. Many applications will not be able to handle files 
  3306. saved in this format. 
  3307.  
  3308. Technical Information 
  3309.  
  3310. Images up to 8-bit color depth [bits*planes <= 8]: 
  3311.  
  3312.    1..8 bits 
  3313.    1..8 planes 
  3314.  
  3315. Extended support for 24-bit images (non standard format): 
  3316.  
  3317.    3 planes 
  3318.    8 bits 
  3319.  
  3320.  
  3321. ΓòÉΓòÉΓòÉ 8.8. PBMPlus File Format (PBM,PGM,PPM) ΓòÉΓòÉΓòÉ
  3322.  
  3323. General Description 
  3324.  
  3325. PBMPlus files are created by Jef Poskanzer's PBMPlus image processing software 
  3326. (UNIX). 
  3327.  
  3328. Since this format isn't standard and the native operations sytem is UNIX, the 
  3329. PBMPlus format is not recommended as a generalized format for image exchange. 
  3330. We recommend that you use GIF, TIFF or JPEG for this purpose. 
  3331.  
  3332. The default extension is PPM. Note! This extension is normally only used for 
  3333. PBMPlus files of type P3 and P6 (see thechnical specs below). However, PMView 
  3334. defaults to always and only use PPM as extension. If you need to use PBM (P1 
  3335. and P4) and PGM (P2 and P5) as extensions, please configure the extensions in 
  3336. the options notebook. 
  3337.  
  3338. PMView will automatically detect if your image is Black/White, Grayscale or 
  3339. Full Color and save the image in the appropriate PBMPlus format (P1/P2/P3 or 
  3340. P4/P5/P6 if the Rawdata option is set). 
  3341.  
  3342. PMView Support 
  3343.  
  3344. In conformance with Jef Poskanzer's specifications of 1990. The full 
  3345. specification is included below. 
  3346.  
  3347. Technical Information 
  3348.  
  3349.    PBM - Portable Bitmap File Format 
  3350.  
  3351.    DESCRIPTION 
  3352.  
  3353.    The portable bitmap format is a lowest common denominator monochrome file 
  3354.    format. It was originally designed to make it reasonable to mail bitmaps 
  3355.    between different types of machines using the typical stupid network mailers 
  3356.    we have today. Now it serves as the common language of a large family of 
  3357.    bitmap conversion filters. The definition is as follows: 
  3358.  
  3359.       o A "magic number" for identifying the file type. A pbm file's magic 
  3360.         number is the two characters "P1". 
  3361.       o Whitespace (blanks, TABs, CRs, LFs). 
  3362.       o A width, formatted as ASCII characters in decimal. 
  3363.       o Whitespace. 
  3364.       o A height, again in ASCII decimal. 
  3365.       o Whitespace. 
  3366.       o Width * height bits, each either '1' or '0', starting at the top-left 
  3367.         corner of the bitmap, proceding in normal English reading order. 
  3368.       o The character '1' means black, '0' means white. 
  3369.       o Whitespace in the bits section is ignored. 
  3370.       o Characters from a "#" to the next end-of-line are ignored (comments). 
  3371.       o No line should be longer than 70 characters. 
  3372.  
  3373.    Here is an example of a small bitmap in this format: 
  3374.  
  3375.       P1
  3376.       # feep.pbm
  3377.       24 7
  3378.       0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  3379.       0 1 1 1 1 0 0 1 1 1 1 0 0 1 1 1 1 0 0 1 1 1 1 0
  3380.       0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0
  3381.       0 1 1 1 0 0 0 1 1 1 0 0 0 1 1 1 0 0 0 1 1 1 1 0
  3382.       0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0
  3383.       0 1 0 0 0 0 0 1 1 1 1 0 0 1 1 1 1 0 0 1 0 0 0 0
  3384.       0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  3385.  
  3386.    Programs that read this format should be as lenient as possible, accepting 
  3387.    anything that looks remotely like a bitmap. 
  3388.  
  3389.    There is also a variant on the format, available by setting the RAWBITS 
  3390.    option at compile time. This variant is different in the following ways: 
  3391.  
  3392.       o The "magic number" is "P4" instead of "P1". 
  3393.       o The bits are stored eight per byte, high bit first low bit last. 
  3394.       o No whitespace is allowed in the bits section, and only a single 
  3395.         character of whitespace (typically a newline) is allowed after the 
  3396.         height. 
  3397.       o The files are eight times smaller and many times faster to read and 
  3398.         write. 
  3399.  
  3400.    PGM - Portable Graymap File Format 
  3401.  
  3402.    DESCRIPTION 
  3403.  
  3404.    The portable graymap format is a lowest common denominator grayscale file 
  3405.    format. The definition is as follows: 
  3406.  
  3407.       o A "magic number" for identifying the file type. A pgm file's magic 
  3408.         number is the two characters "P2". 
  3409.       o Whitespace (blanks, TABs, CRs, LFs). 
  3410.       o A width, formatted as ASCII characters in decimal. 
  3411.       o Whitespace. 
  3412.       o A height, again in ASCII decimal. 
  3413.       o Whitespace. 
  3414.       o The maximum gray value, again in ASCII decimal. 
  3415.       o Whitespace. 
  3416.       o Width * height gray values, each in ASCII decimal, between 0 and the 
  3417.         specified maximum value, separated by whitespace, starting at the top- 
  3418.         left corner of the graymap, proceding in normal English reading order. 
  3419.         A value of 0 means black, and the maximum value means white. 
  3420.       o Characters from a "#" to the next end-of-line are ignored (comments). 
  3421.       o No line should be longer than 70 characters. 
  3422.  
  3423.    Here is an example of a small graymap in this format: 
  3424.  
  3425.       P2
  3426.       # feep.pgm
  3427.       24 7
  3428.       15
  3429.       0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
  3430.       0  3  3  3  3  0  0  7  7  7  7  0  0 11 11 11 11  0  0 15 15 15 15  0
  3431.       0  3  0  0  0  0  0  7  0  0  0  0  0 11  0  0  0  0  0 15  0  0 15  0
  3432.       0  3  3  3  0  0  0  7  7  7  0  0  0 11 11 11  0  0  0 15 15 15 15  0
  3433.       0  3  0  0  0  0  0  7  0  0  0  0  0 11  0  0  0  0  0 15  0  0  0  0
  3434.       0  3  0  0  0  0  0  7  7  7  7  0  0 11 11 11 11  0  0 15  0  0  0  0
  3435.       0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
  3436.  
  3437.    Programs that read this format should be as lenient as possible, accepting 
  3438.    anything that looks remotely like a graymap. 
  3439.  
  3440.    There is also a variant on the format, available by setting the RAWBITS 
  3441.    option at compile time. This variant is different in the following ways: 
  3442.  
  3443.       o The "magic number" is "P5" instead of "P2". 
  3444.       o The gray values are stored as plain bytes, instead of ASCII decimal. 
  3445.       o No whitespace is allowed in the grays section, and only a single 
  3446.         character of whitespace (typically a newline) is allowed after the 
  3447.         maxval. 
  3448.       o The files are smaller and many times faster to read and write. 
  3449.  
  3450.    Note that this raw format can only be used for maxvals less than or equal to 
  3451.    255. If you use the PGM library and try to write a file with a larger 
  3452.    maxval, it will automatically fall back on the slower but more general plain 
  3453.    format. 
  3454.  
  3455.    PPM - Portable Pixmap File Format 
  3456.  
  3457.    DESCRIPTION 
  3458.  
  3459.    The portable pixmap format is a lowest common denominator color image file 
  3460.    format. The definition is as follows: 
  3461.  
  3462.       o A "magic number" for identifying the file type. A ppm file's magic 
  3463.         number is the two characters "P3". 
  3464.       o Whitespace (blanks, TABs, CRs, LFs). 
  3465.       o A width, formatted as ASCII characters in decimal. 
  3466.       o Whitespace. 
  3467.       o A height, again in ASCII decimal. 
  3468.       o Whitespace. 
  3469.       o The maximum color-component value, again in ASCII decimal. 
  3470.       o Whitespace. 
  3471.       o Width * height pixels, each three ASCII decimal values between 0 and 
  3472.         the specified maximum value, starting at the top-left corner of the 
  3473.         pixmap, proceding in normal English reading order. The three values for 
  3474.         each pixel represent red, green, and blue, respectively; a value of 0 
  3475.         means that color is off, and the maximum value means that color is 
  3476.         maxxed out. 
  3477.       o Characters from a "#" to the next end-of-line are ignored (comments). 
  3478.       o No line should be longer than 70 characters. 
  3479.  
  3480.    Here is an example of a small pixmap in this format: 
  3481.  
  3482.       P3
  3483.       # feep.ppm
  3484.       4 4
  3485.       15
  3486.        0  0  0    0  0  0    0  0  0   15  0 15
  3487.        0  0  0    0 15  7    0  0  0    0  0  0
  3488.        0  0  0    0  0  0    0 15  7    0  0  0
  3489.       15  0 15    0  0  0    0  0  0    0  0  0
  3490.  
  3491.    Programs that read this format should be as lenient as possible, accepting 
  3492.    anything that looks remotely like a pixmap. 
  3493.  
  3494.    There is also a variant on the format, available by setting the RAWBITS 
  3495.    option at compile time. This variant is different in the following ways: 
  3496.  
  3497.       o The "magic number" is "P6" instead of "P3". 
  3498.       o The pixel values are stored as plain bytes, instead of ASCII decimal. 
  3499.       o Whitespace is not allowed in the pixels area, and only a single 
  3500.         character of whitespace (typically a newline) is allowed after the 
  3501.         maxval. 
  3502.       o The files are smaller and many times faster to read and write. 
  3503.  
  3504.    Note that this raw format can only be used for maxvals less than or equal to 
  3505.    255. If you use the ppm library and try to write a file with a larger 
  3506.    maxval, it will automatically fall back on the slower but more general plain 
  3507.    format. 
  3508.  
  3509.  
  3510. ΓòÉΓòÉΓòÉ 8.9. PMView Slideshow File Format (SHW) ΓòÉΓòÉΓòÉ
  3511.  
  3512. General Description 
  3513.  
  3514. This is the format of PMView slideshows. 
  3515.  
  3516. The default extension is SHW. 
  3517.  
  3518. PMView Support 
  3519.  
  3520. PMView will read files that have been generated by PMView (saved by PMView) and 
  3521. files that have been edited with a standard ASCII editor. 
  3522.  
  3523. Technical Information 
  3524.  
  3525. A PMView slideshow file consists of a file header and one or more image 
  3526. headers. 
  3527.  
  3528.    File Header 
  3529.  
  3530.       PMView SlideShow 
  3531.       BeginShow 
  3532.       . 
  3533.       [Image Header(s)] 
  3534.       . 
  3535.       EndShow 
  3536.  
  3537.    Image Header 
  3538.  
  3539.       BeginImage 
  3540.       . 
  3541.       [Image Statement(s)] 
  3542.       . 
  3543.       EndImage 
  3544.  
  3545.    Image Statements 
  3546.  
  3547.       ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  3548.       ΓöéFileName       ΓöéFull filename + path               Γöé
  3549.       Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3550.       ΓöéUseTimer       Γöé[Yes|No]                           Γöé
  3551.       Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3552.       ΓöéDisplayTime    ΓöéTime to display (in seconds)       Γöé
  3553.       Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3554.       ΓöéShowInfo       Γöé[Yes|No]                           Γöé
  3555.       Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3556.       ΓöéInformation    ΓöéNotes text                         Γöé
  3557.       ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  3558.  
  3559. Example of a slideshow file: 
  3560.  
  3561. PMView SlideShow
  3562. BeginShow
  3563.    BeginImage
  3564.       FileName      D:\ss\image1.jif
  3565.       ShowInfo      Yes
  3566.       Information   "Demo slideshow"
  3567.    EndImage
  3568.    BeginImage
  3569.       FileName      D:\ss\image2.jif
  3570.       UseTimer      Yes
  3571.       DisplayTime   2
  3572.    EndImage
  3573.    BeginImage
  3574.       FileName      D:\ss\image3.jif
  3575.       UseTimer      Yes
  3576.    EndImage
  3577. EndShow
  3578.  
  3579. In this example the note "Demo slideshow" will be displayed with the first 
  3580. image (image1.jif). The timer is not used for the first image, the user must 
  3581. manually continue. The second image (image2.jif) uses the timer and will 
  3582. display for 2 seconds. The third image also uses the timer and will display the 
  3583. default time; 5 seconds. 
  3584.  
  3585.  
  3586. ΓòÉΓòÉΓòÉ 8.10. Truevision Targa Format (TGA) ΓòÉΓòÉΓòÉ
  3587.  
  3588. General Description 
  3589.  
  3590. In addition to developing the famous Truevision Targa boards, Truevision Inc. 
  3591. also have come up with a specification for a high-end file format that will 
  3592. support images suitable for display on Targa hardware. The Targa format, or 
  3593. TGA, supports images of any dimensions with between 1 and 32 bits of color. 
  3594. While the Targa format originated with Truevision's hardware, it has migrated 
  3595. to many other applications. It's probably the most universally supported 24-bit 
  3596. file format for PC applications. Unlike TIFF, for example, it's subject to 
  3597. relatively few variations. Software that reads Targa files should be able to 
  3598. read all Targa files. 
  3599.  
  3600. The default extension is TGA. 
  3601.  
  3602. PMView Support 
  3603.  
  3604. The Targa file format recognizes over a dozen subfile formats, some of which 
  3605. are more widely used than others. We have chosen to only support the formats 
  3606. that are actually used for general image exchange, that is the formats 
  3607. specified in the official Truevision TGA File Format Specification, available 
  3608. from Truevision Inc. on request. PMView supports the following most popular 
  3609. versions of the Targa format: 1, 2, 3, 9, 10, and 11. Again, if PMView fails to 
  3610. load a file that you need, please contact us so we can try to support your 
  3611. file's format in our next release. 
  3612.  
  3613. Technical Information 
  3614.  
  3615. Supported Targa file subformats: 
  3616.  
  3617.    o 1 is uncompressed, color-mapped images with 16, 24, or 32-bit palette 
  3618.      entries 
  3619.    o 2 is uncompressed RGB images with 15, 16, and 24-bit support 
  3620.    o 3 is uncompressed grayscale 8-bit (256 shades) support 
  3621.    o 9 is RLE color-mapped images with 16, 24, or 32-bit palette entries 
  3622.    o 10 is RLE RGB with 15, 16, and 24-bit support 
  3623.    o 11 is compressed grayscale 8-bit (256 shades) support 
  3624.  
  3625. Supported Targa file descriptors: 
  3626.  
  3627.    o Image orientation: Top, Bottom, Left, Right 
  3628.    o Raster format: Interlaced, Non-interlaced 
  3629.  
  3630.  
  3631. ΓòÉΓòÉΓòÉ 8.11. Tagged Interchange File Format (TIF) ΓòÉΓòÉΓòÉ
  3632.  
  3633. General Description 
  3634.  
  3635. This format is suitable as a generalized format for cross platform image 
  3636. exchange since applications for processing TIFF images are available on most 
  3637. platforms. Beware! Many applications only handle a small subset of the formats 
  3638. specified in the TIFF specs. Don't take for granted that an application will be 
  3639. able to read the files you save! 
  3640.  
  3641. TIFF is a proprietary format of Aldus Corporation. 
  3642.  
  3643. The default extension is TIF. 
  3644.  
  3645. PMView Support 
  3646.  
  3647. PMView provides full Baseline support conforming with the TIFF 6.0 
  3648. specification and supports the following TIFF Extensions: 
  3649.  
  3650.    o Orientation Tag 
  3651.    o CCITT Bilevel Encodings 
  3652.    o LZW Compression 
  3653.    o Differencing Predictor 
  3654.    o Tiled Images 
  3655.    o CMYK Images 
  3656.    o RGB Image Colorimetry 
  3657.    o YCbCr Images 
  3658.  
  3659. The TIFF JPEG extension will be supported in a later revision of PMView. 
  3660.  
  3661. Technical Information 
  3662.  
  3663.    o Both Intel and Motorola byte orders are handled. 
  3664.    o Tiled Images. 
  3665.  
  3666.  
  3667.    o Class B  Bilevel images 
  3668.  
  3669.           ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  3670.           ΓöéSamplesPerPixel           Γöé1                                       Γöé
  3671.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3672.           ΓöéBitsPerSample             Γöé1                                       Γöé
  3673.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3674.           ΓöéPlanarConfiguration       ΓöéSingle                                  Γöé
  3675.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3676.           ΓöéCompression               ΓöéNone, CCITT 1D, PackBits                Γöé
  3677.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3678.           ΓöéPhotometricInterpretation ΓöéMin is White, Min is Black              Γöé
  3679.           ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  3680.  
  3681.    o Class G  Grayscale images 
  3682.  
  3683.           ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  3684.           ΓöéSamplesPerPixel           Γöé1..8                                    Γöé
  3685.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3686.           ΓöéBitsPerSample             Γöé1..8                                    Γöé
  3687.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3688.           ΓöéPlanarConfiguration       ΓöéSingle, Multiple                        Γöé
  3689.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3690.           ΓöéCompression               ΓöéNone, LZW                               Γöé
  3691.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3692.           ΓöéPhotometricInterpretation ΓöéMin is White, Min is Black              Γöé
  3693.           ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  3694.  
  3695.    o Class P  Palette color images 
  3696.  
  3697.           ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  3698.           ΓöéSamplesPerPixel           Γöé1..8                                    Γöé
  3699.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3700.           ΓöéBitsPerSample             Γöé1..8                                    Γöé
  3701.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3702.           ΓöéPlanarConfiguration       ΓöéSingle, Multiple                        Γöé
  3703.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3704.           ΓöéCompression               ΓöéNone, LZW                               Γöé
  3705.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3706.           ΓöéPhotometricInterpretation ΓöéPalette RGB                             Γöé
  3707.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3708.           ΓöéColorMap                  Γöé256 entries or less                     Γöé
  3709.           ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  3710.  
  3711.    o Class R  RGB full color images 
  3712.  
  3713.           ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  3714.           ΓöéSamplesPerPixel           Γöé1..3                                    Γöé
  3715.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3716.           ΓöéBitsPerSample             Γöé<1..8, 1..8, 1..8>                      Γöé
  3717.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3718.           ΓöéPlanarConfiguration       ΓöéSingle, Multiple                        Γöé
  3719.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3720.           ΓöéCompression               ΓöéNone, LZW                               Γöé
  3721.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3722.           ΓöéPhotometricInterpretation ΓöéRGB                                     Γöé
  3723.           ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  3724.  
  3725.    o Class F  Facsimile 
  3726.  
  3727.           ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  3728.           ΓöéSamplesPerPixel           Γöé1                                       Γöé
  3729.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3730.           ΓöéBitsPerSample             Γöé1                                       Γöé
  3731.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3732.           ΓöéPlanarConfiguration       ΓöéSingle                                  Γöé
  3733.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3734.           ΓöéCompression               ΓöéCCITT Group 3 and 4                     Γöé
  3735.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3736.           ΓöéPhotometricInterpretation ΓöéMin is White, Min is Black              Γöé
  3737.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3738.           ΓöéFillOrder                 ΓöéMSB, LSB                                Γöé
  3739.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3740.           ΓöéGroup3Options: 2D         Γöé                                        Γöé
  3741.           ΓöéEncoding, Zero fill       Γöé                                        Γöé
  3742.           ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  3743.  
  3744.    o Class S  Separated images 
  3745.  
  3746.           ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  3747.           ΓöéSamplesPerPixel           Γöé4                                       Γöé
  3748.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3749.           ΓöéBitsPerSample             Γöé<1..8, 1..8, 1..8>                      Γöé
  3750.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3751.           ΓöéPlanarConfiguration       ΓöéSingle, Multiple                        Γöé
  3752.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3753.           ΓöéCompression               ΓöéNone, LZW                               Γöé
  3754.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3755.           ΓöéPhotometricInterpretation ΓöéSeparated                               Γöé
  3756.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3757.           ΓöéInkSet                    ΓöéCMYK                                    Γöé
  3758.           ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  3759.  
  3760.    o Class Y  JPEG images 
  3761.  
  3762.           ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  3763.           ΓöéSamplesPerPixel           Γöé3                                       Γöé
  3764.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3765.           ΓöéBitsPerSample             Γöé<8, 8, 8>                               Γöé
  3766.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3767.           ΓöéPlanarConfiguration       ΓöéSingle, Multiple                        Γöé
  3768.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3769.           ΓöéCompression               ΓöéNone, LZW                               Γöé
  3770.           Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3771.           ΓöéPhotometricInterpretation ΓöéYCbCr                                   Γöé
  3772.           ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  3773.  
  3774.  
  3775. ΓòÉΓòÉΓòÉ 8.12. Predefined file types and filters ΓòÉΓòÉΓòÉ
  3776.  
  3777. Predefined file types and filters (may differ if you have reconfigured the 
  3778. extensions in the options notebook): 
  3779.  
  3780. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  3781. ΓöéType of File                            ΓöéFilter    Γöé
  3782. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3783. ΓöéBitmap                                  Γöé*.BMP     Γöé
  3784. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3785. ΓöéEncapsulated Postscript                 Γöé*.EPS     Γöé
  3786. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3787. ΓöéGraphics Interchange Format             Γöé*.GIF     Γöé
  3788. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3789. ΓöéJPEG File Interchange Format            Γöé*.JPG     Γöé
  3790. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3791. ΓöéPC Paint/Pictor                         Γöé*.PIC     Γöé
  3792. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3793. ΓöéKodak Photo CD                          Γöé*.PCD     Γöé
  3794. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3795. ΓöéZSoft Paintbrush                        Γöé*.PCX     Γöé
  3796. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3797. ΓöéPMView Slideshow                        Γöé*.SHW     Γöé
  3798. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3799. ΓöéTagged Interchange File Format          Γöé*.TIF     Γöé
  3800. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3801. ΓöéTruevision TGA                          Γöé*.TGA     Γöé
  3802. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  3803.  
  3804.  
  3805. ΓòÉΓòÉΓòÉ <hidden> Palette Manager ΓòÉΓòÉΓòÉ
  3806.  
  3807. OS/2 2.0 introduced a new display subsystem called the palette manager. Most 
  3808. video hardware can distinguish between 262,144 different colors, but cannot 
  3809. display all of them at once. Palette manager mediates requests for colors and 
  3810. decides which colors are shown on the screen at any given time. Most 256-color 
  3811. OS/2 screen drivers support palette manager. 
  3812.  
  3813. If your computer can display more than 256 colors at a time, you have a deep 
  3814. color video system. Deep color systems don't use (or need) palette manager. 
  3815.  
  3816. Palette manager also provides color animation. 
  3817.  
  3818.  
  3819. ΓòÉΓòÉΓòÉ <hidden> Deep Color ΓòÉΓòÉΓòÉ
  3820.  
  3821. A device that is capable of directly displaying colors in a specific format 
  3822. without having to reduce the number of colors by software is referred to as a 
  3823. deep color device. 
  3824.  
  3825. For instance 15 bit (32,768 colors), 16 bit (65,536 colors) and 24 bit (16.7 
  3826. million colors) graphics adapters are deep color devices. These adapters can 
  3827. directly display 24-bit RGB data, so programs like PMView do not need to do any 
  3828. color reduction. 
  3829.  
  3830. 24-bit deep color is usually called true color. However, some people use true 
  3831. color interchangeably with deep color. 
  3832.  
  3833.  
  3834. ΓòÉΓòÉΓòÉ <hidden> Dithering ΓòÉΓòÉΓòÉ
  3835.  
  3836. Dithering uses several colors together to create the look of a color that is 
  3837. actually not available in the physical device palette. By filling an area with 
  3838. pixels of alternating colors a desired color can be approximated. An example of 
  3839. using this technique is filling an area with varying amounts of black and white 
  3840. pixels to create various shades of gray. 
  3841.  
  3842.  
  3843. ΓòÉΓòÉΓòÉ <hidden> Color Animation ΓòÉΓòÉΓòÉ
  3844.  
  3845. Color animation makes it possible to smoothly transform the colors of an image. 
  3846. With animation it is possible to adjust brightness, contrast and colors as 
  3847. smoothly as turning the knobs on your TV set. 
  3848.  
  3849. Color animation is traditionally provided only on systems that support palette 
  3850. manager. However, PMView 0.90 now supports color animation on deep color 
  3851. systems as well. 
  3852.  
  3853.  
  3854. ΓòÉΓòÉΓòÉ <hidden> Automatic Thumbnailing ΓòÉΓòÉΓòÉ
  3855.  
  3856. PMView provides automatic thumbnailing in the file open dialog. When you enter 
  3857. a directory PMView will scan the files and automatically start to create 
  3858. thumbnails for all files that don't have a thumbnail already. 
  3859.  
  3860.  
  3861. ΓòÉΓòÉΓòÉ <hidden> Thumbnail ΓòÉΓòÉΓòÉ
  3862.  
  3863. A thumbnail is a miniature preview image attached to a file. PMView provides 
  3864. thumbnails as an alternative to file names. Thumbnails are available in the 
  3865. file open and file save dialogs. 
  3866.  
  3867. The thumbnail is attached to the extended attributes of a file. This makes it 
  3868. possible to copy and move files without losing the thumbnail information. The 
  3869. thumbnail data is also valid icon data, thus thumbnails created with PMView 
  3870. will also be visible in OS/2's drives folders. The thumbnails are not display 
  3871. driver dependent. You can view thumbnails created on a 256 color system on a 
  3872. deep color system and vice versa. It doesn't matter if you're in 256 or deep 
  3873. color mode when you create the thumbnails; the thumbnail data will always be 
  3874. the same, regardless of your current system configuration. 
  3875.  
  3876. To obtain the best possible thumbnail quality, PMView uses a couple of tricks 
  3877. to enhance the thumbnail quality. PMView thumbnails are created as follows: 
  3878.  
  3879.  1. The image is scaled to a 80x80 bitmap using anti-aliasing (a pixel average 
  3880.     method). 
  3881.  2. The bitmap is sharpened by convolution. 
  3882.  3. The bitmap color data is quantized to 256 colors and dithered using 
  3883.     Floyd-Steinberg error diffusion. 
  3884.  4. The bitmap is attached to the .ICON EA of the file. 
  3885.  
  3886.  
  3887. ΓòÉΓòÉΓòÉ <hidden> Pixel ΓòÉΓòÉΓòÉ
  3888.  
  3889. Technical term for picture element, the smallest element of an image. Pixels 
  3890. are arranged in rows and columns to create an image. 
  3891.  
  3892.  
  3893. ΓòÉΓòÉΓòÉ <hidden> Directory ΓòÉΓòÉΓòÉ
  3894.  
  3895. An area on a disk where files can be found. Think of a disk as being like a 
  3896. filing cabinet. Then a directory is like a hanging folder inside the filing 
  3897. cabinet, and the files are like sheets of paper inside the hanging folder. 
  3898.  
  3899.  
  3900. ΓòÉΓòÉΓòÉ 9. Shortcut keys ΓòÉΓòÉΓòÉ
  3901.  
  3902. PMView provides a number of shortcut keys. Select one of the following groups 
  3903. for more information: 
  3904.  
  3905. o General keys... 
  3906. o Slideshow keys... 
  3907. o Zooming keys... 
  3908. o Scrolling keys... 
  3909. o Container keys... 
  3910.  
  3911.  
  3912. ΓòÉΓòÉΓòÉ 9.1. General keys ΓòÉΓòÉΓòÉ
  3913.  
  3914. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  3915. ΓöéKey             ΓöéFunction                                Γöé
  3916. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3917. ΓöéF1              ΓöéContext-sensitive help                  Γöé
  3918. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3919. ΓöéF3              ΓöéToggle full screen                      Γöé
  3920. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3921. ΓöéF4              ΓöéFit window to image size                Γöé
  3922. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3923. ΓöéF5              ΓöéRefresh                                 Γöé
  3924. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3925. ΓöéF9              ΓöéKeys help                               Γöé
  3926. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3927. ΓöéCtrl+B          ΓöéToggle menu                             Γöé
  3928. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3929. ΓöéCtrl+D          ΓöéDelete current file                     Γöé
  3930. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3931. ΓöéCtrl+M          ΓöéToggle mouse pointer                    Γöé
  3932. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3933. ΓöéCtrl+O          ΓöéOpen file browser window                Γöé
  3934. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3935. ΓöéCtrl+T          ΓöéToggle Track Info dialog                Γöé
  3936. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3937. ΓöéCtrl+U          ΓöéUndo/Redo last command                  Γöé
  3938. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3939. ΓöéCtrl+X          ΓöéExit PMView                             Γöé
  3940. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3941. ΓöéShift+Delete    ΓöéCut to clipboard                        Γöé
  3942. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3943. ΓöéCtrl+Insert     ΓöéCopy to clipboard                       Γöé
  3944. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3945. ΓöéShift+Insert    ΓöéPaste from clipboard                    Γöé
  3946. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3947. ΓöéCtrl+R          ΓöéCrop                                    Γöé
  3948. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  3949.  
  3950. Note:  You can also toggle full screen by double-clicking on the image. 
  3951.  
  3952.  
  3953. ΓòÉΓòÉΓòÉ 9.2. Slideshow keys ΓòÉΓòÉΓòÉ
  3954.  
  3955. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  3956. ΓöéKey             ΓöéFunction                                Γöé
  3957. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3958. ΓöéCtrl+C          ΓöéToggle slideshow controller             Γöé
  3959. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3960. ΓöéCtrl+P          ΓöéPause slideshow                         Γöé
  3961. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3962. ΓöéCtrl+R          ΓöéRun slideshow                           Γöé
  3963. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3964. ΓöéLeftArrow       ΓöéPrevious slide                          Γöé
  3965. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3966. ΓöéRightArrow      ΓöéNext slide                              Γöé
  3967. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3968. ΓöéEscape          ΓöéStop slideshow                          Γöé
  3969. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  3970.  
  3971. Note:  The right and left arrow keys will move to the next respectively 
  3972. previous image in the slideshow and will not scroll the image like they do in 
  3973. image mode. The scrolling keys are not available in slideshow mode. 
  3974.  
  3975. Note:  Escape will stop the slideshow unlike in image mode where it can be used 
  3976. to take you out of full screen mode. Use F3 to toggle off full screen mode. 
  3977.  
  3978.  
  3979. ΓòÉΓòÉΓòÉ 9.3. Zooming keys ΓòÉΓòÉΓòÉ
  3980.  
  3981. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  3982. ΓöéKey             ΓöéFunction                                          Γöé
  3983. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3984. ΓöéAlt+8           ΓöéZoom to 12.5% of the original image size          Γöé
  3985. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3986. ΓöéAlt+4           ΓöéZoom to 25.0% of the original image size          Γöé
  3987. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3988. ΓöéAlt+3           ΓöéZoom to 33.3% of the original image size          Γöé
  3989. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3990. ΓöéAlt+2           ΓöéZoom to 50.0% of the original image size          Γöé
  3991. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3992. ΓöéAlt+1 or Ctrl+1 ΓöéZoom to 100% of the original image size           Γöé
  3993. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3994. ΓöéCtrl+2          ΓöéZoom to 200% of the original image size           Γöé
  3995. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3996. ΓöéCtrl+3          ΓöéZoom to 300% of the original image size           Γöé
  3997. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  3998. ΓöéCtrl+4          ΓöéZoom to 400% of the original image size           Γöé
  3999. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  4000. ΓöéCtrl+8          ΓöéZoom to 800% of the original image size           Γöé
  4001. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  4002. ΓöéAlt+0 or Ctrl+0 ΓöéZoom arbitrarily (manually enter zoom percentage) Γöé
  4003. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  4004. ΓöéAlt+Z           ΓöéZoom out (decrease current zoom percentage by 10%)Γöé
  4005. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  4006. ΓöéCtrl+Z          ΓöéZoom in (increase current zoom percentage by 10%) Γöé
  4007. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  4008.  
  4009.  
  4010. ΓòÉΓòÉΓòÉ 9.4. Scrolling keys ΓòÉΓòÉΓòÉ
  4011.  
  4012. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  4013. ΓöéKey             ΓöéFunction                                Γöé
  4014. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  4015. ΓöéAlt+Arrow       ΓöéFine scroll (1 pixel)                   Γöé
  4016. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  4017. ΓöéArrow           ΓöéCoarse scroll (8 pixels)                Γöé
  4018. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  4019. ΓöéCtrl+Arrow      ΓöéPage scroll (window size)               Γöé
  4020. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  4021. ΓöéPageUp          ΓöéPage scroll up                          Γöé
  4022. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  4023. ΓöéPageDown        ΓöéPage scroll down                        Γöé
  4024. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  4025. ΓöéHome            ΓöéScroll all the way left                 Γöé
  4026. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  4027. ΓöéEnd             ΓöéScroll all the way right                Γöé
  4028. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  4029. ΓöéCtrl+PageUp     ΓöéScroll all the way up                   Γöé
  4030. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  4031. ΓöéCtrl+PageDown   ΓöéScroll all the way down                 Γöé
  4032. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  4033.  
  4034. Note:  These keys are not available in slideshow mode. 
  4035.  
  4036.  
  4037. ΓòÉΓòÉΓòÉ 9.5. Container keys ΓòÉΓòÉΓòÉ
  4038.  
  4039. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  4040. ΓöéKey             ΓöéFunction                                Γöé
  4041. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  4042. ΓöéDelete          ΓöéDelete (Remove) the selected file(s)    Γöé
  4043. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  4044. ΓöéCtrl+/          ΓöéSelect all files in the container       Γöé
  4045. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  4046. ΓöéCtrl+\          ΓöéDeselect all files in the container     Γöé
  4047. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  4048.  
  4049. Note:  If you keep the Ctrl key pressed when selecting a file, previously 
  4050. selected files will remain selected. 
  4051.  
  4052.  
  4053. ΓòÉΓòÉΓòÉ 10. Command-line flags ΓòÉΓòÉΓòÉ
  4054.  
  4055. There are 19 optional flags that you can use when invoking PMView. You can 
  4056. specify the flags in any mix of upper and lower case. You can specify the flags 
  4057. in any order you like, before or after the file name. Only the first three 
  4058. letters are important (which is why they're highlighted below). Here's the 
  4059. complete list of command-line switches: 
  4060.  
  4061. /Inifile=fullfile: This overrides the value of the PMVIEW_INI environment 
  4062. variable and specifies the path and name of the file where PMView should read 
  4063. and store its options. This flag is useful if you want different PMView 
  4064. sessions to use different settings. 
  4065.  
  4066. Sample use: PMVIEW /INI=D:\PMVIEW\PMVINI2.INI 
  4067.  
  4068. /Filterpath=fullpath: This overrides the value of the PMVIEW_FILTER environment 
  4069. variable and specifies the full path to the directory where PMView should 
  4070. search for filter files. 
  4071.  
  4072. Sample use: PMVIEW /FIL=D:\PMVIEW\NEWFILTER 
  4073.  
  4074. /Helppath=fullpath: This overrides the value of the PMVIEW_HELP environment 
  4075. variable and specifies the full path to the directory where PMView can find its 
  4076. help files. 
  4077.  
  4078. Sample use: PMVIEW /HEL=D:\PMVIEW\NEWHELP 
  4079.  
  4080. /NoHelp : This specifies that PMView should not load the online help. Use this 
  4081. if you don't need help and you want PMView to start up as quickly as possible. 
  4082.  
  4083. /Logfile=fullfile: This specfies the path and name of the "log file" where 
  4084. PMView should store debugging information in case it crashes. If you contact us 
  4085. with a bug report, we may want to know what your log file says. 
  4086.  
  4087. Sample use: PMVIEW /LOG=D:\PMVIEW\TROUBLE.LOG 
  4088.  
  4089. /Idleload: This specifies that PMView should use idle-time loading (with 
  4090. priority boost). This is the default. 
  4091.  
  4092. /NoIdleload: This specifies that PMView should not use idle-time loading but 
  4093. should use ordinary (higher) priority instead. This will tend to speed up the 
  4094. PMView session, but slow down everything else that is running in OS/2 at the 
  4095. same time. 
  4096.  
  4097. /PaletteManager: This specifies that PMView should use Palette Manager if it is 
  4098. available. 
  4099.  
  4100. /NoPaletteManager: This specifies that PMView should not use Palette Manager, 
  4101. even if it is available. 
  4102.  
  4103. /Red=num: This specifies a level for red balance. The number can be from -100% 
  4104. (no red) to 100% (maximum red). 
  4105.  
  4106. /Green=num: This specifies a level for green balance. The number can be from 
  4107. -100% (no green) to 100% (maximum green). 
  4108.  
  4109. /Blue=num: This specifies a level for blue balance. The number can be from 
  4110. -100% (no blue) to 100% (maximum blue). 
  4111.  
  4112. /Brightness=num: This specifies a level of brightness. The number can be from 
  4113. -100% (minimum brightness) to 100% (maximum brightness). 
  4114.  
  4115. /Contrast=num: This specifies a level of contrast. The number can be  from 
  4116. -100% (minimum contrast) to 100% (maximum contrast). 
  4117.  
  4118. /Color=num: This specifies a level of color. The number can be from -100% 
  4119. (minimum color) to 100% (maximum color). 
  4120.  
  4121. /Gamma=num: This specifies a gamma value. The number can be from 0.010 (minimum 
  4122. gamma) to 10.00 (maximum gamma). 
  4123.  
  4124. /Grayscale: If this flag is specified, PMView will convert loaded images to 
  4125. shades of gray. 
  4126.  
  4127. /Negative: If this flag is specified, PMView will show loaded images in 
  4128. negative. 
  4129.  
  4130. /WPos=(Left,Bottom,Width,Height,Flags): This flag determines the initial 
  4131. position and size of PMView's main window. Click here for more information on 
  4132. the /WPos switch. 
  4133.  
  4134. Example: Suppose you want to use e:\inis\pmview.ini for your INI file, you want 
  4135. to use the help files in e:\pmview, you want to have maximum contrast, you want 
  4136. to be in negative mode, and you want PMView to start by loading the file 
  4137. CUBE.GIF. You could do all this by entering the following at an OS/2 command 
  4138. prompt: 
  4139.  
  4140. pmview /ini=e:\inis\pmview.ini /hel=e:\pmview /con=100 /neg
  4141. cube.gif
  4142.  
  4143.  
  4144. ΓòÉΓòÉΓòÉ <hidden> /WPos flag ΓòÉΓòÉΓòÉ
  4145.  
  4146. /WPos=(Left,Bottom,Width,Height,Flags): This flag determines the initial 
  4147. position and size of PMView's main window. IMPORTANT: If you use /WPos, make 
  4148. sure that you don't type any spaces between numbers or flags. 
  4149.  
  4150. If no value is specified, the default value(s) will be used. Left, Right, Width 
  4151. and Height can be specified in pixels or percent of the desktop size. To 
  4152. specify a percentage, add the letter "p" (for example, 17p stands for 17 
  4153. percent). 
  4154.  
  4155. Flags can be one or none of the following flags 
  4156.  
  4157.    Maximize     Start PMView maximized 
  4158.    Minimize     Start PMView minimized 
  4159.    Restore      Start PMView in non min/maximized state 
  4160.  
  4161. and can be combined with one or more of the following flags 
  4162.  
  4163.    Activate     Make PMView's main window the active window. 
  4164.    Foreground   Bring PMView to the foreground 
  4165.  
  4166. Example: Start PMView maximized 
  4167.  
  4168. PMView /WPos=(,,,,Max)
  4169.  
  4170. Example: Set PMView's main window size to 100x100 pixels 
  4171.  
  4172. PMView /WPos=(,,100,100,Res)
  4173.  
  4174. Example: Activate PMView and bring it to the foreground 
  4175.  
  4176. PMView /WPos=(,,,,ForAct)
  4177.  
  4178. Example: Center PMView on desktop, making it half as wide and tall as the 
  4179. screen 
  4180.  
  4181. PMView /WPos=(25p,25p,50p,50p)
  4182.  
  4183.  
  4184. ΓòÉΓòÉΓòÉ 11. Environment variables ΓòÉΓòÉΓòÉ
  4185.  
  4186. Currently there are three OS/2 environment variable that PMView uses: 
  4187.  
  4188. PMVIEW_INI This variable specifies the filename (including full path) that 
  4189. PMView should use for storing its options. If this environment variable is not 
  4190. set, PMView will create the file PMVIEW.INI in the current directory and store 
  4191. its information there. You can use the /INI= command-line flag to override this 
  4192. variable and specify a different INI file to use. 
  4193.  
  4194. PMVIEW_HELP This variable specifies the directory (including full path) where 
  4195. PMView's help files reside. If this variable is not set, PMView will look for 
  4196. its help files in the current directory. If PMView cannot find its help files 
  4197. when it starts up, it will display an error message. You can use the /HEL= 
  4198. command-line flag to override this variable and point to a different directory, 
  4199. or the /NOH= command-line flag to PMView skip loading any help files at all. 
  4200.  
  4201. PMVIEW_FILTER This variable specifies the directory (including full path) where 
  4202. PMView's filter files reside. If this variable is not set, PMView will look for 
  4203. the filters in the current directory. If PMView cannot find its filter files 
  4204. when it starts up, the Select Filter dialog will be empty. You can use the 
  4205. /FIL= command-line flag to override this variable and point to a different 
  4206. directory. 
  4207.  
  4208. We recommend that you put the following lines in your CONFIG.SYS. In the 
  4209. example PMView is assumed to reside in the PMVIEW directory on the D: drive. 
  4210.  
  4211. set PMVIEW_INI=D:\PMVIEW\PMVIEW.INI
  4212. set PMVIEW_HELP=D:\PMVIEW
  4213. set PMVIEW_FILTER=D:\PMVIEW\FILTERS
  4214.  
  4215.  
  4216. ΓòÉΓòÉΓòÉ 12. Questions & Answers ΓòÉΓòÉΓòÉ
  4217.  
  4218. Select one of the following: 
  4219.  
  4220. o General Q&A 
  4221. o File Open Container Q&A 
  4222. o Slideshow Q&A 
  4223.  
  4224.  
  4225. ΓòÉΓòÉΓòÉ <hidden> General Q&A ΓòÉΓòÉΓòÉ
  4226.  
  4227. This answers the most common questions we've been asked about PMView. Don't 
  4228. forget to look at the File Open Container Q&A and the Slideshow Q&A. 
  4229.  
  4230. Q.  How do I get rid of the annoying About dialog that always pop up when I 
  4231.     start PMView? 
  4232.  
  4233. A.  If you haven't registered PMView yet; Register! In the unregistered version 
  4234.     of PMView you cannot dismiss the dialog until 5 seconds has elapsed. In the 
  4235.     registered version you can disable the dialog by changing the setting on 
  4236.     the Logo page in PMView's  Options Notebook. 
  4237.  
  4238. Q.  Why is the painting of images slow and jumpy ? 
  4239.  
  4240. A.  This depends on your OS/2 version or machine setup. Try enabling the Use 
  4241.     GpiDrawBits and/or the Use Shadow Bitmap options in the Options Notebook. 
  4242.     Please also read the on-line help for these options. 
  4243.  
  4244. Q.  Why does/doesn't PMView ask for confirmation before deleting a file? 
  4245.  
  4246. A.  PMView will ask for file delete confirmation in accordance with the setting 
  4247.     on the Confirmations page in PMView's Options Notebook. 
  4248.  
  4249. Q.  Why does PMView create a file called PMView.INI in every directory PMView 
  4250.     is started from? 
  4251.  
  4252. A.  Set the PMVIEW_INI environment variable in your CONFIG.SYS. 
  4253.  
  4254. Q.  Why cannot PMView sometimes find its help file? 
  4255.  
  4256. A.  Set the PMVIEW_HELP environment variable in your CONFIG.SYS. 
  4257.  
  4258. Q.  Can I change the background color of PMView's main window? 
  4259.  
  4260. A.  Yes! Drag the desired color from OS/2's Color Palette to PMView's main 
  4261.     window. Note that you can also set the colors and fonts in the File Open 
  4262.     and File Save dialogs. 
  4263.  
  4264. Q.  PMView can read files in the Kodak Photo CD format, why cannot PMView save 
  4265.     them in the same format? 
  4266.  
  4267. A.  Kodak Corporation only allows reading their file format. It is not legally 
  4268.     permitted to write files in the Photo-CD format. (Currently no other 
  4269.     programs, with the exception of Kodak's own programs, allow this to be 
  4270.     done). 
  4271.  
  4272.  
  4273. ΓòÉΓòÉΓòÉ 13. How to Report Bugs ΓòÉΓòÉΓòÉ
  4274.  
  4275. How to report bugs 
  4276.  
  4277. If you encounter a problem in PMView and can't find the problem listed below, 
  4278. please report it to us. Please record the program version number and a 
  4279. description of the action being performed at the time of the error. 
  4280.  
  4281. We welcome any and all bug reports at sthiagar@nickel.ucs.indiana.edu. 
  4282.  
  4283. PMView bugs 
  4284.  
  4285. If you try to delete an image by dragging it from the File Open container to 
  4286. the shredder, you will hear the sound of the shredder, but the file will not be 
  4287. deleted. Fixing this bug will require completely changing PMView's WPS support. 
  4288. We will do it, but it may not happen for a few versions. For now, please use 
  4289. the Del key, or the Delete right-mouse-button command. 
  4290.  
  4291. For now, the width and height of any image that can be viewed is limited to 
  4292. 65,535 pixels. Although the memory requirement for, say, a 70,000x50x256 image 
  4293. is fulfilled (approx. 3.5 MB) the image cannot be loaded by PMView, since 
  4294. PMView uses a 32-bit integer quasi floating point notation that uses 16 bits 
  4295. for the integer part (and the other 16 of the 32 bits for the fraction part). 
  4296. If you load an image larger than 65,535 pixels wide or high the result is 
  4297. unpredictable. However, please note that this "feature" only affect the 
  4298. viewing/loading of images. PMView's convert function will work correctly, so at 
  4299. least you are able to convert these files to other formats, though you cannot 
  4300. view them. If you need this feature/bug to be fixed soon, please let us know 
  4301. and we'll fix it. 
  4302.  
  4303. There are no other known bugs in PMView 0.90. 
  4304.  
  4305. OS/2 bugs 
  4306.  
  4307. Everything from here on is a bug in OS/2 and not in PMView. 
  4308.  
  4309.  1. PROBLEMS WITH SPECIFIC OS/2 VERSIONS 
  4310.  
  4311.     For best results, you should run PMView under Warp, since Warp fixed a lot 
  4312.     of screen driver bugs. The second-best choice is OS/2 2.11 (i.e., OS/2 2.1 
  4313.     with the service pack) -- but see FATAL BUG below. 
  4314.  
  4315.     We do not recommend that you run PMView under other OS/2 versions. While 
  4316.     you cannot "damage" your system, the screen driver bugs may give 
  4317.     disappointing performance. 
  4318.  
  4319.     FATAL BUG OS/2 version 2.1 + service pak: If you have a large number of 
  4320.     files with thumbnails (typically > 300) in the File Open Container (FOC) 
  4321.     the whole WPS will lock and a warm boot (Ctrl-Alt-Del) is required. This 
  4322.     bug is due to a problem with bitmap resources in OS/2 2.1 with the service 
  4323.     pack installed. The problem does not occur without the service pack. 
  4324.     Neither does it occur on any version of OS/2 2.0. 
  4325.  
  4326.  2. GENERAL OS/2 BUGS 
  4327.  
  4328.     As of this writing, OS/2 does not recover very gracefully if you run out of 
  4329.     swap space. Running many copies of PMView while viewing big images may get 
  4330.     you in trouble. (Remember, a 1024x768x256 image represents 768K of pixel 
  4331.     data alone!) 
  4332.  
  4333.     There's also a "feature" of OS/2's WPS that you might want to know about. 
  4334.     Suppose you associate *.GIF files with PMView. This means that you'll be 
  4335.     able to double-click on a *.GIF file (when you have a drives object open, 
  4336.     for instance) and PMView will start up and display that file. The "feature" 
  4337.     is this: If you start up PMView this way and then do a File Delete, OS/2 
  4338.     will kill PMView shortly after the file gets deleted. If there is 
  4339.     sufficient interest, Peter will try to write a workaround. 
  4340.  
  4341.  3. OS/2 SCREEN DRIVER BUGS 
  4342.  
  4343.     If you see screen corruption, the first thing you should try in most cases 
  4344.     is to turn off GpiDrawBits (on the Special page of the options notebook). 
  4345.     While Warp fixed many screen driver bugs, there are still some drivers that 
  4346.     have problems with GpiDrawBits if you scroll. For instance, one of our 
  4347.     testers mentions that the ATI GUP will get corrupted if you turn 
  4348.     GpiDrawBits on, Zoom, and then scroll. The screen will stay corrupted until 
  4349.     you go to a DOS full screen session and back. 
  4350.  
  4351.     Screen Bugs Under Warp 
  4352.  
  4353.     The drivers for the IBM ThinkPad 755 cause thumbnails to be painted in 
  4354.     reverse, like film negatives. We are trying to work around this for our 
  4355.     next release. 
  4356.  
  4357.     Screen Bugs Before Warp 
  4358.  
  4359.     In OS/2 2.11 and earlier, the standard VGA driver and most S3 drivers have 
  4360.     bugs that prevent them from working with GpiDrawbits turned on. The bug in 
  4361.     the VGA driver will crash PMView immediately when an image is loaded. The 
  4362.     S3 driver bug causes scrolling to not work properly. In these cases you 
  4363.     cannot/may not want to use GpiDrawbits. 
  4364.  
  4365.     On some machines, the desktop icons will occasionally "bleed through" and 
  4366.     be visible when the shouldn't be. We have not found any pattern to this 
  4367.     bug, except that it seems to occur more often on faster machines. 
  4368.  
  4369.     If your screen driver does not support palette manager, you may not get a 
  4370.     very attractive display. However, most 256-color screen drivers now support 
  4371.     Palette Manager. 
  4372.  
  4373.  
  4374. ΓòÉΓòÉΓòÉ 14. Why Register? ΓòÉΓòÉΓòÉ
  4375.  
  4376. Since the shareware copy of PMView that you have is fully functional, you may 
  4377. wonder what you'll gain by registering. This section tries to clarify the 
  4378. matter. 
  4379.  
  4380. You may use PMView for a 31-day trial period, as long as you agree to the 
  4381. provisions of the license agreement. If you continue to use PMView beyond this 
  4382. 31-day trial period, you are obligated to register it. 
  4383.  
  4384. Creating this piece of software has required years of hard work. We are 
  4385. trusting you to register if you continue to use it after the trial period. This 
  4386. is what shareware is all about. This is the first time we have released PMView 
  4387. in a version that lets you save files before you register it. If our trust is 
  4388. repaid by a drop in the number of registrations, we will have no choice but to 
  4389. go back to disabling file saves in the unregistered version. If you like 
  4390. PMView, please support it, so we can keep releasing it as fully functional, 
  4391. non-crippled shareware. 
  4392.  
  4393. Registering PMView will not give you any new functionality, but you'll be able 
  4394. to turn off the annoying nag-dialog (and the PMView icon will look a little 
  4395. nicer). Furthermore, when you register PMView you can rest assured that we will 
  4396. continue to enhance it to take advantage of advances in future hardware and 
  4397. software technology. Also, while we will listen to any suggestions we receive, 
  4398. we pay close attention to requests and suggestions from registered users. 
  4399.  
  4400. Related information: 
  4401.  
  4402. o How to Register. 
  4403.  
  4404.  
  4405. ΓòÉΓòÉΓòÉ 15. How to Register ΓòÉΓòÉΓòÉ
  4406.  
  4407. Since PMView is distributed as shareware, you may use it for a 31-day trial 
  4408. period, as long as you agree to the provisions of the license agreement. If you 
  4409. continue to use PMView beyond the 31-day trial period, you are obligated to 
  4410. register it. 
  4411.  
  4412. When you register PMView, you will be given instructions for converting it to 
  4413. the full, non-shareware version. You may not distribute the full version. You 
  4414. may treat it just like a book, except that you may copy it onto a computer to 
  4415. be used and you may make archival copies of it for the sole purpose of backing 
  4416. up the software and protecting your investment from loss. 
  4417.  
  4418. Registrations 
  4419.  
  4420. A PMView registration costs $40. You must give us your name. In return, you 
  4421. will receive a short "secret code" (of about 30 letters and numbers) that will 
  4422. enable you to run REGISTER.EXE and thus register any and all versions of PMView 
  4423. up to 1.0 and beyond. Thus, your one-time payment of $40 is a lifetime license 
  4424. for all future versions of PMView. 
  4425.  
  4426. Note:  You will not receive PMView on a floppy, unless you order it at the same 
  4427. time (see below). If you have access to CompuServe or an up-to-date ftp site, 
  4428. you generally won't need a copy of PMView on a floppy. 
  4429.  
  4430. To register PMView, send your name and $40 to one of the addresses below. You 
  4431. can order more than one registration at a time; you must send one name for each 
  4432. registration. 
  4433.  
  4434. PMView on a floppy 
  4435.  
  4436. If you need to, you can order a copy of the current version of PMView on a 
  4437. 1.44MB floppy. This costs $7, or is free if you send your own self-addressed, 
  4438. stamped 1.44MB floppy disk. 
  4439.  
  4440. The version you get won't be special in any way. It will be completely 
  4441. identical to the latest version you can download from ftp.cdrom.com or 
  4442. CompuServe. It will not be registered. 
  4443.  
  4444. To order PMView on a floppy, either send a self-addressed, stamped floppy disk 
  4445. (with postage for both ways!) or send a note with your name, address, and $7 to 
  4446. one of the addresses below. 
  4447.  
  4448. How do I send my order? 
  4449.  
  4450. If you have e-mail access to the Internet, please send us a note saying what 
  4451. you want to order. After we acknowledge your e-mail, send us your payment. 
  4452.  
  4453. If you don't have e-mail access to the Internet, send your name (or several 
  4454. names, if you are ordering several registrations), address, and check to one of 
  4455. the paper mail addresses below. 
  4456.  
  4457. Where do I send my order? 
  4458.  
  4459. IF YOU ARE LOCATED IN EUROPE AND CAN SEND CASH OR A EUROCHEQUE, then please 
  4460. contact Peter Nielsen. His e-mail address is pnielsen@aton.abo.fi. His 
  4461. paper-mail address is 
  4462.  
  4463.    Peter Nielsen 
  4464.    Gertrudsgatan 22 D 73 
  4465.    SF-20520 
  4466.    Turku, Finland 
  4467.  
  4468. A PMView registration costs US$40, or 60 Deutsche Mark, or 50 Swiss Francs, or 
  4469. 25 British Pounds, or 200 French Francs or 200 Finnish Marks cash. We can take 
  4470. most European currency. If your currency is not listed, please contact Peter at 
  4471. the address above. If you send a Eurocheque it must be made out in Finnish 
  4472. Marks (FIM 200,-) to Peter Nielsen. Peter's bank cannot accept checks or money 
  4473. orders with the exception for Eurocheques made out in Finnish Marks. 
  4474.  
  4475. IF YOU ARE NOT LOCATED IN EUROPE, OR PREFER TO SEND A CHECK OR INTERNATIONAL 
  4476. MONEY ORDER, OR YOU WISH TO USE A VISA OR MASTERCARD, then please print out 
  4477. ORDFORM.TXT, fill it out, and send it to 
  4478.  
  4479.    Workshops by Thiagi 
  4480.    4423 E Trailridge Rd 
  4481.    Bloomington, IN 47408-9633 
  4482.    USA 
  4483.  
  4484. Your check or IMO must be made out in US dollars, and it must be made out to 
  4485. Workshops by Thiagi. If you want to use VISA or MasterCard, include your name, 
  4486. credit card number, expiration date, and signature. Note that residents of 
  4487. Indiana (USA) must pay an additional 5% state sales tax. (Thus 1 registration 
  4488. costs $42 and 1 PMView floppy costs $7.35 if you live in Indiana.) People 
  4489. residing anywhere else pay the usual $40 per registration or $7 per disk. 
  4490.  
  4491. BE SURE TO INCLUDE YOUR NAME, ADDRESS, AND E-MAIL ADDRESS (if you have one) 
  4492. WITH YOUR ORDER. 
  4493.  
  4494. You can also order by phone with a VISA or MasterCard. Call Workshops by Thiagi 
  4495. between 9 - 12 in the morning or 1 - 5 in the afternoon, Eastern Standard Time. 
  4496.  
  4497. If you have any questions or comments about ordering from Workshops by Thiagi, 
  4498. you can send an e-mail note to Raja Thiagarajan at 
  4499. sthiagar@nickel.ucs.indiana.edu. 
  4500.  
  4501. Quantity discounts? User group discounts? 
  4502.  
  4503. We offer both. For more information, contact us at the address below. 
  4504.  
  4505. Questions? Comments? Want to be a beta tester? 
  4506.  
  4507. Send an e-mail note to Raja Thiagarajan at sthiagar@nickel.ucs.indiana.edu. If 
  4508. you have a question or comment but no e-mail access, send it to Julie or Peter, 
  4509. and they can either answer it themselves or pass it on to me. Note that if you 
  4510. want to participate in our beta program, you must have e-mail access to the 
  4511. Internet and you must be able to routinely receive large (roughly 1 megabyte) 
  4512. single, uuencoded messages. 
  4513.  
  4514. Related information: 
  4515.  
  4516. o Why Register ? 
  4517.  
  4518.  
  4519. ΓòÉΓòÉΓòÉ 16. License Agreement ΓòÉΓòÉΓòÉ
  4520.  
  4521. The use of PMView is subject to the following terms and conditions. 
  4522.  
  4523. The copy of PMView that you have is distributed as shareware. You may freely 
  4524. copy and distribute the file PMVIEW.ZIP but only AS LONG AS THIS FILE IS NOT 
  4525. MODIFIED IN ANY WAY. You may NOT distribute individual components of 
  4526. PMVIEW.ZIP, either as-is or in modified form, without written permission from 
  4527. Peter Nielsen. 
  4528.  
  4529. Since PMView is distributed as shareware, you may use it for a 31-day trial 
  4530. period, as long as you agree to the provisions of this license agreement. If 
  4531. you continue to use PMView beyond the 31-day trial period, you are obligated to 
  4532. register it. Instructions for registering PMView can be found by selecting Help 
  4533. About from the PMView menu bar. 
  4534.  
  4535. When you register PMView, you will be given instructions for converting it to 
  4536. the full, non-shareware version. You may not distribute the full version. You 
  4537. may treat it just like a book, except that you may copy it onto a computer to 
  4538. be used and you may make archival copies of it for the sole purpose of backing 
  4539. up the software and protecting your investment from loss. 
  4540.  
  4541. By saying "just like a book," we mean that the full version may be used by any 
  4542. number of people, and may be freely moved from one computer location to 
  4543. another, so long as there is NO POSSIBILITY of it being used at one location or 
  4544. on one computer while it is being used at another. Just like a book cannot be 
  4545. read by two different people in two different places at one time, neither can 
  4546. the full version of PMView be used by two different people in two different 
  4547. places at the same time (unless, of course, Peter Nielsen's copyright is being 
  4548. violated). 
  4549.  
  4550.  
  4551. ΓòÉΓòÉΓòÉ 17. Limited Warranty ΓòÉΓòÉΓòÉ
  4552.  
  4553. Peter Nielsen does not warrant that PMView will meet your requirements or that 
  4554. its operation will be uninterrupted or error free. In no event will Peter 
  4555. Nielsen's liability for any damages to you or any other person ever exceed the 
  4556. registration fee that was paid to Peter Nielsen. 
  4557.  
  4558. Peter Nielsen SHALL NOT IN ANY CASE BE LIABLE FOR ANY SPECIAL, INCIDENTAL, 
  4559. CONSEQUENTIAL, INDIRECT OR OTHER SIMILAR DAMAGES ARISING FROM ANY BREACH OF 
  4560. THESE WARRANTIES EVEN IF HE OR HIS AGENTS HAVE BEEN ADVISED OF THE POSSIBILITY 
  4561. OF SUCH DAMAGES. Some states do not allow the exclusion or limitation of 
  4562. incidental or consequential damages, so the above limitation or exclusion may 
  4563. not apply to you. 
  4564.  
  4565. BETA VERSION NOTE: The particulars of how you register may be different in the 
  4566. final, non-beta version of PMView. 
  4567.  
  4568.  
  4569. ΓòÉΓòÉΓòÉ <hidden> Select Photo CD resolution ΓòÉΓòÉΓòÉ
  4570.  
  4571. Select Photo CD resolution: 
  4572.  
  4573. o 192 x 128 
  4574. o 384 x 256 
  4575. o 768 x 512 
  4576. o 1536 x 1024 
  4577. o 3072 x 2048 
  4578. o 6144 x 4096 
  4579.  
  4580. Photo CD images actually store five copies of each picture, one for each 
  4581. resolution above. You should select the resolution you want by default. Photo 
  4582. CD PRO images additionally store a sixth resolution (6144x4096). Beware! The 
  4583. larger Photo CD resolutions will need a lot of memory to load. 
  4584.  
  4585.  
  4586. ΓòÉΓòÉΓòÉ <hidden> Progress Indicator ΓòÉΓòÉΓòÉ
  4587.  
  4588. The Progress Indicator displays the status of loading progress. The text above 
  4589. the indicator tells the current "phase": 
  4590.  
  4591. o Reading The image is being read into memory. 
  4592. o Decoding The image is being decoded. 
  4593. o Decompressing The image is being decompressed. 
  4594. o Analyzing The image data is being analyzed. 
  4595. o Quantizing The colors in the image are being reduced. 
  4596. o Converting The colorspace and/or the image orientation is being transformed. 
  4597. o Creating Thumbnail A thumbnail is being created for the image. 
  4598. o Ready The image data is ready to be used. 
  4599.  
  4600.  
  4601. ΓòÉΓòÉΓòÉ <hidden> Print Setup ΓòÉΓòÉΓòÉ
  4602.  
  4603. Select from the listbox the printer you want to use for printing. 
  4604.  
  4605. Use the Job properties... pushbutton to start a dialog from which you can 
  4606. control your printing configuration. 
  4607.  
  4608. Related information: 
  4609.  
  4610. o Page Setup dialog. 
  4611. o Print Image dialog. 
  4612.  
  4613.  
  4614. ΓòÉΓòÉΓòÉ <hidden> Page Setup ΓòÉΓòÉΓòÉ
  4615.  
  4616. Select from the listbox the form you want to use. 
  4617.  
  4618. Use the Margins fields to set the margins you want to use. The minimum margins 
  4619. allowed corresponds to the hardware clip limits of the printer. The maximum 
  4620. margins are the size of the form. Use the Unit Selector to set the desired unit 
  4621. of measurement; millimeters, inches, or percent of page size. 
  4622.  
  4623. Related information: 
  4624.  
  4625. o Print Setup dialog. 
  4626. o Print Image dialog. 
  4627.  
  4628.  
  4629. ΓòÉΓòÉΓòÉ <hidden> Print Image ΓòÉΓòÉΓòÉ
  4630.  
  4631. Image Size 
  4632.  
  4633.    Use the Width or Height control to set the desired size of the image. Note 
  4634.    that PMView is able to split the image on several pages if the selected size 
  4635.    is too large to fit on one sheet of paper. This allows you to create a large 
  4636.    poster by gluing the pages together. (Don't forget that you also can 
  4637.    increase the size of the margins in the Page Setup dialog). The total number 
  4638.    of sheets required is indicated in the field below. Use the Unit Selector to 
  4639.    set the desired unit of measurement; millimeters, inches, or percent of page 
  4640.    size. 
  4641.  
  4642. Printer Gamma 
  4643.  
  4644.    This control lets you adjust the printer gamma. You may need this if your 
  4645.    image printout is too bright or dark. Values below one (1) makes the image 
  4646.    darker, values above one makes it brighter. 
  4647.  
  4648. Press Print to print the file. 
  4649.  
  4650. Related information: 
  4651.  
  4652. o Print Setup dialog. 
  4653. o Page Setup dialog. 
  4654.