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+ Under Windows, Tux Paint first examines the configuration file:
+ +++ ++
+tuxpaint.cfg+
+ Finally, any options sent as command-line arguments are used.
++
+@@ -723,18 +745,9 @@
- Under Windows, Tux Paint first examines the configuration file:
- --- --
-tuxpaint.cfg-
- Finally, any options sent as command-line arguments are used.
+- 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 @@
-
⌨ Note: You can also press
- 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.
- '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.
+ 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.
- Click the green 'Open' button at the lower left of the list to load the selected picture.
Available Tools
@@ -1040,26 +1043,31 @@
[Control / ⌘] + [N] on the keyboard to start a new drawing.
-
+
+
-
+
+
-
(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/")
~/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.
+- 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+ Under Windows, Tux Paint first examines the configuration file:
+ +++ ++
+tuxpaint.cfg+
+ Finally, any options sent as command-line arguments are used.
++
+@@ -723,18 +745,9 @@
- Under Windows, Tux Paint first examines the configuration file:
- --- --
-tuxpaint.cfg-
- Finally, any options sent as command-line arguments are used.
+- 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 @@
-
⌨ Note: You can also press
- 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.
- '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.
+ 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.
- Click the green 'Open' button at the lower left of the list to load the selected picture.
Available Tools
@@ -1040,26 +1043,31 @@
[Control / ⌘] + [N] on the keyboard to start a new drawing.
-
+
+
-
+
+
-
(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/")
~/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.
+- 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 écranmake nosound") Assu
make nosound") Assu
Par défaut, Tux Paint regarde d'abord les fichiers de configuration pour les options.
+ Sous Windows, Tux Paint examine d'abord le fichier de configuration :
+ +++ ++
+tuxpaint.cfg+
+ Et finalement, toutes les options envoyées en tant qu'arguments de ligne de commande sont utilisées.
++
+
@@ -724,18 +746,9 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu
- Sous Windows, Tux Paint examine d'abord le fichier de configuration :
- --- --
-tuxpaint.cfg-
- Et finalement, toutes les options envoyées en tant qu'arguments de ligne de commande sont utilisées.
+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 @@
-
⌨ Remarque : vous pouvez également appuyer
- 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.
- 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.
+ 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.
- Cliquez sur le bouton vert "Ouvrir" en bas à gauche de la liste pour charger l'image sélectionnée.
Outils disponibles
@@ -1040,26 +1043,31 @@
[Control / ⌘] + [N] sur le clavier pour commencer un nouveau dessin.
-
+
+
-
+
+
-
(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/")
~/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.
+- 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+ En Windows, Tux Paint examina primeiro o ficheiro de configuración:
+ +++ ++
+tuxpaint.cfg+
+ Finalmente, úsanse as opcións enviadas como argumentos da liña de ordes.
++
+@@ -723,18 +745,9 @@
- En Windows, Tux Paint examina primeiro o ficheiro de configuración:
- --- --
-tuxpaint.cfg-
- Finalmente, úsanse as opcións enviadas como argumentos 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:
+ 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 @@
-
⌨ Nota: Tamén pode premer
- 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.
- 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.
+ 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.
- Prema no botón verde «Abrir» na parte inferior esquerda da lista para cargar a imaxe seleccionada.
Ferramentas dispoñíbeis
@@ -1040,26 +1043,31 @@
[Control / ⌘] + [N] no teclado para iniciar un novo debuxo.
-
+
+
-
+
+
-
(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/»)
~/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.
+- 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+ Under Windows, Tux Paint first examines the configuration file:
+ +++ ++
+tuxpaint.cfg+
+ Finally, any options sent as command-line arguments are used.
++
+@@ -723,18 +745,9 @@
- Under Windows, Tux Paint first examines the configuration file:
- --- --
-tuxpaint.cfg-
- Finally, any options sent as command-line arguments are used.
+- 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 @@
-
⌨ 注: キーボードで
- あらかじめ用意されている背景色のほか、レインボーパレットやカラーミキサーで色を選択することができます。これらは、絵を描くときにキャンバスの下に表示されるカラーパレットにあるオプションと同じように操作します。詳細は メインの画面 > 下部: カラーパレット「いろ」 > 色に関する特別なオプション を参照。
- レイヤー画像には、塗り絵のページのようなもの(白黒の線で描かれ、色を塗ることができる)や、前景レイヤーと背景レイヤーに挟まれた部分に絵を描ける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.
- 左下にある緑色の「ひらく」ボタンで、選択した作品を読み込みます。
各種のツール
@@ -1040,26 +1043,31 @@
[Control / ⌘] + [N] を押しても新規作成ができます。
-
+
+
-
+
+
-
(または、開きたい作品をダブルクリックします)
@@ -1123,7 +1131,7 @@ alt="" align="right">
- 「かきだす」のボタンをクリックすると、ユーザーの標準の画像フォルダ(例: "~/Pictures/TuxPaint/")に画像を出力します。
~/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.
+