Sync docs after a bunch of changes, including make-Template
This commit is contained in:
parent
9ab7fdba13
commit
36d7e0daf3
30 changed files with 662 additions and 357 deletions
|
|
@ -754,11 +754,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
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
| * 保存 |
|
||||
| * 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
|
||||
|
|
|
|||
|
|
@ -81,6 +81,10 @@ Tux Paint バージョン 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
|
||||
|
||||
全ての変更点については、CHANGES.txt をお読みください。
|
||||
|
||||
Tux Paint の使い方
|
||||
|
|
@ -453,27 +457,34 @@ Tux Paint の起動
|
|||
|
||||
⌨ 注: キーボードで [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.
|
||||
|
||||
「ひらく」
|
||||
|
||||
「ひらく」をクリックすると、保存されている全ての作品のリストが表示されます。リストが画面に収まりきらない場合は、上下の矢印のボタンでリストをスクロールできます。
|
||||
|
||||
まず、絵をクリックして選択します…
|
||||
* 左下にある緑色の「ひらく」ボタンで、選択した作品を読み込みます。
|
||||
* 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] を押しても「ひらく」ダイアログを表示できます。
|
||||
|
|
|
|||
|
|
@ -947,7 +947,7 @@
|
|||
</header>
|
||||
|
||||
<p>
|
||||
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.) </p>
|
||||
Like <a href="#starters">'Starters'</a>, 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 "<a href="#starter_options">Starter Options</a>", above. (Note: Tux Paint prior to version 0.9.29 did not support starter options.) </p>
|
||||
</section><!-- H2: Template Options -->
|
||||
|
||||
</section><!-- H1: 'Templates' -->
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
<a href="#fullscreen">Fullscreen Mode Problems</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#other">Other Probelms</a>
|
||||
<a href="#other">Other Problems</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#contact">Help / Contact</a>
|
||||
|
|
@ -609,7 +609,7 @@
|
|||
|
||||
<h2>
|
||||
<a name="other" id="other">
|
||||
Other Probelms </a>
|
||||
Other Problems </a>
|
||||
</h2>
|
||||
|
||||
<dl>
|
||||
|
|
@ -698,6 +698,28 @@
|
|||
By default, Tux Paint first looks at configuration files for options. </p>
|
||||
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<i>Windows</i>
|
||||
<p>
|
||||
Under Windows, Tux Paint first examines the configuration file: </p>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
<code>tuxpaint.cfg</code>
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
<p>
|
||||
Finally, any options sent as command-line arguments are used. </p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<i>macOS</i>
|
||||
<p>
|
||||
</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<i>Unix and Linux</i>
|
||||
<p>
|
||||
|
|
@ -723,18 +745,9 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<i>Windows</i>
|
||||
<i>Haiku</i>
|
||||
<p>
|
||||
Under Windows, Tux Paint first examines the configuration file: </p>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
<code>tuxpaint.cfg</code>
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
<p>
|
||||
Finally, any options sent as command-line arguments are used. </p>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
@ -769,7 +782,7 @@
|
|||
</blockquote>
|
||||
|
||||
<p>
|
||||
Linux and Unix users can also disable the system-wide configuration file by including the following command-line argument: </p>
|
||||
Linux and Unix users can also disable the system-wide configuration file by including the following command-line argument: </p>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -224,6 +224,9 @@
|
|||
|
||||
<dt>New Magic tools</dt>
|
||||
<dd>Loops, Ribbon, Smooth, and Squiggles</dd>
|
||||
|
||||
<dt>Create templates from Open dialog</dt>
|
||||
<dd>Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog</dd>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
|
|
@ -504,7 +507,7 @@
|
|||
</section>
|
||||
|
||||
<!-- Using: Tools -->
|
||||
<section class="outer">
|
||||
<section>
|
||||
<header>
|
||||
<h2 id="using_tools">
|
||||
各種のツール </h2>
|
||||
|
|
@ -1040,26 +1043,31 @@
|
|||
<p class="note">
|
||||
<span title="Keyboard shortcut">⌨</span> <strong>注:</strong> キーボードで <b><code>[Control / ⌘]</code></b> + <code><b>[N]</b></code> を押しても新規作成ができます。 </p>
|
||||
|
||||
<strong>単色のキャンバス</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
あらかじめ用意されている背景色のほか、レインボーパレットやカラーミキサーで色を選択することができます。これらは、絵を描くときにキャンバスの下に表示されるカラーパレットにあるオプションと同じように操作します。詳細は <a href="#special_color_options">メインの画面 > 下部: カラーパレット「いろ」 > 色に関する特別なオプション</a> を参照。 </p>
|
||||
</blockquote>
|
||||
<dl>
|
||||
<dt><strong>単色のキャンバス</strong></dt>
|
||||
<dd>
|
||||
あらかじめ用意されている背景色のほか、レインボーパレットやカラーミキサーで色を選択することができます。これらは、絵を描くときにキャンバスの下に表示されるカラーパレットにあるオプションと同じように操作します。詳細は <a href="#special_color_options">メインの画面 > 下部: カラーパレット「いろ」 > 色に関する特別なオプション</a> を参照。 </dd>
|
||||
|
||||
<strong>レイヤー画像</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
レイヤー画像には、塗り絵のページのようなもの(白黒の線で描かれ、色を塗ることができる)や、前景レイヤーと背景レイヤーに挟まれた部分に絵を描ける3D画像のようなものがあります。 </p>
|
||||
<dt><strong>レイヤー画像</strong></dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li>レイヤー画像には、塗り絵のページのようなもの(白黒の線で描かれ、色を塗ることができる)や、前景レイヤーと背景レイヤーに挟まれた部分に絵を描ける3D画像のようなものがあります。</li>
|
||||
<li>また、このほかに、背景レイヤーだけの画像も用意されています。</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
また、このほかに、背景レイヤーだけの画像も用意されています。 </p>
|
||||
<p>
|
||||
「消しゴム」ツールを使用すると、元のレイヤー画像が消されずに残ります。また、マジックツールの「反転」と「ミラー」は、レイヤー画像も反転させます。 </p>
|
||||
|
||||
<p>
|
||||
「消しゴム」ツールを使用すると、元のレイヤー画像が消されずに残ります。また、マジックツールの「反転」と「ミラー」は、レイヤー画像も反転させます。 </p>
|
||||
<p>
|
||||
レイヤー画像は、その上に絵を描いて保存すると新しい絵として保存され、元々のレイヤー画像自体は上書きされないので、後で(「さいしょから」ダイアログからアクセスして)何度でも使うことができます。 </p>
|
||||
|
||||
<p>
|
||||
レイヤー画像は、その上に絵を描いて保存すると新しい絵として保存され、元々のレイヤー画像自体は上書きされないので、後で(「さいしょから」ダイアログからアクセスして)何度でも使うことができます。 </p>
|
||||
</blockquote>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> You can create your own 'Starter' and Template images. See the <em>Extending Tux Paint</em> documentation's sections on <a href="EXTENDING.html#starters">'Starters'</a> and <a href="EXTENDING.html#templates">Templates</a>. </p>
|
||||
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> You can also convert your saved drawings into Templates directly within Tux Paint, from the 'Open' dialog. See "<a href="#using_tools_other_open">Open</a>", below. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</dd>
|
||||
<dt id="using_tools_other_open">
|
||||
<strong>「ひらく」</strong>
|
||||
|
|
@ -1091,7 +1099,7 @@
|
|||
alt=""
|
||||
align="right">
|
||||
<p>
|
||||
左下にある緑色の「ひらく」ボタンで、選択した作品を読み込みます。 </p>
|
||||
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. </p>
|
||||
|
||||
<p>
|
||||
(または、開きたい作品をダブルクリックします) </p>
|
||||
|
|
@ -1123,7 +1131,7 @@
|
|||
alt=""
|
||||
align="right">
|
||||
<p>
|
||||
「かきだす」のボタンをクリックすると、ユーザーの標準の画像フォルダ(例: "<code>~/Pictures/TuxPaint/</code>")に画像を出力します。 </p>
|
||||
Click the 'Export' button near the lower right to export the selected picture to your export folder. (e.g., "<code>~/Pictures/TuxPaint/</code>") </p>
|
||||
<div class="screenshot-right-after"></div>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
@ -1142,6 +1150,20 @@
|
|||
<div class="screenshot-right-after"></div>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<img src="../../html/images/open_template.png"
|
||||
width="48"
|
||||
height="48"
|
||||
alt=""
|
||||
align="right">
|
||||
<p>
|
||||
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. </p>
|
||||
<div class="screenshot-right-after"></div>
|
||||
|
||||
<p class="note">
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> The Template creation feature was added to Tux Paint in version 0.9.30. </p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<img src="../../html/images/open_back.png"
|
||||
width="48"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue