Sync docs after a bunch of changes, including make-Template

This commit is contained in:
Bill Kendrick 2023-05-29 10:23:27 -07:00
parent 9ab7fdba13
commit 36d7e0daf3
30 changed files with 662 additions and 357 deletions

View file

@ -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">&#9000;</span> <strong>注:</strong> キーボードで <b><code>[Control / &#8984;]</code></b> + <code><b>[N]</b></code> を押しても新規作成ができます。 </p>
<strong>単色のキャンバス</strong>
<blockquote>
<p>
あらかじめ用意されている背景色のほか、レインボーパレットやカラーミキサーで色を選択することができます。これらは、絵を描くときにキャンバスの下に表示されるカラーパレットにあるオプションと同じように操作します。詳細は <a href="#special_color_options">メインの画面 &gt; 下部: カラーパレット「いろ」 &gt; 色に関する特別なオプション</a> を参照。 </p>
</blockquote>
<dl>
<dt><strong>単色のキャンバス</strong></dt>
<dd>
あらかじめ用意されている背景色のほか、レインボーパレットやカラーミキサーで色を選択することができます。これらは、絵を描くときにキャンバスの下に表示されるカラーパレットにあるオプションと同じように操作します。詳細は <a href="#special_color_options">メインの画面 &gt; 下部: カラーパレット「いろ」 &gt; 色に関する特別なオプション</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">&#9881;</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">&#128161;</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">&#128220;</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"