diff --git a/docs/en/EXTENDING.txt b/docs/en/EXTENDING.txt index 55af96bc4..5959f211b 100644 --- a/docs/en/EXTENDING.txt +++ b/docs/en/EXTENDING.txt @@ -755,11 +755,11 @@ Starter Options Template Options - Like 'starters', a configuration file may be specified that defines how + Like 'Starters', a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "Starter Options", above. (Note: Tux Paint prior to version 0.9.29 did not support - template options.) + starter options.) Translations diff --git a/docs/en/FAQ.txt b/docs/en/FAQ.txt index 8aa36b7da..d4884fa19 100644 --- a/docs/en/FAQ.txt +++ b/docs/en/FAQ.txt @@ -17,7 +17,7 @@ | * Saving | | * Audio Problems | | * Fullscreen Mode Problems | - | * Other Probelms | + | * Other Problems | | * Help / Contact | +------------------------------+ @@ -479,7 +479,7 @@ Fullscreen Mode Problems ---------------------------------------------------------------------- -Other Probelms +Other Problems Tux Paint won't run @@ -563,6 +563,17 @@ Other Probelms By default, Tux Paint first looks at configuration files for options. + * Windows + + Under Windows, Tux Paint first examines the configuration + file: + + tuxpaint.cfg + + Finally, any options sent as command-line arguments are used. + + * macOS + * Unix and Linux Under Unix and Linux, it first examines the system-wide @@ -576,14 +587,7 @@ Other Probelms Finally, any options sent as command-line arguments are used. - * Windows - - Under Windows, Tux Paint first examines the configuration - file: - - tuxpaint.cfg - - Finally, any options sent as command-line arguments are used. + * Haiku This means that if anything is set in a configuration file that you don't want set, you'll need to either change the config. file diff --git a/docs/en/README.txt b/docs/en/README.txt index 6e910738a..3d104f2fc 100644 --- a/docs/en/README.txt +++ b/docs/en/README.txt @@ -100,6 +100,10 @@ What's New in Tux Paint version 0.9.31? New Magic tools Loops, Ribbon, Smooth, and Squiggles + Create templates from Open dialog + Saved drawings can be turned into templates (used to make new + drawings) via a new option in the Open dialog + See CHANGES.txt for the complete list of changes. Using Tux Paint @@ -679,35 +683,45 @@ Available Tools ⌨ Note: You can also press [Control / ⌘] + [N] on the keyboard to start a new drawing. - Special Solid Background Color Choices + Special Solid Background Color Choices + Along with the preset solid colors, you can also + choose colors using a rainbow palette or a "color + mixer". These operate identically to the options + found in the color palette shown below the canvas + when drawing a picture. See Main Screen > Lower: + Colors > Special color options for details. - Along with the preset solid colors, you can also choose colors - using a rainbow palette or a "color mixer". These operate - identically to the options found in the color palette shown - below the canvas when drawing a picture. See Main Screen > - Lower: Colors > Special color options for details. + 'Starter' & Template Images + * 'Starters' can behave like a page from a + coloring book — a black-and-white outline of a + picture, which you can then color in, and the + black outline remains intact — or like a 3D + photograph, where you draw in between a + foreground and background layer. + * 'Templates' are similar, but simply provide a + background drawing to work off of. Unlike + 'Starters', there is no layer that remains in + the foreground of anything you draw in the + picture. - 'Starter' & Template Images + When using the 'Eraser' tool, the original image from + the 'Starter' or 'Template' will reappear. The 'Flip' + and 'Mirror' Magic tools affect the orientation of + the 'Starter' or 'Template', as well. - 'Starters' can behave like a page from a coloring book — a - black-and-white outline of a picture, which you can then color - in, and the black outline remains intact — or like a 3D - photograph, where you draw in between a foreground and - background layer. + When you load a 'Starter' or 'Template', draw on it, + and then click 'Save,' it creates a new picture file + — it doesn't overwrite the original, so you can use + it again later (by accessing it from the 'New' + dialog). - 'Templates' are similar, but simply provide a background drawing - to work off of. Unlike 'Starters', there is no layer that - remains in the foreground of anything you draw in the picture. + ⚙ You can create your own 'Starter' and Template + images. See the Extending Tux Paint documentation's + sections on 'Starters' and Templates. - When using the 'Eraser' tool, the original image from the - 'Starter' or 'Template' will reappear. The 'Flip' and 'Mirror' - Magic tools affect the orientation of the 'Starter' or - 'Template', as well. - - When you load a 'Starter' or 'Template', draw on it, and then - click 'Save,' it creates a new picture file — it doesn't - overwrite the original, so you can use it again later (by - accessing it from the 'New' dialog). + 💡 You can also convert your saved drawings into + Templates directly within Tux Paint, from the 'Open' + dialog. See "Open", below. "Open" Command @@ -718,7 +732,8 @@ Available Tools Click a picture to select it, and then... * Click the green 'Open' button at the lower left of the list - to load the selected picture. + to load the selected picture. You will then be able to edit + it. (Alternatively, you can double-click a picture's icon to load it.) @@ -738,13 +753,21 @@ Available Tools mind). * Click the 'Export' button near the lower right to export the - image to your export folder. (e.g., "~/Pictures/TuxPaint/") + selected picture to your export folder. (e.g., + "~/Pictures/TuxPaint/") From the "Open" screen you can also: * Click the blue 'Slides' (slide projector) button at the lower left to go to slideshow mode. See "Slides", below, for details. + * Click the blue 'Template' button at the lower left to go to + convert the selected picture into a new template, which can + be used as the basis for new drawings. + + 📜 Note: The Template creation feature was added to Tux Paint + in version 0.9.30. + * Click the red 'Back' arrow button at the lower right of the list to cancel and return to the picture you were drawing. diff --git a/docs/en/html/EXTENDING.html b/docs/en/html/EXTENDING.html index 3d6ed4a0a..b16cdbfba 100644 --- a/docs/en/html/EXTENDING.html +++ b/docs/en/html/EXTENDING.html @@ -947,7 +947,7 @@

- Like 'starters', a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "Starter Options", above. (Note: Tux Paint prior to version 0.9.29 did not support template options.)

+ Like 'Starters', a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "Starter Options", above. (Note: Tux Paint prior to version 0.9.29 did not support starter options.)

