home *** CD-ROM | disk | FTP | other *** search
/ PC/CD FUN 24 / cdimage.iso / dos / GFX2 / DOC_ENG.TXT < prev    next >
Encoding:
Text File  |  1996-12-11  |  40.4 KB  |  1,019 lines

  1.                  ┌─────────────────────────────────────────┐
  2.                  │  ▄▄▄▄ ▄▄▄▄   ▄▄▄  ▄▄▄▄▄ ▄   ▄     ▄▄▄▄  │
  3.                  │ █     █   █ █   █ █     ▀▄ ▄▀         █ │
  4.                  │ █  ▄▄ █▄▄▄▀ █▄▄▄█ █▄▄    ▀▄▀       ▄▀▀  │
  5.                  │ █   █ █ ▀▄  █   █ █      █ █      █ .00 │
  6.                  │ ▀▄▄▄█ █   █ █   █ █     █   █     █▄▄▄▄ │
  7.                  │                                         │
  8.                  └─────────────────────────────────────────┘
  9.  
  10.  
  11.                                GRAFX 2.00 ß93%
  12.  
  13.                               - USER'S MANUAL -
  14.  
  15.  
  16.                  ┌─────────────────────────────────────────┐
  17.                  │                 SUMMARY                 │
  18.                  │                 ═══════                 │
  19.                  │                                         │
  20.                  │ - Presentation                          │
  21.                  │ - Required equipment                    │
  22.                  │ - Available options                     │
  23.                  │ - Let's talk about $$$, baby            │
  24.                  │ - Trouble-shooting/General hints/FAQ    │
  25.                  │                                         │
  26.                  └─────────────────────────────────────────┘
  27.  
  28.  
  29.  
  30.  
  31. Presentation:
  32. ═════════════
  33.  
  34.   This program is designed for drawing 256-color pictures in a huge range of
  35. resolutions (actually, there are 35 with some coming from the Amiga world).
  36.   No one can contest that most of the beautiful GFX of the scene were drawn on
  37. Amiga. But these GFX are in video resolutions that aren't the common PC modes.
  38. So we wanted to make the first paint program on PC that could visualize those
  39. pictures, and that could allow you, of course, to draw yours in the video mode
  40. you want.
  41.  
  42.   This program was first shown at the Wired'96 where it met a big success
  43. (bigger than all our expects) so we hope you'll like it too.
  44.  
  45.   It's made up of many drawing tools, effects and menus. All the effects will
  46. work with any drawing tool.
  47.  
  48.  
  49.  
  50.  
  51. Required equipment:
  52. ═══════════════════
  53.  
  54.   To run GrafX2, you'll need:
  55.  
  56.   - a PC (386DX or higher)
  57.   - DOS 5 or higher (maybe it works with DOS 3.1 but we can't remember which
  58.     functions of the INT 21h we use)
  59.   - a VGA compatible video card (a VLB or PCI card is strongly recommended)
  60.   - a mouse (and its driver)
  61.   - 8 Megabytes of RAM (can work with less if you use the DOS4GW disk-cache)
  62.  
  63.   But if you want to use it more efficiently, you'll need:
  64.  
  65.   - at least a 486DX²66 (to improve global speed)
  66.   - a VESA 1.2 compatible video card (to access more video modes)
  67.  
  68.  
  69.  
  70.  
  71. Available options:
  72. ══════════════════
  73.  
  74.   The different options available in GrafX2 will be listed and detailed below.
  75. They will be described as follows:
  76.  
  77.             ╔════╦════╦═···═╗                                ╔════╗
  78.             ║  1 ║  4 ║     ║        triangular buttons will ║1 / ║
  79.             ║    ║    ║     ║        be detailed like this:  ║ / 2║
  80.             ╠════╬════╬═···═╣                                ╚════╝
  81.             ║  2 ║  5 ║     ║
  82.             ║    ║    ║     ║
  83.             ╠════╬════╬═···═╣
  84.             ║  3 ║  6 ║     ║
  85.             ║    ║    ║     ║
  86.             ╚════╩════╩═···═╝
  87.  
  88.  
  89.  
  90.  
  91.   When you will use any drawing tools, left-clicking will draw with the Fore-
  92.   color while right-clicking will draw with the Back-color.
  93.  
  94.   When dialog boxes or windows will come on the screen, Cancel (or No) will
  95.   always be emulated by the <Escape> key, and OK (or Yes) by the <Return> key.
  96.  
  97.  
  98.   1 - Pencil button:
  99.   ──────────────────
  100.  
  101.     Left click:
  102.     ============> Displays a menu where you can choose the shape of your
  103.                   paintbrush.
  104.  
  105.     Right click:
  106.     ============> Transforms your current user-defined brush into a
  107.                   paintbrush. This is actually a "monochromisation" of your
  108.                   user-defined brush. This means that every color of the brush
  109.                   that aren't the Back-color will be set to the Fore-color.
  110.                   But this option doesn't alter the brush: you'll just have
  111.                   to right-click on the "Get brush" buttons to get your brush
  112.                   back.
  113.  
  114.  
  115.   2 - Hand-drawing button:
  116.   ────────────────────────
  117.  
  118.     Left click:
  119.     ============> Selects the current hand-drawing mode as the active drawing
  120.                   tool. There are 3 hand-drawing modes:
  121.  
  122.                     - Continuous hand-drawing: as you move the mouse, the
  123.                     paintbrush is regularily pasted on the picture.
  124.                     - Discontinuous hand-drawing: as you move the mouse, the
  125.                     paintbrush is pasted on the picture every time a delay is
  126.                     passed (actually, the delay is 1 VBL (vertical blanking)).
  127.                     - Dot by dot hand-drawing: the paintbrush is only pasted
  128.                     at the position where you first clicked.
  129.  
  130.     Right click:
  131.     ============> Toggles the different hand-drawing modes, and by the way,
  132.                   activates the hand-drawing tool.
  133.  
  134.  
  135.   3 - Lines:
  136.   ──────────
  137.  
  138.     Left click:
  139.     ============> Selects the current line-drawing mode as the active drawing
  140.                   tool. There are 2 line-drawing modes:
  141.  
  142.                     - Classical lines: when first clicking on the picture,
  143.                     you'll define the start of the line. Maintain your click
  144.                     to choose the end of the line and release the mouse button
  145.                     to set it.
  146.                     - Knotted lines: works like classical lines, but the end
  147.                     of your line will automatically become the start of the
  148.                     next one. When you want to stop chaining lines, use the
  149.                     opposite mouse button. "The opposite button" means that if
  150.                     you started to draw lignes with the left button (Fore-
  151.                     color), you'll have to stop the procedure with the right
  152.                     button; and conversely.
  153.  
  154.     Right click:
  155.     ============> Toggles the different line-drawing modes, and by the way,
  156.                   activates the line-drawing tool.
  157.  
  158.  
  159.   4 - Spray:
  160.   ──────────
  161.  
  162.     Left click:
  163.     ============> Selects the spray as the active drawing tool.
  164.  
  165.     Right click:
  166.     ============> Displays a menu where you can configure the spray:
  167.  
  168.       Size: Defines the size of the circle in which will fit effective the
  169.             spray.
  170.       Delay: Defines the number of VBLs that will be waited for between two
  171.              flows of spray.
  172.       Mode: Defines whether you want to use a monochrome spray or a multi-
  173.             colored one.
  174.       Mono-flow: Defines the number of paintbrushes that will be pasted in the
  175.                  circle of the spray at each cycle.
  176.       Palette: Left-click on a color of the palette to see how much it will be
  177.                used in the multicolored flow, and modify it by using the gauge
  178.                on the right. Or set the flow of a color to 0 by clicking on it
  179.                with the right mouse button.
  180.       Clear: Removes all the colors from the multicolored flow. Actually, this
  181.              puts a null value in the use of each color.
  182.       Init: Allows you to define a value that will be set to the colors on
  183.             which you will click in the palette if its old value was lower
  184.             than this one. This permits to tag a set of colors more quickly.
  185.       +1,-1,x2,÷2: Modify all the tagged colors' values (and only them).
  186.  
  187.  
  188.  
  189.   5 - Floodfill:
  190.   ──────────────
  191.  
  192.     Any click:
  193.     ==========> Selects the filler as the active drawing tool. The filler, as
  194.                 any drawing tool, will be affected by all the effects !
  195.  
  196.                 Note that only the visible part of the picture will be filled.
  197.  
  198.  
  199.   6 - Splines:
  200.   ────────────
  201.  
  202.     Left click:
  203.     ============> Selects the current curve-drawing mode as the active drawing
  204.                   tool. There are 2 different curve-drawing modes:
  205.  
  206.                     - 4 control points curves: define the basic line like a
  207.                     classical line, then move, with the left mouse button, the
  208.                     inner control points to choose the shape of your curve.
  209.                     When the curve has the shape you want, click with the
  210.                     right mouse button to draw it definitively.
  211.                     - 3 control points curves: the same as above, but you'll
  212.                     have only one inner control point to place.
  213.  
  214.     Right click:
  215.     ============> Toggles the different curve-drawing modes, and by the way,
  216.                   activates the curve-drawing tool.
  217.  
  218.  
  219.   7 - Empty rectangles:
  220.   ─────────────────────
  221.  
  222.     Any click:
  223.     ==========> Selects the empty rectangles as the active drawing tool.
  224.  
  225.                 Set a corner of a rectangle. Maintain the click to move the
  226.                 opposite corner and release the mouse button to set it
  227.                 definitively.
  228.  
  229.  
  230.   8 - Filled rectangles:
  231.   ──────────────────────
  232.  
  233.     Any click:
  234.     ==========> Selects the filled rectangles as the active drawing tool.
  235.  
  236.                 Works like an empty rectangle.
  237.  
  238.  
  239.   9 - Empty circles/ellipses:
  240.   ───────────────────────────
  241.  
  242.     Left click:
  243.     ============> Selects the empty circles as the active drawing tool.
  244.  
  245.                   Position the center of the cercle and maintain the mouse
  246.                   button to select its radius.
  247.  
  248.     Right click:
  249.     ============> Selects the empty ellipses as the active drawing tool.
  250.  
  251.                   Position the center of the cercle and maintain the mouse
  252.                   button to select its dimensions.
  253.  
  254.  
  255.   10 - Filled circles/ellipses:
  256.   ─────────────────────────────
  257.  
  258.     Works like empty circles and ellipses.
  259.  
  260.  
  261.   11 - Polygons / Polyforms:
  262.   ────────────────────────
  263.  
  264.     Left click:
  265.     ============> Selects the polygons as the active drawing tool.
  266.  
  267.                   This works just like knotted-lines but loops the extremities
  268.                   when you're finished.
  269.  
  270.     Right click:
  271.     ============> Selects the polyforms as the active drawing tool.
  272.  
  273.                   *** The current version of this tool isn't the right one; so
  274.                   we'll explain how to use it when it will be done ***
  275.  
  276.  
  277.   12 - Polyfills / Filled polyforms:
  278.   ──────────────────────────────────
  279.  
  280.     *** Not implemented yet ***
  281.  
  282.  
  283.   13 - Rectangles with gradation:
  284.   ───────────────────────────────
  285.  
  286.     *** Not implemented yet ***
  287.  
  288.  
  289.   14 - Gradation menu:
  290.   ────────────────────
  291.  
  292.     Any click:
  293.     ==========> Opens a window where you can define the way gradations are
  294.                 processed.
  295.  
  296.                 The different sections of this menu are:
  297.  
  298.                 Direction (arrow): Switches the direction of the gradation.
  299.                 Dithering method: Toggles the 3 following methods:
  300.                                   - No dithering
  301.                                   - Basical dithering
  302.                                   - Enhanced dithering
  303.                 Mix: Mixes the gradation with a more or less random factor.
  304.                 Palette: Select a color range to build a gradation.
  305.                 Index scroller: Defines the current gradation among a set of
  306.                                 16 that will be memorised.
  307.  
  308.  
  309.   15 - Spheres / Ellipes with gradation:
  310.   ──────────────────────────────────────
  311.  
  312.     Left click:
  313.     ============> Selects the spheres as the active drawing tool.
  314.  
  315.                   Position the center of the sphere and maintain the mouse
  316.                   button to select its radius. Then place the spot-light.
  317.  
  318.     Right click:
  319.     ============> Selects the ellipses as the active drawing tool.
  320.  
  321.                   *** The current version of this tool isn't the right one; so
  322.                   we'll explain how to use it when it will be done ***
  323.  
  324.  
  325.   16 - Adjust picture / Effects on the picture:
  326.   ─────────────────────────────────────────────
  327.  
  328.     Left click:
  329.     ============> Allows you to scroll the picture to re-center your graph for
  330.                   example.
  331.  
  332.                   It is assimilated to the drawing tools family.
  333.  
  334.     Right click:
  335.     ============> *** Not implemented yet ***
  336.  
  337.  
  338.   17 - Shade mode / Menu:
  339.   ───────────────────────
  340.  
  341.     See the Effects section of the internal help of GrafX2 to know what this
  342.     effect does.
  343.  
  344.     Left click:
  345.     ============> Switches the Shade mode.
  346.  
  347.     Right click:
  348.     ============> Opens a menu where you can define one shade within a range
  349.                   of 16 memorised by the program.
  350.  
  351.                   The different sections of this menu are:
  352.  
  353.                   Direction (arrow): Switches the direction of the gradation.
  354.                   Palette: Select a color range to build a gradation.
  355.  
  356.  
  357.   18 - Stencil mode / Menu:
  358.   ─────────────────────────
  359.  
  360.     See the Effects section of the internal help of GrafX2 to know what this
  361.     effect does.
  362.  
  363.     Left click:
  364.     ============> Switches the Stencil mode.
  365.  
  366.     Right click:
  367.     ============> Opens a menu where you can define one stencil within a range
  368.                   of 16 memorised by the program.
  369.  
  370.                   The different sections of this menu are:
  371.  
  372.                   Clear: No color is protected.
  373.                   Invert: Colors that were protected are unprotected and vice
  374.                           versa.
  375.                   Palette: Select colors that should be protected with the
  376.                            left mouse button or unprotect colors with the
  377.                            right mouse button.
  378.  
  379.  
  380.   19 - Grid mode / Menu:
  381.   ──────────────────────
  382.  
  383.     See the Effects section of the internal help of GrafX2 to know what this
  384.     effect does.
  385.  
  386.     Left click:
  387.     ============> Switches the Grid mode.
  388.  
  389.     Right click:
  390.     ============> Opens a menu where you can define the grid parameters.
  391.  
  392.                   These parameters are:
  393.  
  394.                   X,Y: Steps of the grid.
  395.                   dX,dY: Offsets of the grid.
  396.  
  397.  
  398.   20 - Sieve mode / Menu:
  399.   ───────────────────────
  400.  
  401.     See the Effects section of the internal help of GrafX2 to know what this
  402.     effect does.
  403.  
  404.     Left click:
  405.     ============> Switches the Sieve mode.
  406.  
  407.     Right click:
  408.     ============> Opens a menu where you can define the Sieve parameters.
  409.  
  410.                   This menu consists in:
  411.  
  412.                   - a 16x16 drawing area where you can define a pattern
  413.                     (left click => white pixel / right click => black pixel)
  414.                   - 12 default patterns that can be copied to drawing area
  415.                   - a "Transfer to brush" button that copies the pattern to
  416.                     the brush (white pixels => Fore-color / black pixels =>
  417.                     Back-color)
  418.                   - a "Get from brush" button that puts the brush into the
  419.                     drawing area (back-color => black pixels / others =>
  420.                     white pixels)
  421.                   - a 4-arrows pad for scrolling the pattern in the drawing
  422.                     area
  423.                   - a 4-arrows pad for defining the dimensions of the pattern
  424.                   - a default-value button (black or white square) that
  425.                     indicates which value must be inserted when you increase
  426.                     the dimensions of the pattern
  427.                   - a "Clear" button that sets the whole pattern with the
  428.                     default value (see above)
  429.                   - an "Invert" button that ... inverts :) ... black and white
  430.                     pixels.
  431.  
  432.  
  433.   21 - Colorize mode / Menu:
  434.   ──────────────────────────
  435.  
  436.     See the Effects section of the internal help of GrafX2 to know what this
  437.     effect does.
  438.  
  439.     Left click:
  440.     ============> Switches the Colorize mode.
  441.  
  442.     Right click:
  443.     ============> Opens a menu where you can define the Colorize parameters.
  444.  
  445.                   These parameters are:
  446.  
  447.                   - Interpolation rate: indicates the percentage of the
  448.                   applied color that will be considered upon the replaced
  449.                   color.
  450.                   - Interpolation method: uses an interpolation algorithm to
  451.                   compute the color, according to the interpolation rate.
  452.                   - Additive method: uses the lightest colors to choose the
  453.                   color to apply.
  454.                   - Substractive method: uses the darkest colors to choose the
  455.                   color to apply.
  456.  
  457.  
  458.   22 - Smooth mode / Menu:
  459.   ────────────────────────
  460.  
  461.     See the Effects section of the internal help of GrafX2 to know what this
  462.     effect does.
  463.  
  464.     Any click:
  465.     ==========> Switches the Smooth mode.
  466.  
  467.  
  468.   23 - Tiling mode / Menu:
  469.   ────────────────────────
  470.  
  471.     See the Effects section of the internal help of GrafX2 to know what this
  472.     effect does.
  473.  
  474.     Left click:
  475.     ============> Switches the Tiling mode.
  476.  
  477.     Right click:
  478.     ============> Opens a menu where you can define the Tiling parameters.
  479.                   These parameters are the offsets of the tiling.
  480.  
  481.  
  482.   24 - Brush grabbing / restore:
  483.   ──────────────────────────────
  484.  
  485.     Left click:
  486.     ============> Engages a brush grabbing.
  487.  
  488.                   Click on a corner of the rectangle containing the brush
  489.                   then maintain the click to define the opposite corner of the
  490.                   rectangle. Release the mouse button to grab the brush.
  491.                   Performing this operation with the right mouse button will
  492.                   erase the area where the brush was grabbed with the
  493.                   Back-color.
  494.  
  495.     Right click:
  496.     ============> Restore the old brush.
  497.  
  498.  
  499.   25 - Polyformed brush grabbing / restore:
  500.   ─────────────────────────────────────────
  501.  
  502.     Left click:
  503.     ============> *** Not implemented yet ***
  504.  
  505.     Right click:
  506.     ============> Restore the old brush (same as above).
  507.  
  508.  
  509.   26 - Pipette / Invert colors:
  510.   ─────────────────────────────
  511.  
  512.     Left click:
  513.     ============> Engages a color grabbing.
  514.  
  515.                   Click on the picture to get the color of the pixel you're
  516.                   on. You can either get a new Fore-color or Back-color with
  517.                   respectively left or right mouse button.
  518.  
  519.     Right click:
  520.     ============> Swap Fore-color and Back-color.
  521.  
  522.  
  523.   27 - Magnifier mode / Menu:
  524.   ───────────────────────────
  525.  
  526.     Left click:
  527.     ============> Engages / Disengages the choice of the zoomed window. If
  528.                   you're already in magnifier mode, you'll return to normal
  529.                   mode.
  530.  
  531.     Right click:
  532.     ============> Displays a menu where you can choose the magnifying factor.
  533.  
  534.  
  535.   28 - Brush effects:
  536.   ───────────────────
  537.  
  538.     Any click:
  539.     ==========> Displays a menu where the following options are available:
  540.  
  541.                 X: Flip-X
  542.                 Y: Flip-Y
  543.                 Rotate by 90°: Rotates the brush by an angle of 90 degrees
  544.                 Rotate by 180°: Rotates the brush by an angle of 180 degrees
  545.                 Rotate by any angle: *** Not implemented yet ***
  546.                 Stretch: *** Not implemented yet ***
  547.                 Distort: *** Not implemented yet ***
  548.                 Recolorize: Remaps the brush so that it looks like it would
  549.                             in the spare page, using the current palette.
  550.                 Get brush colors: Transfers the spare page's colors used by
  551.                                   the brush to the current palette.
  552.                 Brush handle: Allows you to choose where to place the handle
  553.                               of the brush.
  554.  
  555.  
  556.   29 - Text:
  557.   ──────────
  558.  
  559.     *** Not implemented yet ***
  560.  
  561.  
  562.   30 - Screen size / Safety resolution:
  563.   ─────────────────────────────────────
  564.  
  565.     Left click:
  566.     ============> Displays a menu where you can define the size of your
  567.                   picture (up to 1024x768) by clicking in the boxes named
  568.                   "Width" and "Height"; and the resolution in which you
  569.                   want to draw (in the list).
  570.  
  571.                   Clicking on a resolution button with the right mouse button
  572.                   will not only set the resolution of the screen, but also
  573.                   set the picture dimensions to the screen ones.
  574.  
  575.                   Resolutions written in dark gray are VESA modes that aren't
  576.                   supported by your video card. If you have some modes like
  577.                   that, you should try to run a VESA driver such as Univesa or
  578.                   Univbe before running the program. If these modes still
  579.                   aren't available, then this means that your video card
  580.                   really doesn't support them.
  581.  
  582.                   The small buttons on left-hand side of the lines int the
  583.                   list of modes were designed to allow you to disable, some
  584.                   modes that are not supported by your card. So, the modes
  585.                   that you will disable won't be used when loading pictures
  586.                   with "Auto-set resolution" ON.
  587.  
  588.                   Light gray buttons mean that their corresponding modes are
  589.                   enabled.
  590.                   To disable a mode, click on the corresponding small button
  591.                   until it becomes black.
  592.                   We added the "dark gray" color to allow you to indicate
  593.                   which modes are not really perfect (flickering, not centered
  594.                   etc...) but that can be used even so. The program interprets
  595.                   the "dark gray" state just as the "light gray". The only
  596.                   difference is for you.
  597.                   The "white" color works the same way as light and dark gray.
  598.                   It allows you to tag your favourite modes. Indeed, the huge
  599.                   number of video modes makes it more difficult to find the
  600.                   mode your want in the list; so you can tag your favoutite
  601.                   ones in white, so that it will be easier to locate them.
  602.                   You cannot disable the standard 320x200 VGA/MCGA mode!
  603.  
  604.     Right click:
  605.     ============> Automaticaly switches to the 320x200 MCGA mode.
  606.  
  607.  
  608.   31 - Help / Statistics:
  609.   ───────────────────────
  610.  
  611.     Left click:
  612.     ============> Displays an info window where you'll find some credits, help
  613.                   about different effects, greetings, registering, ...
  614.  
  615.     Right click:
  616.     ============> *** Not implemented yet ***
  617.  
  618.  
  619.   32 - Spare page / Copy current to spare:
  620.   ────────────────────────────────────────
  621.  
  622.     Left click:
  623.     ============> Jumps to spare page. The current page is then considered as
  624.                   the new spare page, and the spare page considered as the new
  625.                   current page.
  626.  
  627.     Right click:
  628.     ============> Copy current page to spare page.
  629.  
  630.  
  631.   33 - Save picture / Autosave:
  632.   ─────────────────────────────
  633.  
  634.     Left click:
  635.     ============> Displays a fileselector where the following options are
  636.                   available:
  637.  
  638.                   Drives: allows you to change the current drive.
  639.                           You can use <Alt>+<Letter> to change drives too.
  640.                   Format: allows you to choose the file format you want.
  641.                   Filename: allows you to give a new name to the picture. If
  642.                             no extension is given, the default (according to
  643.                             the format) will be used.
  644.                   File-list: allows you to flick through the disk tree or to
  645.                              overwrite an existing file.
  646.                   Delete: allows you to delete the item under the selection
  647.                           bar. If the item is a directory, it must be empty
  648.                           to be removed.
  649.                   Save: saves the picture with the current filename, with the
  650.                         chosen format and with the current comment. If the
  651.                         current filename represents a directory, you'll enter
  652.                         it.
  653.                   Comment: if you're using the PKM format, you can type in a
  654.                            comment on your picture.
  655.  
  656.     Right click:
  657.     ============> Save the current picture with its current filename, format
  658.                   and comment.
  659.  
  660.     If the filename used to save the picture already exists, a confirmation
  661.     box will appear.
  662.     You can use the <Backspace> key to set the default colors of the menu
  663.     (this is useful to read information about a picture that fucks colors up).
  664.  
  665.  
  666.   34 - Load picture / Reload:
  667.   ───────────────────────────
  668.  
  669.     Left click:
  670.     ============> This works the same way as Save.
  671.  
  672.                   You'll have access in the format selector to a "*.*" filter.
  673.                   And of course, you won't be able to type in any comment.
  674.  
  675.     Right click:
  676.     ============> Reloads the picture.
  677.  
  678.     If you want to load a picture and that you haven't saved the last
  679.     modifications of the current picture, a confirmation box will appear.
  680.  
  681.  
  682.   35 - Settings:
  683.   ──────────────
  684.  
  685.     Any click:
  686.     ==========> Displays a menu where you can configure some miscellaneous
  687.                 elements of the program:
  688.  
  689.                 Gauge scrolling speed: changes the delay the program waits for
  690.                                        between two scrolls of a gauge.
  691.                 Preview delay: changes the number of 18.2ths of second waited
  692.                                before a fileselector displays you the preview
  693.                                of the picture under the selection bar.
  694.                 Mouse sensibility: changes the speed of the mouse.
  695.                 Show / Hide in file list: defines whether some particular
  696.                                           files/directories must be displayed
  697.                                           by the fileselectors or not.
  698.                 Show / Hide picture limits: indicates if the picture
  699.                                             boundaries must be displayed when
  700.                                             you are in a too big resolution.
  701.                 Cursor: allows you to choose whether you prefer a solid cursor
  702.                         or a transparent cursor.
  703.                 Maximize preview: maximizes the preview of the pictures so
  704.                                   that it is as big as possible. If you're
  705.                                   not in the same resolution as the picture's
  706.                                   one, it can try to correct the aspect ratio,
  707.                                   but if the picture does not fill the whole
  708.                                   screen, it can be worse.
  709.                 Auto-set resolution: sets the best resolution for the picture
  710.                                      loaded. If you load a picture in a format
  711.                                      that indicates the original screen size,
  712.                                      it will use this value.
  713.                 Adapt palette: automatically adapts the picture to the colors
  714.                                of the menu (just as the <Shift>+<Backspace>
  715.                                option in palette menu).
  716.                 Backup: when you'll save a picture over an existing file, the
  717.                         program will rename this file to "*.BAK" where * is
  718.                         the name of the picture without its extension. If the
  719.                         backup file already exists in the directory, it will
  720.                         be replaced. If you save a picture with the name of
  721.                         the backup file, no backup file will be created (of
  722.                         course!) ;).
  723.                 Number of UNDO pages: indicates the total number of pages that
  724.                                       GRAFX2 will memorize. Each time you
  725.                                       modify the picture, its current state
  726.                                       is memorized in one of these pages. To
  727.                                       flick through these pages, use the Oops
  728.                                       button. The lowest value is 1 and the
  729.                                       highest is 32, but unless you have a
  730.                                       rather good quantity of RAM, you should
  731.                                       put a low value (e.g. with 8 Megs and
  732.                                       without disk-caching, the maximum value
  733.                                       is about 3).
  734.                 *unused*: *** Not implemented yet ***
  735.                 Font: determines if you want to use GrafX2 with a classical
  736.                       font, or another one a bit funnier.
  737.                 Reload: loads the previously saved configuration.
  738.                 Auto-save: means that the configuration will be automatically
  739.                            saved when you'll quit the program.
  740.                 Save: saves the configuration at once.
  741.  
  742.     All modifications will be effective just after closing the Settings menu.
  743.  
  744.  
  745.   36 - Oops (Undo/Redo):
  746.   ──────────────────────
  747.  
  748.     Left click:
  749.     ============> Allows you to undo the last modification on the picture.
  750.  
  751.     Right click:
  752.     ============> Allows you to redo the last modification undone on the
  753.                   picture.
  754.  
  755.     The maximum number of UNDO that you can perform can be defined in the
  756.     settings menu.
  757.  
  758.     Undo/Redo aren't effective after page switching, picture loading and
  759.     picture size modifications.
  760.  
  761.  
  762.   37 - Clear picture:
  763.   ───────────────────
  764.  
  765.     Left click:
  766.     ============> Clears the picture with the color number 0.
  767.  
  768.     Right click:
  769.     ============> Clears the picture with the Back-color.
  770.  
  771.  
  772.   38 - Quit program:
  773.   ──────────────────
  774.  
  775.     Any click:
  776.     ==========> Allows you to leave GrafX2. If there are unsaved modifications
  777.                 in the current or spare page, a confirmation box will ask you
  778.                 if you really want to quit GrafX2, if you want to save
  779.                 (Auto-save, no fileselector) or if you want to stay in GrafX2.
  780.  
  781.  
  782.   39 - Palette menu:
  783.   ──────────────────
  784.  
  785.     Any click:
  786.     ==========> Displays a menu where the following options are available:
  787.  
  788.                 Palette: allows you to choose a color-block to edit.
  789.                          If you click with the right mouse button, you'll
  790.                          choose a new Back-color.
  791.                 RGB gauges: allows you to modify the current selection.
  792.                 + and -: allows you to lighten or darken the current
  793.                          selection.
  794.                 Default: restores the predifined GrafX2 palette.
  795.                 Grey: transforms the current selection into its grey-scaled
  796.                       equivalent.
  797.                 Negative: transforms the current selection into its reverse
  798.                           video equivalent.
  799.                 Invert: swaps the colors of the current selection so that
  800.                         the first colors become the last ones.
  801.                 Swap: swaps the current selection with another color-block.
  802.                       Click on the beginning of the new color-block.
  803.                 X-Swap: works as above but modifies the picture so that it
  804.                         looks the same. This may be useful if you want to sort
  805.                         your palette.
  806.                 Copy: copies the current selection to another color-block.
  807.                       Click on the beginning of the new color-block.
  808.                 Spread: computes a gradation between two colors.
  809.                         If your selection is only made up of one color, select
  810.                         the second color in the palette. Otherwise, the two
  811.                         colors used will be its extremities.
  812.                 Count: indicates the number of colors used in the picture.
  813.                 Zap unused: erases the unused colors with copies of the
  814.                             current selection.
  815.                 Reduce: allows you to reduce the palette to the number of
  816.                         colors you want (and modifies the picture).
  817.                 Undo: allows you to recover the last modifications made on the
  818.                       palette.
  819.                       If the last operation modified the picture, it won't
  820.                       recover them: you'll have to click on Cancel to do so.
  821.  
  822.                 If you press <Backspace>, the colors used by the menu (#0,
  823.                 #253, #254 and #255) will be automatically set to their
  824.                 default values.
  825.                 If you press <Shift>+<Backspace>, these colors will be set and
  826.                 the picture won't appear altered because the modified colors
  827.                 will be replaced by the most equivalent colors in the rest of
  828.                 the palette.
  829.  
  830.  
  831.   40 - Scroll palette left / right:
  832.   ─────────────────────────────────
  833.  
  834.     Left click:
  835.     ============> Scrolls the palette window in the right of the menu.
  836.  
  837.     Right click:
  838.     ============> Same as above, but faster.
  839.  
  840.  
  841.   41 - Palette window:
  842.   ────────────────────
  843.  
  844.     Left click:
  845.     ============> Defines the Fore-color.
  846.  
  847.     Right click:
  848.     ============> Defines the Back-color.
  849.  
  850.  
  851.   42 - Hide menu:
  852.   ───────────────
  853.  
  854.     Any click:
  855.     ==========> Allows you to show the menu. If you do this, take care to
  856.                 watch before the key to press to show the menu back (the
  857.                 default key is <F10>).
  858.  
  859.  
  860.  
  861.  
  862. Let's talk about $$$, baby:
  863. ═══════════════════════════
  864.  
  865.   Please refer to the "Register?" section in the internal help of GRAFX2.
  866.  
  867.   You must note that the version you have is already the "complete" version
  868.   (the same as the registered version) so we won't send you any other copy of
  869.   GRAFX2. But if you register for one version, we'll consider that you won't
  870.   have to register for the next ones.
  871.  
  872.  
  873.  
  874.  
  875. Trouble-shooting / General hints / FAQ:
  876. ═══════════════════════════════════════
  877.  
  878.   * Video card problems:
  879.  
  880.     - If your video card is not VESA compatible in hardware, you should try to
  881.       run a VESA driver such as Univesa or Univbe.
  882.  
  883.     - If you don't have a video card that supports all the VESA modes at once,
  884.       you can try the "Force VESA" option in the Settings menu that will allow
  885.       you to (try to) set a video mode that is not accepted by our tests. This
  886.       is a hazardous method but it can work sometimes. But if you try this, be
  887.       sure that you know the hot-keys to set the "Safety resolution"!
  888.  
  889.  
  890.   * Memory problems:
  891.  
  892.     - If you have less than 8 Megabytes of RAM, you'll have to use the disk-
  893.       caching facility proposed by DOS4GW. This means that before launching
  894.       GRAFX2, you'll have to type at the DOS prompt the following command:
  895.  
  896.         set DOS4GVM=1
  897.  
  898.         Note: on some computers, this command may be unefficient. If so, read
  899.               the DOS4GW documentation (not provided with GRAFX2).
  900.  
  901.       In addition, you'll need some free space on your hard drive. Of course,
  902.       you'll have to launch GRAFX2 from a hard drive. Take care to have at
  903.       least 16 Megabytes of free space to use correctly the DOS4GW disk-cache.
  904.  
  905.       It is highly recommended not to use SMARTDRIVE-like programs when using
  906.       a disk-cache, because DOS4GW already knows when he has to access the
  907.       hard disk drive, and all the memory used by SMARTDRIVE is as much memory
  908.       as GRAFX2/DOS4GW can't use directly.
  909.  
  910.       When you'll want to disable the disk-cache, type the following command
  911.       at the DOS prompt:
  912.  
  913.         set DOS4GVM=
  914.  
  915.     - The above commands can allow you to access a greater number of UNDO
  916.       pages in the Settings menu.
  917.  
  918.       You'll discover that this is generally more annoying than interesting
  919.       because at the beginning of any modification on the picture, your hard
  920.       drive will be accessed to swap memory. So why do we speak about this
  921.       here ? Well... it's a hint to use more features of GRAFX2. Of course,
  922.       the best way to use this feature would be to have a lot of memory, but
  923.       not everybody can afford 32 Megabytes of EDO-RAM ;).
  924.  
  925.     - If you use GRAFX2 in a configuration that doesn't require a disk-cache:
  926.       you can save some space on your hard drive by converting GRAFX2 to a
  927.       PMODE/W application. To do so, get the PMW124.ZIP pack (any later
  928.       version should work correctly, older ones haven't been tested). Unzip
  929.       the files in a temporary directory. Go into this directory, copy the
  930.       GFX2.EXE file there, type the following command at the DOS prompt:
  931.  
  932.         PMWLITE /C4 GFX2.EXE
  933.  
  934.       This will process the GFX2.EXE file, making it smaller. Copy this new
  935.       version of the file in place of the old one. You can now remove
  936.       DOS4GW.EXE.
  937.  
  938.       Notes: * You're not allowed to distribute any modified version of
  939.                GRAFX2.
  940.              * Know that restoring the original version of GFX2.EXE from the
  941.                packed one isn't possible, so take care to keep a copy of the
  942.                original GRAFX2 pack somewhere.
  943.              * PMODE/W is (c) 1994-1996, Charles Scheffold and Thomas Pytel
  944.                (it can be used freely for non-commercial applications).
  945.  
  946.  
  947.   * Sound card problems:
  948.  
  949.     Q: No sound comes out from my Ultra-maxi-sound-blaster-galaxy-64-3D-pnp,
  950.        so what can I do?
  951.     A: Well... You must understand that this program is not a soundtracker nor
  952.        a music-player... So if you want some musak, you'll have either to play
  953.        modules with a good player that can run background (with a DOS shell),
  954.        or to switch your Hi-Fi on.
  955.  
  956.  
  957.   * Miscellaneous:
  958.  
  959.     - If you fucked up the GFX2.CFG file and that GRAFX2 use it as is, with an
  960.       incorrect behavior, don't hesitate to erase GFX2.CFG and to re-run
  961.       GFXCFG.EXE to create a new correct one.
  962.  
  963.  
  964.   * Frequently asked questions:
  965.  
  966.     Q: When I load some pictures, the colors of the interface become black or
  967.        really weird. How can I keep the colors from being modified?
  968.     A: There a 2 ways to do that.
  969.        The first way is to set the settings parameter "Adapt palette" to Yes.
  970.        This will try to slightly adapt the picture so that we can restore the
  971.        colors of the interface.
  972.        The second way is to go to the palette menu (if the colors are black,
  973.        you can use the hot-key dedicated to the palette) and then to press
  974.        either <Backspace> or <Shift>+<Backspace>. The first key will only set
  975.        the default colors of the menu while the second will do exactly the
  976.        same thing as the 1st method explained.
  977.  
  978.     Q: How can I set the dimensions of the picture?
  979.     A: We thought it was obvious that you had to click in the areas were the
  980.        dimensions are written in the resolution menu (Width & Height) but many
  981.        people asked this question (?!). So, to sum up, everywhere you'll see a
  982.        value or text written in black in a sort of encrusted area, this means
  983.        that if you click on it, you'll be able to modify its value.
  984.  
  985.     Q: Where can I get the latest version of GRAFX2?
  986.     A: You can get it here:
  987.        FTP : ftp.arosnet.se /demo/gfxprogs
  988.        Fido: 2:320/305 magicname: GFX2
  989.  
  990.     Q: How can I do the same thing that I do with the keys F1 & F2 in Deluxe
  991.        Paint (copyright Electronic Arts)?
  992.     A: You can do it (assuming that you haven't modified the default keys)
  993.        with the keys <Shift>+<F4> to make the brush become monochrome, and
  994.        <Shift>+<B> to get the multi-coloured brush back.
  995.  
  996.     Q: Why is the tool bar at the bottom of the screen instead of at the right
  997.        side such as Deluxe Paint?
  998.     A: Well... GrafX2 IS NOT Deluxe Paint! We know that you are used to Deluxe
  999.        Paint but you'll have to get used to GrafX2! ;) If you really can't
  1000.        stand using GrafX2 like this, then you'll have to wait for GrafX3 but
  1001.        we probably won't release it before year 2000! Actually, the main
  1002.        reason why we put the tool bar with such a basical aspect is that it
  1003.        was easier (therefore faster) to redraw the whole screen just by
  1004.        telling the routine where to stop (where starts the tool bar).
  1005.  
  1006.     Q: How can I contact you?
  1007.     A: Actually, this is not really this question since those people managed
  1008.        to contact us ;) but...
  1009.  
  1010.        * Snail mail:
  1011.            GUILLAUME DORME (Robinson)          KARL MARITAUD (X-Man)
  1012.            15, rue de l''observatoire          10, rue de la Brasserie
  1013.            87000 LIMOGES (FRANCE)              87000 LIMOGES (FRANCE)
  1014.  
  1015.        * E-mail: (Should work at least until July 1997)
  1016.            dorme@alphainfo.unilim.fr           maritaud@alphainfo.unilim.fr
  1017.  
  1018.        * IRC: often on #demofr, rarely on #coders
  1019.