home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / software / tux / tuxpaint.exe / docs / README.txt < prev    next >
Text File  |  2003-12-24  |  67KB  |  1,567 lines

  1.                                    Tux Paint
  2.                                  version 0.9.13
  3.  
  4.   A simple drawing program for children
  5.  
  6.                         Copyright 2003 by Bill Kendrick
  7.                                New Breed Software
  8.  
  9.                            bill@newbreedsoftware.com
  10.                    http://www.newbreedsoftware.com/tuxpaint/
  11.  
  12.                        June 14, 2002 - December 23, 2003
  13.  
  14.      ----------------------------------------------------------------------
  15.  
  16.                                      About
  17.  
  18.      "Tux Paint" is a drawing program for young children. It provides a
  19.      simple interface and fixed canvas size, and provides access to previous
  20.      images using a thumbnail browser (e.g., no access to the underlying
  21.      file-system).
  22.  
  23.      Unlike popular drawing programs like "The GIMP," it has a very limited
  24.      tool-set. However, it provides a much simpler interface, and has
  25.      entertaining, child-oriented additions such as sound effects.
  26.  
  27.      ----------------------------------------------------------------------
  28.  
  29.                                     License:
  30.  
  31.      Tux Paint is an Open Source project, Free Software released under the
  32.      GNU General Public License (GPL). It is free, and the 'source code'
  33.      behind the program is available. (This allows others to add features,
  34.      fix bugs, and use parts of the program in their own GPL'd software.)
  35.  
  36.      See COPYING.txt for the full text of the GPL license.
  37.  
  38.      ----------------------------------------------------------------------
  39.  
  40.                                   Objectives:
  41.  
  42.      Easy and Fun
  43.              Tux Paint is meant to be a simple drawing program for young
  44.              children. It is not meant as a general-purpose drawing tool. It
  45.              is meant to be fun and easy to use. Sound effects and a cartoon
  46.              character help let the user know what's going on, and keeps them
  47.              entertained. There are also extra-large cartoon-style mouse
  48.              pointer shapes.
  49.  
  50.      Extensibility
  51.              Tux Paint is extensible. Brushes and "rubber stamp" shapes can
  52.              be dropped in and pulled out. For example, a teacher can drop in
  53.              a collection of animal shapes and ask their students to draw an
  54.              ecosystem. Each shape can have a sound which is played, and
  55.              textual facts which are displayed, when the child selects the
  56.              shape.
  57.  
  58.      Portability
  59.              Tux Paint is portable among various computer platforms: Windows,
  60.              Macintosh, Linux, etc. The interface looks the same among them
  61.              all. Tux Paint runs suitably well on older systems (like a
  62.              Pentium 133), and can be built to run better on slow systems.
  63.  
  64.      Simplicity
  65.              There is no direct access to the computer's underlying
  66.              intricacies. The current image is kept when the program quits,
  67.              and reappears when it is restarted. Saving images requires no
  68.              need to create filenames or use the keyboard. Opening an image
  69.              is done by selecting it from a collection of thumbnails. Access
  70.              to other files on the computer is restricted.
  71.  
  72.      ----------------------------------------------------------------------
  73.  
  74.                               Other Documentation
  75.  
  76.      Other documentation included with Tux Paint (in the "docs"
  77.      folder/directory) include:
  78.  
  79.        * AUTHORS.txt
  80.          List of authors and contributors
  81.        * CHANGES.txt
  82.          Summary of changed between releases
  83.        * COPYING.txt
  84.          Copying license (The GPL)
  85.        * INSTALL.txt
  86.          Instructions for compiling/installing, when applicable
  87.        * PNG.txt
  88.          Notes on creating PNG format images for use in Tux Paint
  89.        * README.txt
  90.          (This file)
  91.        * TODO.txt
  92.          A list of pending features or bugs needing fixed
  93.  
  94.      ----------------------------------------------------------------------
  95.  
  96.                                 Using Tux Paint
  97.  
  98. Building Tux Paint
  99.  
  100.        To compile Tux Paint from source, please refer to INSTALL.txt.
  101.  
  102.      ----------------------------------------------------------------------
  103.  
  104. Loading Tux Paint
  105.  
  106.   Linux/Unix Users
  107.  
  108.          Run the following command at a shell prompt (e.g., "$"):
  109.  
  110.            $ tuxpaint
  111.  
  112.          It is also possible to make a launcher button or icon (e.g. in GNOME
  113.          or KDE under Linux). See your desktop environment's documentation
  114.          for details...
  115.  
  116.          If any errors occur, they will be displayed on the terminal (to
  117.          "stderr").
  118.  
  119.      ----------------------------------------------------------------------
  120.  
  121.   Windows Users
  122.  
  123.                                                                     [Icon]    
  124.                                                                    Tux Paint  
  125.  
  126.          Simply double-click the "Tux Paint" icon on the desktop (which was
  127.          created for you by the installer), or double-click the
  128.          "tuxpaint.exe" icon in the 'Tux Paint' folder on your computer.
  129.  
  130.          If any errors occur, they will be stored in a file named
  131.          "stderr.txt" in the Tux Paint folder.
  132.  
  133.          See "INSTALL.txt" for details on customizing the 'Shortcut' icon to
  134.          Tux Paint, which lets you easily set program options (via the
  135.          command-line).
  136.  
  137.          To run Tux Paint and provide command-line options directly, you will
  138.          need to run "tuxpaint.exe" from an MSDOS Prompt window. (See
  139.          "INSTALL.txt" for details.)
  140.  
  141.      ----------------------------------------------------------------------
  142.  
  143. Options
  144.  
  145.   Configuration File
  146.  
  147.          You can create a simple configuration file for Tux Paint, which it
  148.          will read each time you start it up.
  149.  
  150.          The file is simply a plain text file containing the options you want
  151.          enabled:
  152.  
  153.     Linux Users
  154.  
  155.            The file you should create is called ".tuxpaintrc" and it should
  156.            be placed in your home directory. (a.k.a. "~/.tuxpaintrc" or
  157.            "$HOME/.tuxpaintrc")
  158.  
  159.            Before this file is read, a system-wide configuration file is
  160.            read. (By default, this configuration has no settings enabled.) It
  161.            is located at:
  162.  
  163.              /etc/tuxpaint/tuxpaint.conf
  164.  
  165.            You can disable reading of this file altogether, leaving the
  166.            settings as defaults (which can then be overridden by your
  167.            ".tuxpaintrc" file and/or command-line arguments) by using the
  168.            command-line option:
  169.  
  170.              --nosysconfig
  171.  
  172.     Windows Users
  173.  
  174.            The file you should create is called "tuxpaint.cfg" and it should
  175.            be placed in Tux Paint's folder.
  176.  
  177.            You can use NotePad or WordPad to create this file. Be sure to
  178.            save it as Plain Text, and make sure the filename doesn't have
  179.            ".txt" at the end...
  180.  
  181.     Available Options
  182.  
  183.            The following settings can be set in the configuration file.
  184.            (Command-line settings will override these. See below.)
  185.  
  186.            fullscreen=yes
  187.                    Run the program in full screen mode, rather than in a
  188.                    window.
  189.  
  190.            800x600=yes
  191.                    Run the program at 800x600 resolution (EXPERIMENTAL),
  192.                    rather than the smaller 640x480 resolution.
  193.  
  194.            nosound=yes
  195.                    Disable sound effects.
  196.  
  197.            noquit=yes
  198.                    Disable the on-screen "Quit" button. (Pressing the
  199.                    [Escape] key or clicking the window's close button still
  200.                    works.)
  201.  
  202.            noprint=yes
  203.                    Disable the printing feature.
  204.  
  205.            printdelay=SECONDS
  206.                    Restrict printing so that printing can occur only once
  207.                    every SECONDS seconds.
  208.  
  209.            printcommand=COMMAND
  210.  
  211.                    (Linux and Unix only)
  212.  
  213.                    Use the command COMMAND to print a PNG file. If not set,
  214.                    the default command is:
  215.  
  216.                      pngtopnm | pnmtops | lpr
  217.  
  218.                    Which converts the PNG to a NetPBM 'portable anymap', then
  219.                    converts that to a PostScript file, and finally sends that
  220.                    to the printer, using the "lpr" command.
  221.  
  222.            printcfg=yes
  223.  
  224.                    (Windows only)
  225.  
  226.                    Tux Paint will use a printer configuration file when
  227.                    printing. Push the [ALT] key while clicking the 'Print'
  228.                    button in Tux Paint to cause a Windows print dialog window
  229.                    to appear.
  230.  
  231.                    (Note: This only works when not running Tux Paint in
  232.                    fullscreen mode.) Any configuration changes made in this
  233.                    dialog will be saved to the file "userdata/print.cfg", and
  234.                    used again, as long as the "printcfg" option is set.
  235.  
  236.            simpleshapes=yes
  237.                    Disable the rotation step of the 'Shape' tool. Click, drag
  238.                    and release is all that will be needed to draw a shape.
  239.  
  240.            uppercase=yes
  241.                    All text will be rendered only in uppercase (e.g., "Brush"
  242.                    will be "BRUSH"). Useful for children who can read, but
  243.                    who have only learned uppercase letters so far.
  244.  
  245.            grab=yes
  246.  
  247.                    Tux Paint will attempt to 'grab' the mouse and keyboard,
  248.                    so that the mouse is confined to Tux Paint's window, and
  249.                    nearly all keyboard input is passed directly to it.
  250.  
  251.                    This is useful to disable operating system actions that
  252.                    could get the user out of Tux Paint [Alt]-[Tab] window
  253.                    cycling, [Ctrl]-[Escape], etc. This is especially useful
  254.                    in fullscreen mode.
  255.  
  256.            noshortcuts=yes
  257.  
  258.                    This disable keyboard shortcuts (e.g., [Ctrl]-[S] for
  259.                    save, [Ctrl]-[N] for a new image, etc.)
  260.  
  261.                    This is useful to prevent unwanted commands from being
  262.                    activated by children who aren't experienced with
  263.                    keyboards.
  264.  
  265.            nowheelmouse=yes
  266.                    This disables support for the wheel on mice that have it.
  267.                    (Normally, the wheel will scroll the selector menu on the
  268.                    right.)
  269.  
  270.            nofancycursors=yes
  271.  
  272.                    This disables the fancy mouse pointer shapes in Tux Paint,
  273.                    and uses your environment's normal mouse pointer.
  274.  
  275.                    In some enviornments, the fancy cursors cause problems.
  276.                    Use this option to avoid them.
  277.  
  278.            nooutlines=yes
  279.  
  280.                    In this mode, much simpler outlines and 'rubber-band'
  281.                    lines are displayed when using the Lines, Shapes, Stamps
  282.                    and Eraser tools.
  283.  
  284.                    This can help when Tux Paint is run on very slow
  285.                    computers, or displayed on a remote X-Window display.
  286.  
  287.            nostamps=yes
  288.  
  289.                    This option tells Tux Paint to not load any rubber stamp
  290.                    images, which in turn ends up disabling the Stamps tool.
  291.  
  292.                    This can speed up Tux Paint when it first loads up, and
  293.                    reduce memory usage while it's running. Of course, no
  294.                    stamps will be available at all.
  295.  
  296.            nostampcontrols=yes
  297.                    Some images in the Stamps tool can be mirrored, flipped,
  298.                    and/or have their size changed. This option disables the
  299.                    controls, and only provides the basic stamps.
  300.  
  301.            mirrorstamps=yes
  302.  
  303.                    For stamps that can be mirrored, this option sets them to
  304.                    their mirrored shape by default.
  305.  
  306.                    This can be useful for people who prefer things
  307.                    right-to-left, rather than left-to-right.
  308.  
  309.            keyboard=yes
  310.  
  311.                    This allows the keyboard arrow keys to be used to control
  312.                    the mouse pointer. (e.g., for mouseless environments.)
  313.  
  314.                    The [Arrow] keys move the mouse pointer. [Space] acts as
  315.                    the mouse button.
  316.  
  317.            savedir=DIRECTORY
  318.  
  319.                    Use this option to change where Tux Paint saves pictures.
  320.                    By default, this is "~/.tuxpaint/saved/" under Linux and
  321.                    Unix, and "userdata\" under Windows.
  322.  
  323.                    This can be useful in a Windows lab, where Tux Paint is
  324.                    installed on a server, and children run it from
  325.                    workstations. You can set savedir to be a folder in their
  326.                    home directory. (e.g., "H:\tuxpaint\")
  327.  
  328.                    Note: When specifying a Windows drive (e.g., "H:\"), you
  329.                    must also specify a subdirectory.
  330.  
  331.                    Example: savedir=Z:\tuxpaint\
  332.  
  333.            saveover=yes
  334.                    This disables the "Save over the old version...?" prompt
  335.                    when saving an existing file. With this option, the older
  336.                    version will always be replaced by the new version,
  337.                    automatically.
  338.  
  339.            saveover=new
  340.                    This also disables the "Save over the old version...?"
  341.                    prompt when saving an existing file. This option, however,
  342.                    will always save a new file, rather than overwrite the
  343.                    older version.
  344.  
  345.            saveover=ask
  346.  
  347.                    (This option is redundant, since this is the default.)
  348.  
  349.                    When saving an existing drawing, you will be first asked
  350.                    whether to save over the older version or not.
  351.  
  352.            lang=LANGUAGE
  353.  
  354.                    Run Tux Paint in one of the supported languages. Possible
  355.                    choice for LANGUAGE currently include:
  356.  
  357.                      +-------------------------------------------------+
  358.                      |english             |american-english  |         |
  359.                      |--------------------+------------------+---------|
  360.                      |basque              |euskara           |         |
  361.                      |--------------------+------------------+---------|
  362.                      |bokmal              |                  |         |
  363.                      |--------------------+------------------+---------|
  364.                      |british-english     |british           |         |
  365.                      |--------------------+------------------+---------|
  366.                      |brazilian-portuguese|portuges-brazilian|brazilian|
  367.                      |--------------------+------------------+---------|
  368.                      |catalan             |catala            |         |
  369.                      |--------------------+------------------+---------|
  370.                      |chinese             |                  |         |
  371.                      |--------------------+------------------+---------|
  372.                      |czech               |cesky             |         |
  373.                      |--------------------+------------------+---------|
  374.                      |danish              |dansk             |         |
  375.                      |--------------------+------------------+---------|
  376.                      |dutch               |                  |         |
  377.                      |--------------------+------------------+---------|
  378.                      |finnish             |suomi             |         |
  379.                      |--------------------+------------------+---------|
  380.                      |french              |francais          |         |
  381.                      |--------------------+------------------+---------|
  382.                      |german              |deutsch           |         |
  383.                      |--------------------+------------------+---------|
  384.                      |greek               |                  |         |
  385.                      |--------------------+------------------+---------|
  386.                      |hebrew              |                  |         |
  387.                      |--------------------+------------------+---------|
  388.                      |hungarian           |magyar            |         |
  389.                      |--------------------+------------------+---------|
  390.                      |icelandic           |islenska          |         |
  391.                      |--------------------+------------------+---------|
  392.                      |indonesian          |bahasa-indonesia  |         |
  393.                      |--------------------+------------------+---------|
  394.                      |italian             |italiano          |         |
  395.                      |--------------------+------------------+---------|
  396.                      |japanese            |                  |         |
  397.                      |--------------------+------------------+---------|
  398.                      |korean              |                  |         |
  399.                      |--------------------+------------------+---------|
  400.                      |lithuanian          |lietuviu          |         |
  401.                      |--------------------+------------------+---------|
  402.                      |malay               |                  |         |
  403.                      |--------------------+------------------+---------|
  404.                      |norwegian           |nynorsk           |         |
  405.                      |--------------------+------------------+---------|
  406.                      |polish              |polski            |         |
  407.                      |--------------------+------------------+---------|
  408.                      |portuguese          |portugues         |         |
  409.                      |--------------------+------------------+---------|
  410.                      |romanian            |                  |         |
  411.                      |--------------------+------------------+---------|
  412.                      |russian             |                  |         |
  413.                      |--------------------+------------------+---------|
  414.                      |spanish             |espanol           |         |
  415.                      |--------------------+------------------+---------|
  416.                      |slovak              |                  |         |
  417.                      |--------------------+------------------+---------|
  418.                      |swedish             |svenska           |         |
  419.                      |--------------------+------------------+---------|
  420.                      |tamil               |                  |         |
  421.                      |--------------------+------------------+---------|
  422.                      |turkish             |                  |         |
  423.                      |--------------------+------------------+---------|
  424.                      |walloon             |                  |         |
  425.                      +-------------------------------------------------+
  426.  
  427.      ----------------------------------------------------------------------
  428.  
  429.     Overriding System Config. Options using .tuxpaintrc
  430.  
  431.            If any of the above options are set in
  432.            "/etc/tuxpaint/tuxpaint.config", you can override them in your own
  433.            "~/.tuxpaintrc" file.
  434.  
  435.            For true/false options, like "noprint" and "grab", you can simply
  436.            say they equal 'no' in your "~/.tuxpaintrc" file:
  437.  
  438.              noprint=no
  439.              uppercase=no
  440.  
  441.            Or, you can use options similar to the command-line override
  442.            options described below. For example:
  443.  
  444.              print=yes
  445.              mixedcase=yes
  446.  
  447.      ----------------------------------------------------------------------
  448.  
  449.   Command-Line Options
  450.  
  451.          Options can also be issued on the command-line when you start
  452.          Tux Paint.
  453.  
  454.            --fullscreen
  455.            --800x600
  456.            --nosound
  457.            --noquit
  458.            --noprint
  459.            --printdelay=SECONDS
  460.            --printcfg
  461.            --simpleshapes
  462.            --uppercase
  463.            --grab
  464.            --noshortcuts
  465.            --nowheelmouse
  466.            --nofancycursors
  467.            --nooutlines
  468.            --nostamps
  469.            --nostampcontrols
  470.            --mirrorstamps
  471.            --keyboard
  472.            --savedir DIRECTORY
  473.            --saveover
  474.            --saveovernew
  475.            --lang LANGUAGE
  476.                    These enable or correspond to the configuration file
  477.                    options described above.
  478.  
  479.            --windowed
  480.            --640x480
  481.            --sound
  482.            --quit
  483.            --print
  484.            --printdelay=0
  485.            --noprintcfg
  486.            --complexshapes
  487.            --mixedcase
  488.            --dontgrab
  489.            --shortcuts
  490.            --wheelmouse
  491.            --fancycursors
  492.            --outlines
  493.            --stamps
  494.            --stampcontrols
  495.            --dontmirrorstamps
  496.            --mouse
  497.            --saveoverask
  498.                    These options can be used to override any settings made in
  499.                    the configuration file. (If the option isn't set in the
  500.                    configuration file(s), no overriding option is necessary.)
  501.  
  502.            --locale locale
  503.  
  504.                    Run Tux Paint in one of the support languages. See the
  505.                    "Choosing a Different Language" section below for the
  506.                    locale strings (e.g., "de_DE@euro" for German) to use.
  507.  
  508.                    (If your locale is already set, e.g. with the "$LANG"
  509.                    environment variable, this option is not necessary, since
  510.                    Tux Paint honors your environment's setting, if possible.)
  511.  
  512.            --nosysconfig
  513.  
  514.                    Under Linux and Unix, this prevents the system-wide
  515.                    configuration file, "/etc/tuxpaint/tuxpaint.conf", from
  516.                    being read.
  517.  
  518.                    Only your own configuration file, "~/.tuxpaintrc", if it
  519.                    exists, will be used.
  520.  
  521.      ----------------------------------------------------------------------
  522.  
  523.   Command-Line Informational Options
  524.  
  525.          The following options display some informative text on the screen.
  526.          Tux Paint doesn't actually start up and run afterwards, however.
  527.  
  528.            --version
  529.                    Display the version number and date of the copy of
  530.                    Tux Paint you are running. It also lists what, if any,
  531.                    compile-time options were set. (See INSTALL.txt and
  532.                    FAQ.txt).
  533.  
  534.            --copying
  535.                    Show brief license information about copying Tux Paint.
  536.  
  537.            --usage
  538.                    Display the list of available command-line options.
  539.  
  540.            --help
  541.                    Display brief help on using Tux Paint.
  542.  
  543.      ----------------------------------------------------------------------
  544.  
  545.   Choosing a Different Language
  546.  
  547.          Tux Paint has been translated into a number of languages. To access
  548.          the translations, you can use the "--lang" option on the
  549.          command-line to set the language (e.g. "--lang spanish") or use the
  550.          "lang=" setting in the configuration file (e.g., "lang=spanish").
  551.  
  552.          Tux Paint also honors your environment's current locale. (You can
  553.          override it on the command-line using the "--locale" option (see
  554.          above).)
  555.  
  556.          The following languages are supported:
  557.  
  558.            +--------------------------------------------------------+
  559.            |  Locale Code  |     Language      |      Language      |
  560.            |               |   (native name)   |   (English name)   |
  561.            |---------------+-------------------+--------------------|
  562.            |C              |                   |English             |
  563.            |---------------+-------------------+--------------------|
  564.            |ca_ES          |Catalan            |Catal`a             |
  565.            |---------------+-------------------+--------------------|
  566.            |cs_CZ          |Cesky              |Czech               |
  567.            |---------------+-------------------+--------------------|
  568.            |da_DK          |Dansk              |Danish              |
  569.            |---------------+-------------------+--------------------|
  570.            |de_DE@euro     |Deutsch            |German              |
  571.            |---------------+-------------------+--------------------|
  572.            |el_GR.UTF8 (*) |                   |Greek               |
  573.            |---------------+-------------------+--------------------|
  574.            |en_GB          |                   |British English     |
  575.            |---------------+-------------------+--------------------|
  576.            |es_ES@euro     |Espanol            |Spanish             |
  577.            |---------------+-------------------+--------------------|
  578.            |eu_ES          |Basque             |Euskara             |
  579.            |---------------+-------------------+--------------------|
  580.            |fi_FI@euro     |Suomi              |Finnish             |
  581.            |---------------+-------------------+--------------------|
  582.            |fr_FR@euro     |Franc,ais          |French              |
  583.            |---------------+-------------------+--------------------|
  584.            |he_IL (*)      |                   |Hebrew              |
  585.            |---------------+-------------------+--------------------|
  586.            |hu_HU          |Magyar             |Hungarian           |
  587.            |---------------+-------------------+--------------------|
  588.            |id_ID          |Bahasa Indonesia   |Indonesian          |
  589.            |---------------+-------------------+--------------------|
  590.            |is_IS          |Islenska           |Icelandic           |
  591.            |---------------+-------------------+--------------------|
  592.            |it_IT@euro     |Italiano           |Italian             |
  593.            |---------------+-------------------+--------------------|
  594.            |ja_JP.UTF-8 (*)|                   |Japanese            |
  595.            |---------------+-------------------+--------------------|
  596.            |ko_KR.UTF-8 (*)|                   |Korean              |
  597.            |---------------+-------------------+--------------------|
  598.            |lt_LT.UTF-8    |Lietuviu           |Lithuanian          |
  599.            |---------------+-------------------+--------------------|
  600.            |ms_MY          |                   |Malay               |
  601.            |---------------+-------------------+--------------------|
  602.            |nb_NO          |Norsk (bokmaal)    |Norwegian Bokmaal   |
  603.            |---------------+-------------------+--------------------|
  604.            |nn_NO          |Norsk (nynorsk)    |Norwegian Nynorsk   |
  605.            |---------------+-------------------+--------------------|
  606.            |nl_NL@euro     |                   |Dutch               |
  607.            |---------------+-------------------+--------------------|
  608.            |pl_PL          |Polski             |Polish              |
  609.            |---------------+-------------------+--------------------|
  610.            |pt_BR          |Portuges Brazileiro|Brazilian Portuguese|
  611.            |---------------+-------------------+--------------------|
  612.            |pt_PT          |Portuges           |Portuguese          |
  613.            |---------------+-------------------+--------------------|
  614.            |ro_RO          |                   |Romanian            |
  615.            |---------------+-------------------+--------------------|
  616.            |ru_RU          |                   |Russian             |
  617.            |---------------+-------------------+--------------------|
  618.            |sk_SK          |Slovak             |                    |
  619.            |---------------+-------------------+--------------------|
  620.            |sv_SE@euro     |Svenska            |Swedish             |
  621.            |---------------+-------------------+--------------------|
  622.            |ta_IN (*)      |                   |Tamil               |
  623.            |---------------+-------------------+--------------------|
  624.            |tr_TR@euro     |                   |Turkish             |
  625.            |---------------+-------------------+--------------------|
  626.            |wa_BE@euro     |                   |Walloon             |
  627.            |---------------+-------------------+--------------------|
  628.            |zh_CN (*)      |                   |Chinese (Simplified)|
  629.            +--------------------------------------------------------+
  630.  
  631.            (*) - These languages require their own fonts, since they are not
  632.            represented using a Latin character set, like the others. See
  633.            Special Fonts, below.
  634.  
  635.     Setting Your Environment's Locale
  636.  
  637.            Changing your locale will affect much of your environment.
  638.  
  639.            As stated above, along with letting you choose the language at
  640.            runtime using command-line options ("--lang" and "--locale"),
  641.            Tux Paint honors the global locale setting in your environment.
  642.  
  643.            If you haven't already set your environment's locale, the
  644.            following will briefly explain how:
  645.  
  646.       Linux/Unix Users
  647.  
  648.              First, be sure the locale you want to use is enabled by editing
  649.              the file "/etc/locale.gen" on your system and then running the
  650.              program "locale-gen" as root.
  651.  
  652.              Note: Debian users may be able to simply run the command
  653.              "dpkg-reconfigure locales".
  654.  
  655.              Then, before running Tux Paint, set your "$LANG" environment
  656.              variable to one of the locales listed above. (If you want all
  657.              programs that can be translated to be, you may wish to place the
  658.              following in your login script; e.g. ~/.profile, ~/.bashrc,
  659.              ~/.cshrc, etc.)
  660.  
  661.              For example, in a Bourne Shell (like BASH):
  662.  
  663.                export LANG=es_ES@euro ; \
  664.                tuxpaint
  665.  
  666.              And in a C Shell (like TCSH):
  667.  
  668.                setenv LANG es_ES@euro ; \
  669.                tuxpaint
  670.  
  671.      ----------------------------------------------------------------------
  672.  
  673.       Windows Users
  674.  
  675.              Tux Paint will recognize the current locale and use the
  676.              appropriate files by default. So this section is only for people
  677.              trying different languages.
  678.  
  679.              The simplest thing to do is to use the '--lang' switch in the
  680.              shortcut (see "INSTALL.txt"). However, by using an MSDOS Prompt
  681.              window, it is also possible to issue a command like this:
  682.  
  683.                set LANG=es_ES@euro
  684.  
  685.              ...which will set the language for the lifetime of that DOS
  686.              window.
  687.  
  688.              For something more permanent, try editing your computer's
  689.              'autoexec.bat' file using Windows' "sysedit" tool:
  690.  
  691.         Windows 95/98
  692.  
  693.               1. Click on the 'Start' button, and select 'Run...'.
  694.               2. Type "sysedit" into the 'Open:' box (with or without
  695.                  quotes).
  696.               3. Click 'OK'.
  697.               4. Locate the AUTOEXEC.BAT window in the System Configuration
  698.                  Editor.
  699.               5. Add the following at the bottom of the file:
  700.  
  701.                    set LANG=es_ES@euro
  702.  
  703.               6. Close the System Configuration Editor, answering yes to save
  704.                  the changes.
  705.               7. Restart your machine.
  706.  
  707.                To affect the entire machine, and all applications, it is
  708.                possible to use the "Regional Settings" control panel:
  709.  
  710.               1. Click on the 'Start' button, and select
  711.                  'Settings | Control Panel'.
  712.               2. Double click on the "Regional Settings" globe.
  713.               3. Select a language/region from the drop down list.
  714.               4. Click 'OK'.
  715.               5. Restart your machine when prompted.
  716.  
  717.     Special Fonts
  718.  
  719.            Some languages require special fonts be installed. These font
  720.            files (which are in TrueType format (TTF)), are much too large to
  721.            include with the Tux Paint download, and are available separately.
  722.            (See the table above, under the "Choosing a Different Language"
  723.            section.)
  724.  
  725.            When running Tux Paint in a language that requires its own font,
  726.            Tux Paint will try to load the font file from its system-wide
  727.            "fonts" directory (under a "locale" subdirectory). The name of the
  728.            file corresponds to the first two letters in the 'locale' code of
  729.            the language (e.g., "ko" for Korean, "ja" for Japanese, "zh" for
  730.            Chinese).
  731.  
  732.            For example, under Linux or Unix, when Tux Paint is run in Korean
  733.            (e.g., with the option "--lang korean"), Tux Paint will attempt to
  734.            load the following font file:
  735.  
  736.              /usr/share/tuxpaint/fonts/locale/ko.ttf
  737.  
  738.            You can download fonts for supported languages from Tux Paint's
  739.            website, http://www.newbreedsoftware.com/tuxpaint/. (Look in the
  740.            'Fonts' section under 'Download.')
  741.  
  742.            Under Unix and Linux, you can use the Makefile that comes with the
  743.            font to install the font in the appropriate location.
  744.  
  745.      ----------------------------------------------------------------------
  746.  
  747. Title Screen
  748.  
  749.        When Tux Paint first loads, a title/credits screen will appear.
  750.  
  751.                                [Title Screenshot]
  752.  
  753.        Once loading is complete, press a key or click on the mouse to
  754.        continue. (Or, after about 30 seconds, the title screen will go away
  755.        automatically.)
  756.  
  757.      ----------------------------------------------------------------------
  758.  
  759. Main Screen
  760.  
  761.        The main screen is divided into the following sections:
  762.  
  763.        Left Side: Toolbar
  764.  
  765.                The toolbar contains the drawing and editing controls.
  766.  
  767. [Tools: Paint, Stamp, Lines, Shapes, Text, Magic, Undo, Redo,      Eraser, New,
  768.                             Open, Save, Print, Quit]
  769.  
  770.        Middle: Drawing Canvas
  771.  
  772.                The largest part of the screen, in the center, is the drawing
  773.                canvas. This is, obviously, where you draw!
  774.  
  775.                                    [(Canvas)]
  776.  
  777.        Right Side: Selector
  778.  
  779.                Depending on the current tool, the selector shows different
  780.                things. e.g., when the Paint Brush tool is selected, it shows
  781.                the various brushes available. When the Rubber Stamp tool is
  782.                selected, it shows the different shapes you can use.
  783.  
  784.                  [Selectors - Brushes, Letters, Shapes, Stamps]
  785.  
  786.        Lower: Colors
  787.  
  788.                A palette of available colors are shown near the bottom of the
  789.                screen.
  790.  
  791.    [Colors - Black, White, Red, Pink, Orange, Yellow, Green, Cyan,      Blue,
  792.                               Purple, Brown, Grey]
  793.  
  794.        Bottom: Help Area
  795.  
  796.                At the very bottom of the screen, Tux, the Linux Penguin,
  797.                provides tips and other information while you draw.
  798.  
  799.  (For example: 'Pick a shape. Click to pick the center, drag, then      let go
  800. when it is the size you want.  Move around to rotate it, and      click to draw
  801.                                       it.)
  802.  
  803.      ----------------------------------------------------------------------
  804.  
  805. Available Tools
  806.  
  807.   Drawing Tools
  808.  
  809.          Paint (Brush)
  810.  
  811.                  The Paint Brush tool lets you draw freehand, using various
  812.                  brushes (chosen in the Selector on the right) and colors
  813.                  (chosen in the Color palette towards the bottom).
  814.  
  815.                  If you hold the mouse button down, and move the mouse, it
  816.                  will draw as you move.
  817.  
  818.                  As you draw, a sound is played. The bigger the brush, the
  819.                  lower the pitch.
  820.  
  821.      ----------------------------------------------------------------------
  822.  
  823.          Stamp (Rubber Stamp)
  824.  
  825.                  The Stamp tool is like a rubber stamp, or stickers. It lets
  826.                  you paste pre-drawn or photographic images (like a picture
  827.                  of a horse, or a tree, or the moon) in your picture.
  828.  
  829.                  As you move the mouse around, an outline follows the mouse,
  830.                  showing where the stamp will be placed.
  831.  
  832.                  Different stamps can have different sound effects. Some
  833.                  stamps can be colored or tinted.
  834.  
  835.                  Stamps and be shrunk and expanded, and many stamps can be
  836.                  flipped vertically, or displayed as a mirror-image, using
  837.                  controls at the bottom right of the screen.
  838.  
  839.                  (NOTE: If the "nostampcontrols" option is set, Tux Paint
  840.                  won't display the Mirror, Flip, Shrink and Grow controls for
  841.                  stamps. See the "Options" section of this document, above.)
  842.  
  843.      ----------------------------------------------------------------------
  844.  
  845.          Lines
  846.  
  847.                  This tool lets you draw straight lines using the various
  848.                  brushes and colors you normally use with the Paint Brush.
  849.  
  850.                  Click the mouse and hold it to choose the starting point of
  851.                  the line. As you move the mouse around, a thin 'rubber-band'
  852.                  line will show where the line will be drawn.
  853.  
  854.                  Let go of the mouse to complete the line. A "sproing!" sound
  855.                  will play.
  856.  
  857.      ----------------------------------------------------------------------
  858.  
  859.          Shapes
  860.  
  861.                  This tool lets you draw some simple filled, and un-filled
  862.                  shapes.
  863.  
  864.                  Select a shape from the selector on the right (circle,
  865.                  square, oval, etc.).
  866.  
  867.                  In the canvas, click the mouse and hold it to stretch the
  868.                  shape out from where you clicked. Some shapes can change
  869.                  proportion (e.g., rectangle and oval), others cannot (e.g.,
  870.                  square and circle).
  871.  
  872.                  Let go of the mouse when you're done stretching.
  873.  
  874.                       Normal Mode
  875.  
  876.                               Now you can move the mouse around the canvas to
  877.                               rotate the shape.
  878.  
  879.                               Click the mouse button again and the shape will
  880.                               be drawn in the current color.
  881.  
  882.                       Simple Shapes Mode
  883.                               If simple shapes are enabled (e.g., with the
  884.                               "--simpleshapes" option), the shape will be
  885.                               drawn on the canvas when you let go of the
  886.                               mouse button. (There's no rotation step.)
  887.  
  888.      ----------------------------------------------------------------------
  889.  
  890.          Text
  891.  
  892.                  Choose a font (from the 'Letters' available on the right)
  893.                  and a color (from the color palette near the bottom). Click
  894.                  on the screen and a cursor will appear. Type text and it
  895.                  will show up on the screen.
  896.  
  897.                  Press [Enter] or [Return] and the text will be drawn onto
  898.                  the picture and the cursor will move down one line.
  899.  
  900.                  Click elsewhere in the picture and the current line of text
  901.                  will move there, where you can continue editing.
  902.  
  903.      ----------------------------------------------------------------------
  904.  
  905.          Magic (Special Effects)
  906.  
  907.                  The 'Magic' tool is actually a set of special tools. Select
  908.                  one of the "magic" effects from the selector on the right,
  909.                  and then click and drag around the picture to apply the
  910.                  effect.
  911.  
  912.                       Rainbow
  913.                               This is similar to the paint brush, but as you
  914.                               move the mouse around, it goes through all of
  915.                               the colors in the rainbow.
  916.  
  917.                       Sparkles
  918.                               This draws glowing yellow sparkles on the
  919.                               picture.
  920.  
  921.                       Mirror
  922.                               When you click the mouse in your picture with
  923.                               the "Mirror" magic effect selected, the entire
  924.                               image will be reversed, turning it into a
  925.                               mirror image.
  926.  
  927.                       Flip
  928.                               Similar to "Mirror." Click and the entire image
  929.                               will be turned upside-down.
  930.  
  931.                       Blur
  932.                               This makes the picture fuzzy wherever you drag
  933.                               the mouse.
  934.  
  935.                       Blocks
  936.                               This makes the picture blocky looking
  937.                               ("pixelated") wherever you drag the mouse.
  938.  
  939.                       Negative
  940.                               This inverts the colors wherever you drag the
  941.                               mouse. (e.g., white becomes black, and vice
  942.                               versa.)
  943.  
  944.                       Fade
  945.                               This fades the colors wherever you drag the
  946.                               mouse. (Do it to the same spot many times, and
  947.                               it will eventually become white.)
  948.  
  949.                       Chalk
  950.                               This makes parts of the picture (where you move
  951.                               the mouse) look like a chalk drawing.
  952.  
  953.                       Drip
  954.                               This makes the paint "drip" wherever you move
  955.                               the mouse.
  956.  
  957.                       Thick
  958.                               This makes the darker colors in the picture
  959.                               become thicker wherever you drag the mouse.
  960.  
  961.                       Thin
  962.                               Similar to "Thick," except dark colors become
  963.                               thinner (light colors become thicker).
  964.  
  965.                       Fill
  966.                               This floods the picture with a color. It lets
  967.                               you quickly fill parts of the picture, as if it
  968.                               were a coloring book.
  969.  
  970.      ----------------------------------------------------------------------
  971.  
  972.          Eraser
  973.  
  974.                  This tool is similar to the Paint Brush. Wherever you click
  975.                  (or click and drag), the picture will be erased to white.
  976.  
  977.                  As you move the mouse around, a very large square outline
  978.                  follows the pointer, showing what part of the picture will
  979.                  be erased to white.
  980.  
  981.                  As you erase, a "squeaky clean" eraser/wiping sound is
  982.                  played.
  983.  
  984.      ----------------------------------------------------------------------
  985.  
  986.   Other Controls
  987.  
  988.          Undo
  989.  
  990.                  Clicking this tool will undo the last drawing action. You
  991.                  can even undo more than once!
  992.  
  993.                  Note: You can also press [Control]-[Z] on the keyboard to
  994.                  undo.
  995.  
  996.      ----------------------------------------------------------------------
  997.  
  998.          Redo
  999.  
  1000.                  Clicking this tool will redo the drawing action you just
  1001.                  "undid" with the 'Undo' button.
  1002.  
  1003.                  As long as you don't draw again, you can redo as many times
  1004.                  as you had "undone!"
  1005.  
  1006.                  Note: You can also press [Control]-[R] on the keyboard to
  1007.                  redo.
  1008.  
  1009.      ----------------------------------------------------------------------
  1010.  
  1011.          New
  1012.  
  1013.                  Clicking the "New" button will start a new drawing. You will
  1014.                  first be asked whether you really want to do this.
  1015.  
  1016.                  Note: You can also press [Control]-[N] on the keyboard to
  1017.                  start a new drawing.
  1018.  
  1019.      ----------------------------------------------------------------------
  1020.  
  1021.          Open
  1022.  
  1023.                  This shows you a list of all of the pictures you've saved.
  1024.                  If there are more than can fit on the screen, use the "Up"
  1025.                  and "Down" arrows at the top and bottom of the list to
  1026.                  scroll through the list of pictures.
  1027.  
  1028.                  Click a picture to select it, then...
  1029.  
  1030.                       * Click the green "Open" button at the lower left of
  1031.                         the list to load the selected picture.
  1032.  
  1033.                         (Alternatively, you can double-click a picture's icon
  1034.                         to load it.)
  1035.  
  1036.                       * Click the brown "Erase" (trash can) button at the
  1037.                         lower right of the list to erase the selected
  1038.                         picture. (You will be asked to confirm.)
  1039.  
  1040.                       * Or click the red "Back" arrow button at the lower
  1041.                         right of the list to cancel and return to the picture
  1042.                         you were drawing.
  1043.  
  1044.                  If choose to open a picture, and your current drawing hasn't
  1045.                  been saved, you will be prompted as to whether you want to
  1046.                  save it or not. (See "Save," below.)
  1047.  
  1048.                  Note: You can also press [Control]-[O] on the keyboard to
  1049.                  get the 'Open' dialog.
  1050.  
  1051.      ----------------------------------------------------------------------
  1052.  
  1053.          Save
  1054.  
  1055.                  This saves your current picture.
  1056.  
  1057.                  If you haven't saved it before, it will create a new entry
  1058.                  in the list of saved images. (i.e., it will create a new
  1059.                  file)
  1060.  
  1061.                  Note: It won't ask you anything (e.g., for a filename). It
  1062.                  will simply save the picture, and play a "camera shutter"
  1063.                  sound effect.
  1064.  
  1065.                  If you HAVE saved the picture before, or this is a picture
  1066.                  you just loaded using the "Open" command, you will first be
  1067.                  asked whether you want to save over the old version, or
  1068.                  create a new entry (a new file).
  1069.  
  1070.                  (NOTE: If either the "saveover" or "saveovernew" options are
  1071.                  set, it won't ask before saving over. See the "Options"
  1072.                  section of this document, above.)
  1073.  
  1074.                  Note: You can also press [Control]-[S] on the keyboard to
  1075.                  save.
  1076.  
  1077.      ----------------------------------------------------------------------
  1078.  
  1079.          Print
  1080.  
  1081.                  Click this button and your picture will be printed!
  1082.  
  1083.                       Disabling Printing
  1084.  
  1085.                               If the "noprint" option was set (either with
  1086.                               "noprint=yes" in Tux Paint's configuration
  1087.                               file, or using "--noprint" on the
  1088.                               command-line), the "Print" button will be
  1089.                               disabled.
  1090.  
  1091.                               See the "Options" section of this document,
  1092.                               above.
  1093.  
  1094.                       Restricting Printing
  1095.  
  1096.                               If the "printdelay" option was used (either
  1097.                               with "printdelay=SECONDS" in the configuration
  1098.                               file, or using "--printdelay=SECONDS" on the
  1099.                               command-line), you can only print once every
  1100.                               SECONDS seconds.
  1101.  
  1102.                               For example, with "printdelay=60", you can
  1103.                               print only once a minute.
  1104.  
  1105.                               See the "Options" section of this document,
  1106.                               above.
  1107.  
  1108.                       Printing Command
  1109.  
  1110.                               (Linux and Unix only)
  1111.  
  1112.                               The command used to print is actually a set of
  1113.                               commands that convert a PNG to a PostScript and
  1114.                               send it to the printer:
  1115.  
  1116.                                 pngtopnm | pnmtops | lpr
  1117.  
  1118.                               This command can be changed by setting the
  1119.                               "printcommand" value in Tux Paint's
  1120.                               configuration file.
  1121.  
  1122.                               See the "Options" section of this document,
  1123.                               above.
  1124.  
  1125.                       Printer Settings
  1126.  
  1127.                               (Windows only)
  1128.  
  1129.                               By default, Tux Paint simply prints to the
  1130.                               default printer with default settings when the
  1131.                               'Print' button is pushed.
  1132.  
  1133.                               However, if you hold the [ALT] key on the
  1134.                               keyboard while pushing the button, as long as
  1135.                               you're not in fullscreen mode, a Windows print
  1136.                               dialog will appear, where you can change the
  1137.                               settings.
  1138.  
  1139.                               You can have the printer configuration changes
  1140.                               stored by using the "printcfg" option, either
  1141.                               by using "--printcfg" on the command-line, or
  1142.                               "printcfg=yes" in Tux Paint's own configuration
  1143.                               file ("tuxpaint.cfg").
  1144.  
  1145.                               If the "printcfg" option is used, printer
  1146.                               settings will be loaded from the file
  1147.                               "userdata/print.cfg". Any changes will be saved
  1148.                               there as well.
  1149.  
  1150.                               See the "Options" section of this document,
  1151.                               above.
  1152.  
  1153.      ----------------------------------------------------------------------
  1154.  
  1155.          Quit
  1156.  
  1157.                  Clicking the "Quit" button, closing the Tux Paint window, or
  1158.                  pushing the "Escape" key will quit Tux Paint.
  1159.  
  1160.                  (NOTE: The "Quit" button can be disabled (e.g., with the
  1161.                  "--noquit" command-line option), but the [Escape] key will
  1162.                  still work. See the "Options" section of this document,
  1163.                  above.)
  1164.  
  1165.                  You will first be prompted as to whether you really want to
  1166.                  quit.
  1167.  
  1168.                  If you choose to quit, and you haven't saved the current
  1169.                  picture, you will first be asked if wish to save it. If it's
  1170.                  not a new image, you will then be asked if you want to save
  1171.                  over the old version, or create a new entry. (See "Save"
  1172.                  above.)
  1173.  
  1174.                  NOTE: If the image is saved, it will be reloaded
  1175.                  automatically the next time you run Tux Paint!
  1176.  
  1177.      ----------------------------------------------------------------------
  1178.  
  1179.                      Loading Other Pictures into Tux Paint
  1180.  
  1181.      Since Tux Paint's 'Open' dialog only displays pictures you created with
  1182.      Tux Paint, what if you want to load some other picture or photograph
  1183.      into Tux Paint to edit?
  1184.  
  1185.      To do so, you simply need to convert the picture into a PNG (Portable
  1186.      Network Graphic) image file, and place it in Tux Paint's "saved"
  1187.      directory. ("~/.tuxpaint/saved/" under Linux and Unix, "userdata\saved\"
  1188.      under Windows.)
  1189.  
  1190. Using 'tuxpaint-import'
  1191.  
  1192.        Linux and Unix users can use the "tuxpaint-import" shell script which
  1193.        gets installed when you install Tux Paint. It uses some NetPBM tools
  1194.        to convert the image ("anytopnm"), resize it so that it will fit in
  1195.        Tux Paint's canvas ("pnmscale"), and convert it to a PNG ("pnmtopng").
  1196.  
  1197.        It also uses the "date" command to get the current time and date,
  1198.        which is the file-naming convention Tux Paint uses for saved files.
  1199.        (Remember, you are never asked for a 'filename' when you go to Save or
  1200.        Open pictures!)
  1201.  
  1202.        To use 'tuxpaint-import', simply run the command from a command-line
  1203.        prompt and provide it the name(s) of the file(s) you wish to convert.
  1204.  
  1205.        They will be converted and placed in your Tux Paint 'saved' directory.
  1206.        (Note: If you're doing this for a different user - e.g., your child,
  1207.        you'll need to make sure to run the command under their account.)
  1208.  
  1209.        Example:
  1210.  
  1211.          $ tuxpaint-import grandma.jpg
  1212.          grandma.jpg -> /home/username/.tuxpaint/saved/20020921123456.png
  1213.          jpegtopnm: WRITING A PPM FILE
  1214.  
  1215.        The first line ("tuxpaint-import grandma.jpg") is the command to run.
  1216.        The following two lines are output from the program while it's
  1217.        working.
  1218.  
  1219.        Now you can load Tux Paint, and a version of that original picture
  1220.        will be available under the 'Open' dialog. Just double-click its icon!
  1221.  
  1222. Doing it Manually
  1223.  
  1224.        Windows users must currently do the conversion manually.
  1225.  
  1226.        Load a graphics program that is capable of both loading your picture
  1227.        and saving a PNG format file. (See the documentation file "PNG.txt"
  1228.        for a list of suggested software, and other references.)
  1229.  
  1230.        Reduce the size of the image to no wider than 448 pixels across and no
  1231.        taller than 376 pixels tall. (i.e., the maximum size is 448 x 376
  1232.        pixels)
  1233.  
  1234.        Save the picture in PNG format. It is highly recommended that you name
  1235.        the filename using the current date and time, since that's the
  1236.        convention Tux Paint uses:
  1237.  
  1238.          YYYYMMDDhhmmss.png
  1239.  
  1240.          * YYYY = Year
  1241.          * MM = Month (01-12)
  1242.          * DD = Day (01-31)
  1243.          * HH = Hour, in 24-hour format (00-23)
  1244.          * mm = Minute (00-59)
  1245.          * ss = Second (00-59)
  1246.  
  1247.        e.g.:
  1248.  
  1249.          20020921130500 - for September 21, 2002, 1:05:00pm
  1250.  
  1251.        Place this PNG file in your Tux Paint 'saved' directory. (See above.)
  1252.  
  1253.        Under Windows, this is in the "userdata" folder.
  1254.  
  1255.      ----------------------------------------------------------------------
  1256.  
  1257.                               Extending Tux Paint
  1258.  
  1259.      If you wish to add or change things like Brushes and Rubber Stamps used
  1260.      by Tux Paint, you can do it fairly easily by simply putting or removing
  1261.      files on your hard disk.
  1262.  
  1263.      Note: You'll need to restart Tux Paint for the changes to take effect.
  1264.  
  1265. Where Files Go
  1266.  
  1267.   Standard Files
  1268.  
  1269.          Tux Paint looks for its various data files in its 'data' directory.
  1270.  
  1271.     Linux and Unix
  1272.  
  1273.            Where this directory goes depends on what value was set for
  1274.            "DATA_PREFIX" when Tux Paint was built. See INSTALL.txt for
  1275.            details.
  1276.  
  1277.            By default, though, the directory is:
  1278.  
  1279.              /usr/local/share/tuxpaint/
  1280.  
  1281.            If you installed from a package, it is more likely to be:
  1282.  
  1283.              /usr/share/tuxpaint/
  1284.  
  1285.     Windows
  1286.  
  1287.            Tux Paint looks for a directory called 'data' in the same
  1288.            directory as the executable. This is the directory that the
  1289.            installer used when installing Tux Paint e.g.:
  1290.  
  1291.              C:\Program Files\TuxPaint\data
  1292.  
  1293.     Mac OS X
  1294.  
  1295.            Tux Paint stores files in your account's "Libraries" folder, under
  1296.            "Preferences", e.g.:
  1297.  
  1298.              /Users/Joe/Library/Preferences/
  1299.  
  1300.      ----------------------------------------------------------------------
  1301.  
  1302.   Personal Files
  1303.  
  1304.          You can also create brushes, stamps and fonts in your own directory
  1305.          for Tux Paint to find.
  1306.  
  1307.     Linux and Unix
  1308.  
  1309.            Your personal Tux Paint directory is "~/.tuxpaint/".
  1310.  
  1311.            That is, if your home directory is "/home/karl", then your
  1312.            Tux Paint directory is "/home/karl/.tuxpaint/".
  1313.  
  1314.            Don't forget the period (".") before the 'tuxpaint'!
  1315.  
  1316.     Windows
  1317.  
  1318.            Your personal Tux Paint directory is named "userdata" and is in
  1319.            the same directory as the executable e.g.:
  1320.  
  1321.              C:\Program Files\TuxPaint\userdata
  1322.  
  1323.          To add brushes, stamps and fonts, create subdirectories under your
  1324.          personal Tux Paint directory named "brushes", "stamps" and "fonts",
  1325.          respectively.
  1326.  
  1327.          (For example, if you created a brush named "flower.png", you would
  1328.          put it in "~/.tuxpaint/brushes/" under Linux or Unix.)
  1329.  
  1330.      ----------------------------------------------------------------------
  1331.  
  1332. Brushes
  1333.  
  1334.        The brushes used for drawing with the 'Brush' and 'Lines' tools in
  1335.        Tux Paint are simply greyscale PNG images.
  1336.  
  1337.        The alpha (transparency) of the PNG image is used to determine the
  1338.        shape of the brush, which means that the shape can be 'anti-aliased'
  1339.        and even partially-transparent!
  1340.  
  1341.        Brush images should be no wider than 40 pixels across and no taller
  1342.        than 40 pixels high. (i.e., the maximum size can be 40 x 40.)
  1343.  
  1344.        Just place them in the "brushes" directory.
  1345.  
  1346.        Note: If your new brushes all come out as solid squares or rectangles,
  1347.        it's because you forgot to use alpha transparency! See the
  1348.        documentation file "PNG.txt" for more information and tips.
  1349.  
  1350.      ----------------------------------------------------------------------
  1351.  
  1352. Stamps
  1353.  
  1354.        All stamp-related files go in the "stamps" directory. It's useful to
  1355.        create subdirectories and sub-subdirectories there to organize the
  1356.        stamps. (For example, you can have a "holidays" folder with
  1357.        "halloween" and "christmas" sub-folders.)
  1358.  
  1359.   Images
  1360.  
  1361.          Rubber Stamps in Tux Paint can be made up of a number of separate
  1362.          files. The one file that is required is, of course, the picture
  1363.          itself.
  1364.  
  1365.          The Stamps used by Tux Paint are PNG pictures. They can be
  1366.          full-color or greyscale. The alpha (transparency) of the PNG is used
  1367.          to determine the actual shape of the picture (otherwise you'll stamp
  1368.          a large rectangle on your drawings).
  1369.  
  1370.          The PNGs can be any size, but in practice, a 100 pixels wide by
  1371.          100 pixels tall (100 x 100) is quite large for Tux Paint.
  1372.  
  1373.          Note: If your new stamps all have solid rectangular-shaped outlines
  1374.          of a solid color (e.g., white or black), it's because you forgot to
  1375.          use alpha transparency! See the documentation file "PNG.txt" for
  1376.          more information and tips.
  1377.  
  1378.      ----------------------------------------------------------------------
  1379.  
  1380.   Description Text
  1381.  
  1382.          Text (".TXT") files with the same name as the PNG. (e.g.,
  1383.          "picture.png"'s description is stored in "picture.txt" in the same
  1384.          directory.)
  1385.  
  1386.          The first line of the text file will be used as the default
  1387.          description of the stamp's image.
  1388.  
  1389.     Language Support
  1390.  
  1391.            Additional lines can be added to the text file to provide
  1392.            translations of the description, to be displayed when Tux Paint is
  1393.            running in a different locale (like French or Spanish).
  1394.  
  1395.            There are three ways of placing translated descriptions in a
  1396.            stamp's ".txt" file. In each case, the beginning of the line
  1397.            should correspond to the locale code of the language in question
  1398.            (e.g., "de" for German, "fr" for French, etc.).
  1399.  
  1400.              * Lines beginning with "xx=" (where "xx" is the locale code)
  1401.                will be considered plain ASCII. That is, any special
  1402.                characters on the line will be interpreted literally.
  1403.  
  1404.                For example, "es=!Ninos!", will come out literally as
  1405.                "!Ninos!"
  1406.  
  1407.              * Lines beginning with "xx.esc=" can contain special
  1408.                'escape sequences' which allow you to create a description
  1409.                using special ASCII characters (like "a" and "th") without the
  1410.                need to figure out how to get those characters in the file
  1411.                with whatever editor you chose to use.
  1412.  
  1413.                The escape sequences are identical to those used in HTML to
  1414.                display ASCII characters 161 through 255. The sequence begins
  1415.                with a "&" (ampersand), and ends with a ";" (semicolon). See
  1416.                the documentation file "ESCAPES.txt" for a list of escapable
  1417.                characters.
  1418.  
  1419.                For example, "es.esc=¡Niños!", will come out as
  1420.                "!Ninos!"
  1421.  
  1422.                Note: As in HTML, if you want an actual ampersand ("&") in
  1423.                your description when using the "xx.esc" method ,you'll need
  1424.                to escape it: "&".
  1425.  
  1426.              * Lines beginning with "xx.utf8=" can be used to use UTF-8
  1427.                encoded text for the description's translation. You'll need an
  1428.                editor capable of saving UTF-8 encoded files.
  1429.  
  1430.            If no translation is available for the language Tux Paint is
  1431.            currently running in, the default string (the first line, which is
  1432.            typically in English) is used.
  1433.  
  1434.     Windows Users
  1435.  
  1436.            Use NotePad or WordPad to edit/create these files. Be sure to save
  1437.            them as Plain Text, and make sure they have ".txt" at the end of
  1438.            the filename...
  1439.  
  1440.      ----------------------------------------------------------------------
  1441.  
  1442.   Sound Effects
  1443.  
  1444.          WAVE (".WAV") files with the same name as the PNG. (e.g.,
  1445.          "picture.png"'s sound effect is the sound "picture.wav" in the same
  1446.          directory.)
  1447.  
  1448.     Language Support
  1449.  
  1450.            For sounds for different locales (e.g., if the sound is someone
  1451.            saying a word, and you want translated versions of the word said),
  1452.            also create WAV files with the locale's label in the filename, in
  1453.            the form: "STAMP_LOCALE.wav"
  1454.  
  1455.            "picture.png"'s sound effect, when Tux Paint is run in Spanish
  1456.            mode, would be "picture_es.wav". In French mode, "picture_fr.wav".
  1457.            And so on...
  1458.  
  1459.            If no localized sound effect can be loaded, Tux Paint will attempt
  1460.            to load the 'default' sound file. (e.g., "picture.wav")
  1461.  
  1462.      ----------------------------------------------------------------------
  1463.  
  1464.   Stamp Options
  1465.  
  1466.          Aside from a graphical shape, a textual description, and a sound
  1467.          effect, stamps can also be given other attributes. To do this, you
  1468.          need to create a 'data file' for the stamp.
  1469.  
  1470.          A stamp data file is simply a text file containing the options.
  1471.  
  1472.          The file has the same name as the PNG image, but a ".dat" extension.
  1473.          (e.g., "picture.png"'s data file is the text file "picture.dat" in
  1474.          the same directory.)
  1475.  
  1476.     Colored Stamps
  1477.  
  1478.            Stamps can be made to be either "colorable" or "tintable."
  1479.  
  1480.       Colorable
  1481.  
  1482.              "Colorable" stamps they work much like brushes - you pick the
  1483.              stamp to get the shape, and then pick the color you want it to
  1484.              be. (Symbol stamps, like the mathematical and musical ones, are
  1485.              an example.)
  1486.  
  1487.              Nothing about the original image is used except the transparency
  1488.              ("alpha" channel). The color of the stamp comes out solid.
  1489.  
  1490.              Add the word "colorable" to the stamp's data file.
  1491.  
  1492.       Tinted
  1493.  
  1494.              "Tinted" stamps are similar to "colorable" ones, except the
  1495.              details of the original image are kept. (To put it technically,
  1496.              the original image is used, but its hue is changed, based on the
  1497.              currently-selected color.)
  1498.  
  1499.              Add the word "tintable" to the stamp's data file.
  1500.  
  1501.     Unalterable Stamps
  1502.  
  1503.            By default, a stamp can be flipped upside down, shown as a mirror
  1504.            image, or both. This is done using the control buttons below the
  1505.            stamp selector, at the lower right side of the screen in
  1506.            Tux Paint.
  1507.  
  1508.            Sometimes, it doesn't make sense for a stamp to be flippable or
  1509.            mirrored; for example, stamps of letters or numbers. Sometimes
  1510.            stamps are symettrical, so letting the user flip or mirror them
  1511.            isn't useful.
  1512.  
  1513.            To make a stamp un-flippable, add the option "noflip" to the
  1514.            stamp's data file.
  1515.  
  1516.            To keep a stamp from being mirrored, add the option "nomirror" to
  1517.            the stamp's data file.
  1518.  
  1519.     Windows Users
  1520.  
  1521.            You can use NotePad or WordPad to create these file. Be sure to
  1522.            save it as Plain Text, and make sure the filename has ".dat" at
  1523.            the end, and not ".txt"...
  1524.  
  1525.   Pre-Mirrored Images
  1526.  
  1527.          In some cases, you may wish to provide a pre-drawn version of a
  1528.          stamp's mirror-image. For example, imagine a picture of a fire truck
  1529.          with the words "Fire Department" written across the side. You
  1530.          probably do not want that text to appear backwards when the image is
  1531.          flipped!
  1532.  
  1533.          To create a mirrored version of a stamp that you want Tux Paint to
  1534.          use, rather than mirroring one on its own, simply create a second
  1535.          ".png" graphics file with the same name, except with the string
  1536.          "_mirror" before the filename extension.
  1537.  
  1538.          For example, for the stamp "truck.png" you would create another file
  1539.          named "truck_mirror.png", which will be used when the stamp is
  1540.          mirrored (rather than using a backwards version of 'truck.png').
  1541.  
  1542.      ----------------------------------------------------------------------
  1543.  
  1544. Fonts
  1545.  
  1546.        The fonts used by Tux Paint are TrueType Fonts (TTF).
  1547.  
  1548.        Simply place them in the "fonts" directory. Tux Paint will load the
  1549.        font and provide four different sizes in the 'Letters' selector when
  1550.        using the 'Text' tool.
  1551.  
  1552.      ----------------------------------------------------------------------
  1553.  
  1554.                                 More Information
  1555.  
  1556.      For more information, see the other documentation files that come with
  1557.      Tux Paint.
  1558.  
  1559.      If you need help, feel free to contact New Breed Software:
  1560.  
  1561.        http://www.newbreedsoftware.com/
  1562.  
  1563.      You may also wish to participate in the numerous Tux Paint mailing
  1564.      lists:
  1565.  
  1566.        http://www.newbreedsoftware.com/tuxpaint/lists/
  1567.