diff --git a/docs/en/html/FAQ.html b/docs/en/html/FAQ.html index 78251c9b0..bac6a241f 100644 --- a/docs/en/html/FAQ.html +++ b/docs/en/html/FAQ.html @@ -62,7 +62,7 @@ Fullscreen Mode Problems
  • - Other Probelms + Other Problems
  • Help / Contact @@ -609,7 +609,7 @@

    - Other Probelms + Other Problems

    @@ -698,6 +698,28 @@ By default, Tux Paint first looks at configuration files for options.

    @@ -769,7 +782,7 @@

    - Linux and Unix users can also disable the system-wide configuration file by including the following command-line argument:

    + Linux and Unix users can also disable the system-wide configuration file by including the following command-line argument:

    diff --git a/docs/en/html/README.html b/docs/en/html/README.html index 1faddea1a..170e996d0 100644 --- a/docs/en/html/README.html +++ b/docs/en/html/README.html @@ -224,6 +224,9 @@

    New Magic tools
    Loops, Ribbon, Smooth, and Squiggles
    + +
    Create templates from Open dialog
    +
    Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog

    @@ -504,7 +507,7 @@ -

    +

    Available Tools

    @@ -1040,26 +1043,31 @@

    Note: You can also press [Control / ⌘] + [N] on the keyboard to start a new drawing.

    - Special Solid Background Color Choices -
    -

    - Along with the preset solid colors, you can also choose colors using a rainbow palette or a "color mixer". These operate identically to the options found in the color palette shown below the canvas when drawing a picture. See Main Screen > Lower: Colors > Special color options for details.

    -
    +
    +
    Special Solid Background Color Choices
    +
    + Along with the preset solid colors, you can also choose colors using a rainbow palette or a "color mixer". These operate identically to the options found in the color palette shown below the canvas when drawing a picture. See Main Screen > Lower: Colors > Special color options for details.
    - 'Starter' & Template Images -
    -

    - 'Starters' can behave like a page from a coloring book — a black-and-white outline of a picture, which you can then color in, and the black outline remains intact — or like a 3D photograph, where you draw in between a foreground and background layer.

    +
    'Starter' & Template Images
    +
    +
      +
    • 'Starters' can behave like a page from a coloring book — a black-and-white outline of a picture, which you can then color in, and the black outline remains intact — or like a 3D photograph, where you draw in between a foreground and background layer.
    • +
    • 'Templates' are similar, but simply provide a background drawing to work off of. Unlike 'Starters', there is no layer that remains in the foreground of anything you draw in the picture.
    • +
    -

    - 'Templates' are similar, but simply provide a background drawing to work off of. Unlike 'Starters', there is no layer that remains in the foreground of anything you draw in the picture.

    +

    + When using the 'Eraser' tool, the original image from the 'Starter' or 'Template' will reappear. The 'Flip' and 'Mirror' Magic tools affect the orientation of the 'Starter' or 'Template', as well.

    -

    - When using the 'Eraser' tool, the original image from the 'Starter' or 'Template' will reappear. The 'Flip' and 'Mirror' Magic tools affect the orientation of the 'Starter' or 'Template', as well.

    +

    + When you load a 'Starter' or 'Template', draw on it, and then click 'Save,' it creates a new picture file — it doesn't overwrite the original, so you can use it again later (by accessing it from the 'New' dialog).

    -

    - When you load a 'Starter' or 'Template', draw on it, and then click 'Save,' it creates a new picture file — it doesn't overwrite the original, so you can use it again later (by accessing it from the 'New' dialog).

    -
    +

    + You can create your own 'Starter' and Template images. See the Extending Tux Paint documentation's sections on 'Starters' and Templates.

    + +

    + 💡 You can also convert your saved drawings into Templates directly within Tux Paint, from the 'Open' dialog. See "Open", below.

    + +
    "Open" Command @@ -1091,7 +1099,7 @@ alt="" align="right">

    - Click the green 'Open' button at the lower left of the list to load the selected picture.

    + Click the green 'Open' button at the lower left of the list to load the selected picture. You will then be able to edit it.

    (Alternatively, you can double-click a picture's icon to load it.)

    @@ -1123,7 +1131,7 @@ alt="" align="right">

    - Click the 'Export' button near the lower right to export the image to your export folder. (e.g., "~/Pictures/TuxPaint/")

    + Click the 'Export' button near the lower right to export the selected picture to your export folder. (e.g., "~/Pictures/TuxPaint/")

  • @@ -1142,6 +1150,20 @@
    +
  • + +

    + Click the blue 'Template' button at the lower left to go to convert the selected picture into a new template, which can be used as the basis for new drawings.

    +
    + +

    + 📜 Note: The Template creation feature was added to Tux Paint in version 0.9.30.

    +
  • +
  • Lower: + Colors > Special color options for details. - Along with the preset solid colors, you can also choose colors - using a rainbow palette or a "color mixer". These operate - identically to the options found in the color palette shown - below the canvas when drawing a picture. See Main Screen > - Lower: Colors > Special color options for details. + 'Starter' & Template Images + * 'Starters' can behave like a page from a + coloring book — a black-and-white outline of a + picture, which you can then color in, and the + black outline remains intact — or like a 3D + photograph, where you draw in between a + foreground and background layer. + * 'Templates' are similar, but simply provide a + background drawing to work off of. Unlike + 'Starters', there is no layer that remains in + the foreground of anything you draw in the + picture. - 'Starter' & Template Images + When using the 'Eraser' tool, the original image from + the 'Starter' or 'Template' will reappear. The 'Flip' + and 'Mirror' Magic tools affect the orientation of + the 'Starter' or 'Template', as well. - 'Starters' can behave like a page from a coloring book — a - black-and-white outline of a picture, which you can then color - in, and the black outline remains intact — or like a 3D - photograph, where you draw in between a foreground and - background layer. + When you load a 'Starter' or 'Template', draw on it, + and then click 'Save,' it creates a new picture file + — it doesn't overwrite the original, so you can use + it again later (by accessing it from the 'New' + dialog). - 'Templates' are similar, but simply provide a background drawing - to work off of. Unlike 'Starters', there is no layer that - remains in the foreground of anything you draw in the picture. + ⚙ You can create your own 'Starter' and Template + images. See the Extending Tux Paint documentation's + sections on 'Starters' and Templates. - When using the 'Eraser' tool, the original image from the - 'Starter' or 'Template' will reappear. The 'Flip' and 'Mirror' - Magic tools affect the orientation of the 'Starter' or - 'Template', as well. - - When you load a 'Starter' or 'Template', draw on it, and then - click 'Save,' it creates a new picture file — it doesn't - overwrite the original, so you can use it again later (by - accessing it from the 'New' dialog). + 💡 You can also convert your saved drawings into + Templates directly within Tux Paint, from the 'Open' + dialog. See "Open", below. "Open" Command @@ -718,7 +732,8 @@ Available Tools Click a picture to select it, and then... * Click the green 'Open' button at the lower left of the list - to load the selected picture. + to load the selected picture. You will then be able to edit + it. (Alternatively, you can double-click a picture's icon to load it.) @@ -738,13 +753,21 @@ Available Tools mind). * Click the 'Export' button near the lower right to export the - image to your export folder. (e.g., "~/Pictures/TuxPaint/") + selected picture to your export folder. (e.g., + "~/Pictures/TuxPaint/") From the "Open" screen you can also: * Click the blue 'Slides' (slide projector) button at the lower left to go to slideshow mode. See "Slides", below, for details. + * Click the blue 'Template' button at the lower left to go to + convert the selected picture into a new template, which can + be used as the basis for new drawings. + + 📜 Note: The Template creation feature was added to Tux Paint + in version 0.9.30. + * Click the red 'Back' arrow button at the lower right of the list to cancel and return to the picture you were drawing. diff --git a/docs/es_ES.UTF-8/html/EXTENDING.html b/docs/es_ES.UTF-8/html/EXTENDING.html index fe7fbb311..bd595b341 100644 --- a/docs/es_ES.UTF-8/html/EXTENDING.html +++ b/docs/es_ES.UTF-8/html/EXTENDING.html @@ -947,7 +947,7 @@

    - Like 'starters', a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "Starter Options", above. (Note: Tux Paint prior to version 0.9.29 did not support template options.)

    + Like 'Starters', a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "Starter Options", above. (Note: Tux Paint prior to version 0.9.29 did not support starter options.)

    diff --git a/docs/es_ES.UTF-8/html/FAQ.html b/docs/es_ES.UTF-8/html/FAQ.html index 5bf00b214..67f4cc0e9 100644 --- a/docs/es_ES.UTF-8/html/FAQ.html +++ b/docs/es_ES.UTF-8/html/FAQ.html @@ -62,7 +62,7 @@ Fullscreen Mode Problems
  • - Other Probelms + Other Problems
  • Help / Contact @@ -609,7 +609,7 @@

    - Other Probelms + Other Problems

    @@ -698,6 +698,28 @@ By default, Tux Paint first looks at configuration files for options.

    @@ -769,7 +782,7 @@

    - Linux and Unix users can also disable the system-wide configuration file by including the following command-line argument:

    + Linux and Unix users can also disable the system-wide configuration file by including the following command-line argument:

    diff --git a/docs/es_ES.UTF-8/html/README.html b/docs/es_ES.UTF-8/html/README.html index 2d9b1b835..28f0802ed 100644 --- a/docs/es_ES.UTF-8/html/README.html +++ b/docs/es_ES.UTF-8/html/README.html @@ -224,6 +224,9 @@

    New Magic tools
    Loops, Ribbon, Smooth, and Squiggles
    + +
    Create templates from Open dialog
    +
    Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog

    @@ -504,7 +507,7 @@ -

    +

    Available Tools

    @@ -1040,26 +1043,31 @@

    Note: You can also press [Control / ⌘] + [N] on the keyboard to start a new drawing.

    - Special Solid Background Color Choices -
    -

    - Along with the preset solid colors, you can also choose colors using a rainbow palette or a "color mixer". These operate identically to the options found in the color palette shown below the canvas when drawing a picture. See Main Screen > Lower: Colors > Special color options for details.

    -
    +
    +
    Special Solid Background Color Choices
    +
    + Along with the preset solid colors, you can also choose colors using a rainbow palette or a "color mixer". These operate identically to the options found in the color palette shown below the canvas when drawing a picture. See Main Screen > Lower: Colors > Special color options for details.
    - 'Starter' & Template Images -
    -

    - 'Starters' can behave like a page from a coloring book — a black-and-white outline of a picture, which you can then color in, and the black outline remains intact — or like a 3D photograph, where you draw in between a foreground and background layer.

    +
    'Starter' & Template Images
    +
    +
      +
    • 'Starters' can behave like a page from a coloring book — a black-and-white outline of a picture, which you can then color in, and the black outline remains intact — or like a 3D photograph, where you draw in between a foreground and background layer.
    • +
    • 'Templates' are similar, but simply provide a background drawing to work off of. Unlike 'Starters', there is no layer that remains in the foreground of anything you draw in the picture.
    • +
    -

    - 'Templates' are similar, but simply provide a background drawing to work off of. Unlike 'Starters', there is no layer that remains in the foreground of anything you draw in the picture.

    +

    + When using the 'Eraser' tool, the original image from the 'Starter' or 'Template' will reappear. The 'Flip' and 'Mirror' Magic tools affect the orientation of the 'Starter' or 'Template', as well.

    -

    - When using the 'Eraser' tool, the original image from the 'Starter' or 'Template' will reappear. The 'Flip' and 'Mirror' Magic tools affect the orientation of the 'Starter' or 'Template', as well.

    +

    + When you load a 'Starter' or 'Template', draw on it, and then click 'Save,' it creates a new picture file — it doesn't overwrite the original, so you can use it again later (by accessing it from the 'New' dialog).

    -

    - When you load a 'Starter' or 'Template', draw on it, and then click 'Save,' it creates a new picture file — it doesn't overwrite the original, so you can use it again later (by accessing it from the 'New' dialog).

    -
    +

    + You can create your own 'Starter' and Template images. See the Extending Tux Paint documentation's sections on 'Starters' and Templates.

    + +

    + 💡 You can also convert your saved drawings into Templates directly within Tux Paint, from the 'Open' dialog. See "Open", below.

    + +
    "Open" Command @@ -1091,7 +1099,7 @@ alt="" align="right">

    - Click the green 'Open' button at the lower left of the list to load the selected picture.

    + Click the green 'Open' button at the lower left of the list to load the selected picture. You will then be able to edit it.

    (Alternatively, you can double-click a picture's icon to load it.)

    @@ -1123,7 +1131,7 @@ alt="" align="right">

    - Click the 'Export' button near the lower right to export the image to your export folder. (e.g., "~/Pictures/TuxPaint/")

    + Click the 'Export' button near the lower right to export the selected picture to your export folder. (e.g., "~/Pictures/TuxPaint/")

  • @@ -1142,6 +1150,20 @@
    +
  • + +

    + Click the blue 'Template' button at the lower left to go to convert the selected picture into a new template, which can be used as the basis for new drawings.

    +
    + +

    + 📜 Note: The Template creation feature was added to Tux Paint in version 0.9.30.

    +
  • +
  • Lower: + Colors > Special color options for details. - Along with the preset solid colors, you can also choose colors - using a rainbow palette or a "color mixer". These operate - identically to the options found in the color palette shown - below the canvas when drawing a picture. See Main Screen > - Lower: Colors > Special color options for details. + Images de "Démarrage" et images "Modèle" + * Les "Images de démarrage" se comportent comme + une page d'un livre de coloriage - un contour + noir et blanc d'une image, que vous pouvez + ensuite colorier, et le contour noir reste + intact - ou comme une photographie 3D, où vous + dessinez entre une couche de premier plan et une + d'arrière-plan. + * Les "Images modèle" sont semblables, mais + fournissent simplement un dessin d'arrière-plan + sur lequel travailler. Contrairement aux «Images + de démarrage», rien de ce que vous dessinerez ne + restera au premier plan. - Images de "Démarrage" et images "Modèle" + Lorsque vous utiliserez l'outil «Gomme», l'image + d'origine du «Démarrage» ou du «Modèle» réapparaîtra. + Les outils magiques "Retourner" et "Miroir" + affecteront aussi bien l'orientation de "l'image de + démarrage" que celle de "l'image Modèle". - Les "Images de démarrage" se comportent comme une page d'un - livre de coloriage - un contour noir et blanc d'une image, que - vous pouvez ensuite colorier, et le contour noir reste intact - - ou comme une photographie 3D, où vous dessinez entre une couche - de premier plan et une d'arrière-plan. + Lorsque vous chargez une 'Image modèle' ou 'image + modèle', dessinez dessus, puis cliquez sur + 'Sauvegarder', cela crée un nouveau fichier image - + il n'écrase pas l'original, vous pouvez donc + l'utiliser à nouveau plus tard (en y accédant depuis + la boîte de dialogue 'Nouveau'). - Les "Images modèle" sont semblables, mais fournissent simplement - un dessin d'arrière-plan sur lequel travailler. Contrairement - aux «Images de démarrage», rien de ce que vous dessinerez ne - restera au premier plan. + ⚙ You can create your own 'Starter' and Template + images. See the Extending Tux Paint documentation's + sections on 'Starters' and Templates. - Lorsque vous utiliserez l'outil «Gomme», l'image d'origine du - «Démarrage» ou du «Modèle» réapparaîtra. Les outils magiques - "Retourner" et "Miroir" affecteront aussi bien l'orientation de - "l'image de démarrage" que celle de "l'image Modèle". - - Lorsque vous chargez une 'Image modèle' ou 'image modèle', - dessinez dessus, puis cliquez sur 'Sauvegarder', cela crée un - nouveau fichier image - il n'écrase pas l'original, vous pouvez - donc l'utiliser à nouveau plus tard (en y accédant depuis la - boîte de dialogue 'Nouveau'). + 💡 You can also convert your saved drawings into + Templates directly within Tux Paint, from the 'Open' + dialog. See "Open", below. Commande "Ouvrir" @@ -751,8 +766,9 @@ Outils disponibles pour faire défiler la liste des images. Cliquez sur une image pour la sélectionner, puis ... - * Cliquez sur le bouton vert "Ouvrir" en bas à gauche de la - liste pour charger l'image sélectionnée. + * Click the green 'Open' button at the lower left of the list + to load the selected picture. You will then be able to edit + it. (Vous pouvez également double-cliquer sur l'icône d'une image pour la charger.) @@ -771,15 +787,22 @@ Outils disponibles bin (where you may recover and restore it, if you change your mind). - * Cliquez sur le bouton "Exporter" près du coin inférieur droit - pour exporter l'image vers votre dossier d'exportation. (par - exemple, "~/Pictures/TuxPaint/") + * Click the 'Export' button near the lower right to export the + selected picture to your export folder. (e.g., + "~/Pictures/TuxPaint/") From the "Open" screen you can also: * Click the blue 'Slides' (slide projector) button at the lower left to go to slideshow mode. See "Slides", below, for details. + * Click the blue 'Template' button at the lower left to go to + convert the selected picture into a new template, which can + be used as the basis for new drawings. + + 📜 Note: The Template creation feature was added to Tux Paint + in version 0.9.30. + * Ou cliquez sur le bouton fléché rouge «Retour» en bas à droite de la liste pour annuler et revenir à l'image que vous étiez en train de dessiner. diff --git a/docs/fr_FR.UTF-8/html/EXTENDING.html b/docs/fr_FR.UTF-8/html/EXTENDING.html index 6c799569e..67baa2edf 100644 --- a/docs/fr_FR.UTF-8/html/EXTENDING.html +++ b/docs/fr_FR.UTF-8/html/EXTENDING.html @@ -947,7 +947,7 @@

    - Like 'starters', a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "Starter Options", above. (Note: Tux Paint prior to version 0.9.29 did not support template options.)

    + Like 'Starters', a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "Starter Options", above. (Note: Tux Paint prior to version 0.9.29 did not support starter options.)

    diff --git a/docs/fr_FR.UTF-8/html/FAQ.html b/docs/fr_FR.UTF-8/html/FAQ.html index d7ed552a0..848127ba1 100644 --- a/docs/fr_FR.UTF-8/html/FAQ.html +++ b/docs/fr_FR.UTF-8/html/FAQ.html @@ -62,7 +62,7 @@ Problèmes en mode plein écran
  • - Autres problèmes + Other Problems
  • Aide / Contact @@ -610,7 +610,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu

    - Autres problèmes + Other Problems

    @@ -699,6 +699,28 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu Par défaut, Tux Paint regarde d'abord les fichiers de configuration pour les options.

    @@ -770,7 +783,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu

    - Les utilisateurs Linux et Unix peuvent également désactiver le fichier de configuration à l'échelle du système en incluant l'argument de ligne de commande suivant :

    + Les utilisateurs Linux et Unix peuvent également désactiver le fichier de configuration à l'échelle du système en incluant l'argument de ligne de commande suivant :

    diff --git a/docs/fr_FR.UTF-8/html/README.html b/docs/fr_FR.UTF-8/html/README.html index d30c042bb..1cced82a7 100644 --- a/docs/fr_FR.UTF-8/html/README.html +++ b/docs/fr_FR.UTF-8/html/README.html @@ -224,6 +224,9 @@

    New Magic tools
    Loops, Ribbon, Smooth, and Squiggles
    + +
    Create templates from Open dialog
    +
    Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog

    @@ -504,7 +507,7 @@ -

    +

    Outils disponibles

    @@ -1040,26 +1043,31 @@

    Remarque : vous pouvez également appuyer [Control / ⌘] + [N] sur le clavier pour commencer un nouveau dessin.

    - Special Solid Background Color Choices -
    -

    - Along with the preset solid colors, you can also choose colors using a rainbow palette or a "color mixer". These operate identically to the options found in the color palette shown below the canvas when drawing a picture. See Main Screen > Lower: Colors > Special color options for details.

    -
    +
    +
    Special Solid Background Color Choices
    +
    + Along with the preset solid colors, you can also choose colors using a rainbow palette or a "color mixer". These operate identically to the options found in the color palette shown below the canvas when drawing a picture. See Main Screen > Lower: Colors > Special color options for details.
    - Images de "Démarrage" et images "Modèle" -
    -

    - Les "Images de démarrage" se comportent comme une page d'un livre de coloriage - un contour noir et blanc d'une image, que vous pouvez ensuite colorier, et le contour noir reste intact - ou comme une photographie 3D, où vous dessinez entre une couche de premier plan et une d'arrière-plan.

    +
    Images de "Démarrage" et images "Modèle"
    +
    +
      +
    • Les "Images de démarrage" se comportent comme une page d'un livre de coloriage - un contour noir et blanc d'une image, que vous pouvez ensuite colorier, et le contour noir reste intact - ou comme une photographie 3D, où vous dessinez entre une couche de premier plan et une d'arrière-plan.
    • +
    • Les "Images modèle" sont semblables, mais fournissent simplement un dessin d'arrière-plan sur lequel travailler. Contrairement aux «Images de démarrage», rien de ce que vous dessinerez ne restera au premier plan.
    • +
    -

    - Les "Images modèle" sont semblables, mais fournissent simplement un dessin d'arrière-plan sur lequel travailler. Contrairement aux «Images de démarrage», rien de ce que vous dessinerez ne restera au premier plan.

    +

    + Lorsque vous utiliserez l'outil «Gomme», l'image d'origine du «Démarrage» ou du «Modèle» réapparaîtra. Les outils magiques "Retourner" et "Miroir" affecteront aussi bien l'orientation de "l'image de démarrage" que celle de "l'image Modèle".

    -

    - Lorsque vous utiliserez l'outil «Gomme», l'image d'origine du «Démarrage» ou du «Modèle» réapparaîtra. Les outils magiques "Retourner" et "Miroir" affecteront aussi bien l'orientation de "l'image de démarrage" que celle de "l'image Modèle".

    +

    + Lorsque vous chargez une 'Image modèle' ou 'image modèle', dessinez dessus, puis cliquez sur 'Sauvegarder', cela crée un nouveau fichier image - il n'écrase pas l'original, vous pouvez donc l'utiliser à nouveau plus tard (en y accédant depuis la boîte de dialogue 'Nouveau').

    -

    - Lorsque vous chargez une 'Image modèle' ou 'image modèle', dessinez dessus, puis cliquez sur 'Sauvegarder', cela crée un nouveau fichier image - il n'écrase pas l'original, vous pouvez donc l'utiliser à nouveau plus tard (en y accédant depuis la boîte de dialogue 'Nouveau').

    -
    +

    + You can create your own 'Starter' and Template images. See the Extending Tux Paint documentation's sections on 'Starters' and Templates.

    + +

    + 💡 You can also convert your saved drawings into Templates directly within Tux Paint, from the 'Open' dialog. See "Open", below.

    + +
    Commande "Ouvrir" @@ -1091,7 +1099,7 @@ alt="" align="right">

    - Cliquez sur le bouton vert "Ouvrir" en bas à gauche de la liste pour charger l'image sélectionnée.

    + Click the green 'Open' button at the lower left of the list to load the selected picture. You will then be able to edit it.

    (Vous pouvez également double-cliquer sur l'icône d'une image pour la charger.)

    @@ -1123,7 +1131,7 @@ alt="" align="right">

    - Cliquez sur le bouton "Exporter" près du coin inférieur droit pour exporter l'image vers votre dossier d'exportation. (par exemple, "~/Pictures/TuxPaint/")

    + Click the 'Export' button near the lower right to export the selected picture to your export folder. (e.g., "~/Pictures/TuxPaint/")

  • @@ -1142,6 +1150,20 @@
    +
  • + +

    + Click the blue 'Template' button at the lower left to go to convert the selected picture into a new template, which can be used as the basis for new drawings.

    +
    + +

    + 📜 Note: The Template creation feature was added to Tux Paint in version 0.9.30.

    +
  • +
  • Lower: + Colors > Special color options for details. - Along with the preset solid colors, you can also choose colors - using a rainbow palette or a "color mixer". These operate - identically to the options found in the color palette shown - below the canvas when drawing a picture. See Main Screen > - Lower: Colors > Special color options for details. + Imaxes «de comezo» e de «modelo» + * As «imaxes de inicio» poden comportarse como + unha páxina dun libro para colorar: un contorno + en branco e negro dunha imaxe, que logo pode + colorar e o contorno negro permanecerá intacto, + ou como unha fotografía en 3D, onde debuxa entre + primeiro plano e a capa de fondo. + * Os «modelos» son similares, pero simplemente + fornecen un debuxo de fondo para poder + traballar. A diferenza das «imaxes de inicio», + non hai ningunha capa que permaneza no primeiro + plano de nada que debuxe na imaxe. - Imaxes «de comezo» e de «modelo» + Cando se usa a ferramenta «Borrador», reaparecerá a + imaxe orixinal da «imaxe de inicio» ou do «modelo». + As ferramentas máxicas «Inverter» e «Espello» tamén + afectan á orientación da «imaxe de inicio» ou do + «modelo». - As «imaxes de inicio» poden comportarse como unha páxina dun - libro para colorar: un contorno en branco e negro dunha imaxe, - que logo pode colorar e o contorno negro permanecerá intacto, ou - como unha fotografía en 3D, onde debuxa entre primeiro plano e a - capa de fondo. + Cando carga unha «imaxe de inicio» ou un «modelo», + debuxa nel(a) e logo preme en «Gardar», crea un novo + ficheiro de imaxe; non sobrescribe o orixinal, polo + que pode usalo de novo máis adiante (accedendo a el + dende o diálogo «Novo»). - Os «modelos» son similares, pero simplemente fornecen un debuxo - de fondo para poder traballar. A diferenza das «imaxes de - inicio», non hai ningunha capa que permaneza no primeiro plano - de nada que debuxe na imaxe. + ⚙ You can create your own 'Starter' and Template + images. See the Extending Tux Paint documentation's + sections on 'Starters' and Templates. - Cando se usa a ferramenta «Borrador», reaparecerá a imaxe - orixinal da «imaxe de inicio» ou do «modelo». As ferramentas - máxicas «Inverter» e «Espello» tamén afectan á orientación da - «imaxe de inicio» ou do «modelo». - - Cando carga unha «imaxe de inicio» ou un «modelo», debuxa nel(a) - e logo preme en «Gardar», crea un novo ficheiro de imaxe; non - sobrescribe o orixinal, polo que pode usalo de novo máis adiante - (accedendo a el dende o diálogo «Novo»). + 💡 You can also convert your saved drawings into + Templates directly within Tux Paint, from the 'Open' + dialog. See "Open", below. Orde «Abrir» @@ -730,8 +744,9 @@ Ferramentas dispoñíbeis imaxes. Prema nunha imaxe para seleccionala e logo... - * Prema no botón verde «Abrir» na parte inferior esquerda da - lista para cargar a imaxe seleccionada. + * Click the green 'Open' button at the lower left of the list + to load the selected picture. You will then be able to edit + it. (Como alternativa, pode facer dobre clic na icona dunha imaxe para cargala.) @@ -750,15 +765,22 @@ Ferramentas dispoñíbeis bin (where you may recover and restore it, if you change your mind). - * Prema no botón «Exportar» preto da parte inferior dereita - para exportar a imaxe ao cartafol de exportación. (p. ex.: - «~/Pictures/TuxPaint/») + * Click the 'Export' button near the lower right to export the + selected picture to your export folder. (e.g., + "~/Pictures/TuxPaint/") From the "Open" screen you can also: * Click the blue 'Slides' (slide projector) button at the lower left to go to slideshow mode. See "Slides", below, for details. + * Click the blue 'Template' button at the lower left to go to + convert the selected picture into a new template, which can + be used as the basis for new drawings. + + 📜 Note: The Template creation feature was added to Tux Paint + in version 0.9.30. + * Prema no botón de frecha vermello «Atrás» situado na parte inferior dereita da lista para cancelar e volver á imaxe que debuxaba. diff --git a/docs/gl_ES.UTF-8/html/EXTENDING.html b/docs/gl_ES.UTF-8/html/EXTENDING.html index 13811b569..093e44413 100644 --- a/docs/gl_ES.UTF-8/html/EXTENDING.html +++ b/docs/gl_ES.UTF-8/html/EXTENDING.html @@ -947,7 +947,7 @@

    - Like 'starters', a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "Starter Options", above. (Note: Tux Paint prior to version 0.9.29 did not support template options.)

    + Like 'Starters', a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "Starter Options", above. (Note: Tux Paint prior to version 0.9.29 did not support starter options.)

    diff --git a/docs/gl_ES.UTF-8/html/FAQ.html b/docs/gl_ES.UTF-8/html/FAQ.html index 3bf18a529..79f8dc2ca 100644 --- a/docs/gl_ES.UTF-8/html/FAQ.html +++ b/docs/gl_ES.UTF-8/html/FAQ.html @@ -62,7 +62,7 @@ Problemas no modo de pantalla completa
  • - Outros problemas + Other Problems
  • Axuda / Contacto @@ -609,7 +609,7 @@

    - Outros problemas + Other Problems

    @@ -698,6 +698,28 @@ De xeito predeterminado, Tux Paint primeiro mira os ficheiros de configuración para ver as opcións.

    @@ -769,7 +782,7 @@

    - Os usuarios de Linux e Unix tamén poden desactivar o ficheiro de configuración de todo o sistema incluíndo o seguinte argumento da liña de ordes:

    + Os usuarios de Linux e Unix tamén poden desactivar o ficheiro de configuración de todo o sistema incluíndo o seguinte argumento da liña de ordes:

    diff --git a/docs/gl_ES.UTF-8/html/README.html b/docs/gl_ES.UTF-8/html/README.html index 74324990e..6b64db094 100644 --- a/docs/gl_ES.UTF-8/html/README.html +++ b/docs/gl_ES.UTF-8/html/README.html @@ -224,6 +224,9 @@

    New Magic tools
    Loops, Ribbon, Smooth, and Squiggles
    + +
    Create templates from Open dialog
    +
    Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog

    @@ -504,7 +507,7 @@ -

    +

    Ferramentas dispoñíbeis

    @@ -1040,26 +1043,31 @@

    Nota: Tamén pode premer [Control / ⌘] + [N] no teclado para iniciar un novo debuxo.

    - Special Solid Background Color Choices -
    -

    - Along with the preset solid colors, you can also choose colors using a rainbow palette or a "color mixer". These operate identically to the options found in the color palette shown below the canvas when drawing a picture. See Main Screen > Lower: Colors > Special color options for details.

    -
    +
    +
    Special Solid Background Color Choices
    +
    + Along with the preset solid colors, you can also choose colors using a rainbow palette or a "color mixer". These operate identically to the options found in the color palette shown below the canvas when drawing a picture. See Main Screen > Lower: Colors > Special color options for details.
    - Imaxes «de comezo» e de «modelo» -
    -

    - As «imaxes de inicio» poden comportarse como unha páxina dun libro para colorar: un contorno en branco e negro dunha imaxe, que logo pode colorar e o contorno negro permanecerá intacto, ou como unha fotografía en 3D, onde debuxa entre primeiro plano e a capa de fondo.

    +
    Imaxes «de comezo» e de «modelo»
    +
    +
      +
    • As «imaxes de inicio» poden comportarse como unha páxina dun libro para colorar: un contorno en branco e negro dunha imaxe, que logo pode colorar e o contorno negro permanecerá intacto, ou como unha fotografía en 3D, onde debuxa entre primeiro plano e a capa de fondo.
    • +
    • Os «modelos» son similares, pero simplemente fornecen un debuxo de fondo para poder traballar. A diferenza das «imaxes de inicio», non hai ningunha capa que permaneza no primeiro plano de nada que debuxe na imaxe.
    • +
    -

    - Os «modelos» son similares, pero simplemente fornecen un debuxo de fondo para poder traballar. A diferenza das «imaxes de inicio», non hai ningunha capa que permaneza no primeiro plano de nada que debuxe na imaxe.

    +

    + Cando se usa a ferramenta «Borrador», reaparecerá a imaxe orixinal da «imaxe de inicio» ou do «modelo». As ferramentas máxicas «Inverter» e «Espello» tamén afectan á orientación da «imaxe de inicio» ou do «modelo».

    -

    - Cando se usa a ferramenta «Borrador», reaparecerá a imaxe orixinal da «imaxe de inicio» ou do «modelo». As ferramentas máxicas «Inverter» e «Espello» tamén afectan á orientación da «imaxe de inicio» ou do «modelo».

    +

    + Cando carga unha «imaxe de inicio» ou un «modelo», debuxa nel(a) e logo preme en «Gardar», crea un novo ficheiro de imaxe; non sobrescribe o orixinal, polo que pode usalo de novo máis adiante (accedendo a el dende o diálogo «Novo»).

    -

    - Cando carga unha «imaxe de inicio» ou un «modelo», debuxa nel(a) e logo preme en «Gardar», crea un novo ficheiro de imaxe; non sobrescribe o orixinal, polo que pode usalo de novo máis adiante (accedendo a el dende o diálogo «Novo»).

    -
    +

    + You can create your own 'Starter' and Template images. See the Extending Tux Paint documentation's sections on 'Starters' and Templates.

    + +

    + 💡 You can also convert your saved drawings into Templates directly within Tux Paint, from the 'Open' dialog. See "Open", below.

    + +
    Orde «Abrir» @@ -1091,7 +1099,7 @@ alt="" align="right">

    - Prema no botón verde «Abrir» na parte inferior esquerda da lista para cargar a imaxe seleccionada.

    + Click the green 'Open' button at the lower left of the list to load the selected picture. You will then be able to edit it.

    (Como alternativa, pode facer dobre clic na icona dunha imaxe para cargala.)

    @@ -1123,7 +1131,7 @@ alt="" align="right">

    - Prema no botón «Exportar» preto da parte inferior dereita para exportar a imaxe ao cartafol de exportación. (p. ex.: «~/Pictures/TuxPaint/»)

    + Click the 'Export' button near the lower right to export the selected picture to your export folder. (e.g., "~/Pictures/TuxPaint/")

  • @@ -1142,6 +1150,20 @@
    +
  • + +

    + Click the blue 'Template' button at the lower left to go to convert the selected picture into a new template, which can be used as the basis for new drawings.

    +
    + +

    + 📜 Note: The Template creation feature was added to Tux Paint in version 0.9.30.

    +
  • +
  • 下部: カラーパレット「いろ」 > 色に関する特別なオプション を参照。 - あらかじめ用意されている背景色のほか、レインボーパレットやカラーミキサーで色を選択することができます。これらは、絵を描くときにキャンバスの下に表示されるカラーパレットにあるオプションと同じように操作します。詳細は - メインの画面 > 下部: カラーパレット「いろ」 > 色に関する特別なオプション を参照。 + レイヤー画像 + * レイヤー画像には、塗り絵のページのようなもの(白黒の線で描かれ、色を塗ることができる)や、前景レイヤーと背景レイヤーに挟まれた部分に絵を描ける3D画像のようなものがあります。 + * また、このほかに、背景レイヤーだけの画像も用意されています。 - レイヤー画像 + 「消しゴム」ツールを使用すると、元のレイヤー画像が消されずに残ります。また、マジックツールの「反転」と「ミラー」は、レイヤー画像も反転させます。 - レイヤー画像には、塗り絵のページのようなもの(白黒の線で描かれ、色を塗ることができる)や、前景レイヤーと背景レイヤーに挟まれた部分に絵を描ける3D画像のようなものがあります。 + レイヤー画像は、その上に絵を描いて保存すると新しい絵として保存され、元々のレイヤー画像自体は上書きされないので、後で(「さいしょから」ダイアログからアクセスして)何度でも使うことができます。 - また、このほかに、背景レイヤーだけの画像も用意されています。 + ⚙ You can create your own 'Starter' and Template + images. See the Extending Tux Paint documentation's + sections on 'Starters' and Templates. - 「消しゴム」ツールを使用すると、元のレイヤー画像が消されずに残ります。また、マジックツールの「反転」と「ミラー」は、レイヤー画像も反転させます。 - - レイヤー画像は、その上に絵を描いて保存すると新しい絵として保存され、元々のレイヤー画像自体は上書きされないので、後で(「さいしょから」ダイアログからアクセスして)何度でも使うことができます。 + 💡 You can also convert your saved drawings into + Templates directly within Tux Paint, from the 'Open' + dialog. See "Open", below. 「ひらく」 「ひらく」をクリックすると、保存されている全ての作品のリストが表示されます。リストが画面に収まりきらない場合は、上下の矢印のボタンでリストをスクロールできます。 まず、絵をクリックして選択します… - * 左下にある緑色の「ひらく」ボタンで、選択した作品を読み込みます。 + * Click the green 'Open' button at the lower left of the list + to load the selected picture. You will then be able to edit + it. (または、開きたい作品をダブルクリックします) @@ -485,12 +496,20 @@ Tux Paint の起動 0.9.27以降)、macOS(バージョン 0.9.29以降)では、削除した作品は、デスクトップのゴミ箱に移動するので、後で元に戻すことができます。 - * 「かきだす」のボタンをクリックすると、ユーザーの標準の画像フォルダ(例: - "~/Pictures/TuxPaint/")に画像を出力します。 + * Click the 'Export' button near the lower right to export the + selected picture to your export folder. (e.g., + "~/Pictures/TuxPaint/") 「ひらく」の画面からは、以下のこともできます: * 左側の一番下にある青色の「スライド」のボタンを押すと、スライドショーモードになります。詳しくは「スライドショー」の項を参照。 + * Click the blue 'Template' button at the lower left to go to + convert the selected picture into a new template, which can + be used as the basis for new drawings. + + 📜 Note: The Template creation feature was added to Tux Paint + in version 0.9.30. + * 右下にある赤色の「もどる」ボタンを押すと、絵を描く画面に戻ります。 ⌨ 注: キーボードで [Control / ⌘] + [O] を押しても「ひらく」ダイアログを表示できます。 diff --git a/docs/ja_JP.UTF-8/html/EXTENDING.html b/docs/ja_JP.UTF-8/html/EXTENDING.html index ea23c41f9..e0f346777 100644 --- a/docs/ja_JP.UTF-8/html/EXTENDING.html +++ b/docs/ja_JP.UTF-8/html/EXTENDING.html @@ -947,7 +947,7 @@

    - Like 'starters', a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "Starter Options", above. (Note: Tux Paint prior to version 0.9.29 did not support template options.)

    + Like 'Starters', a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "Starter Options", above. (Note: Tux Paint prior to version 0.9.29 did not support starter options.)

    diff --git a/docs/ja_JP.UTF-8/html/FAQ.html b/docs/ja_JP.UTF-8/html/FAQ.html index 10b94af1c..80cc4b79d 100644 --- a/docs/ja_JP.UTF-8/html/FAQ.html +++ b/docs/ja_JP.UTF-8/html/FAQ.html @@ -62,7 +62,7 @@ Fullscreen Mode Problems
  • - Other Probelms + Other Problems
  • Help / Contact @@ -609,7 +609,7 @@

    - Other Probelms + Other Problems

    @@ -698,6 +698,28 @@ By default, Tux Paint first looks at configuration files for options.

    @@ -769,7 +782,7 @@

    - Linux and Unix users can also disable the system-wide configuration file by including the following command-line argument:

    + Linux and Unix users can also disable the system-wide configuration file by including the following command-line argument:

    diff --git a/docs/ja_JP.UTF-8/html/README.html b/docs/ja_JP.UTF-8/html/README.html index 071de1e10..7bc253e3d 100644 --- a/docs/ja_JP.UTF-8/html/README.html +++ b/docs/ja_JP.UTF-8/html/README.html @@ -224,6 +224,9 @@

    New Magic tools
    Loops, Ribbon, Smooth, and Squiggles
    + +
    Create templates from Open dialog
    +
    Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog

    @@ -504,7 +507,7 @@ -

    +

    各種のツール

    @@ -1040,26 +1043,31 @@

    注: キーボードで [Control / ⌘] + [N] を押しても新規作成ができます。

    - 単色のキャンバス -
    -

    - あらかじめ用意されている背景色のほか、レインボーパレットやカラーミキサーで色を選択することができます。これらは、絵を描くときにキャンバスの下に表示されるカラーパレットにあるオプションと同じように操作します。詳細は メインの画面 > 下部: カラーパレット「いろ」 > 色に関する特別なオプション を参照。

    -
    +
    +
    単色のキャンバス
    +
    + あらかじめ用意されている背景色のほか、レインボーパレットやカラーミキサーで色を選択することができます。これらは、絵を描くときにキャンバスの下に表示されるカラーパレットにあるオプションと同じように操作します。詳細は メインの画面 > 下部: カラーパレット「いろ」 > 色に関する特別なオプション を参照。
    - レイヤー画像 -
    -

    - レイヤー画像には、塗り絵のページのようなもの(白黒の線で描かれ、色を塗ることができる)や、前景レイヤーと背景レイヤーに挟まれた部分に絵を描ける3D画像のようなものがあります。

    +
    レイヤー画像
    +
    +
      +
    • レイヤー画像には、塗り絵のページのようなもの(白黒の線で描かれ、色を塗ることができる)や、前景レイヤーと背景レイヤーに挟まれた部分に絵を描ける3D画像のようなものがあります。
    • +
    • また、このほかに、背景レイヤーだけの画像も用意されています。
    • +
    -

    - また、このほかに、背景レイヤーだけの画像も用意されています。

    +

    + 「消しゴム」ツールを使用すると、元のレイヤー画像が消されずに残ります。また、マジックツールの「反転」と「ミラー」は、レイヤー画像も反転させます。

    -

    - 「消しゴム」ツールを使用すると、元のレイヤー画像が消されずに残ります。また、マジックツールの「反転」と「ミラー」は、レイヤー画像も反転させます。

    +

    + レイヤー画像は、その上に絵を描いて保存すると新しい絵として保存され、元々のレイヤー画像自体は上書きされないので、後で(「さいしょから」ダイアログからアクセスして)何度でも使うことができます。

    -

    - レイヤー画像は、その上に絵を描いて保存すると新しい絵として保存され、元々のレイヤー画像自体は上書きされないので、後で(「さいしょから」ダイアログからアクセスして)何度でも使うことができます。

    -
    +

    + You can create your own 'Starter' and Template images. See the Extending Tux Paint documentation's sections on 'Starters' and Templates.

    + +

    + 💡 You can also convert your saved drawings into Templates directly within Tux Paint, from the 'Open' dialog. See "Open", below.

    + +
    「ひらく」 @@ -1091,7 +1099,7 @@ alt="" align="right">

    - 左下にある緑色の「ひらく」ボタンで、選択した作品を読み込みます。

    + Click the green 'Open' button at the lower left of the list to load the selected picture. You will then be able to edit it.

    (または、開きたい作品をダブルクリックします)

    @@ -1123,7 +1131,7 @@ alt="" align="right">

    - 「かきだす」のボタンをクリックすると、ユーザーの標準の画像フォルダ(例: "~/Pictures/TuxPaint/")に画像を出力します。

    + Click the 'Export' button near the lower right to export the selected picture to your export folder. (e.g., "~/Pictures/TuxPaint/")

  • @@ -1142,6 +1150,20 @@
    +
  • + +

    + Click the blue 'Template' button at the lower left to go to convert the selected picture into a new template, which can be used as the basis for new drawings.

    +
    + +

    + 📜 Note: The Template creation feature was added to Tux Paint in version 0.9.30.

    +
  • +