Sync'ing docs: grab new "Controlling Tux Paint" section
This commit is contained in:
parent
b63b070325
commit
f530b74a27
27 changed files with 1182 additions and 57 deletions
|
|
@ -186,10 +186,10 @@
|
|||
一番上のオリジナル画像のレイヤーを表示しながら、作業用レイヤーに対して編集を加えるするように設定します。編集作業の必要に応じて画像を約400%に拡大してください(画像の各ピクセルを画面上 4x4 ピクセルのブロックとして表示し、編集することができます) </p>
|
||||
|
||||
<p>
|
||||
100%不透明な部分と完全に透明な部分を選択します。色を指定することで、オブジェクトや背景をある程度正確に選択できる場合は、そのようにします。部分的に不透明にすべきピクセル(一般的にはオブジェクトの輪郭)を選択しないように、必要に応じて選択範囲を拡大、縮小、反転させます。 </p>
|
||||
Select parts of the image that need to be 100% opaque or 0% opaque. If you can select the object or background somewhat accurately by color, do so. As needed to avoid selecting any pixels that should be partially opaque (generally at the edge of the object) you should grow, shrink, and invert the selection. </p>
|
||||
|
||||
<p>
|
||||
不透明な部分を白で、透明な部分を黒で塗りつぶします。この作業は、前景/背景色のインジケータからドラッグ&ドロップするのが最も簡単です。作業用レイヤーのマスクを編集しながら、変更されていない画像レイヤーを見ているので、見た目には何も起こらないはずですが、サムネイル画像では大きな変更が見えるかもしれません。 </p>
|
||||
Fill the 100% opaque areas with white, and the 0% opaque areas with black. This is most easily done by drag-and-drop from the foreground/background color indicator. You should not see anything happen, because you are viewing the unmodified image layer while editing the mask of the WIP layer. Large changes might be noticable in the thumbnail. </p>
|
||||
|
||||
<p>
|
||||
次に、画像を拡大します。 </p>
|
||||
|
|
@ -243,7 +243,7 @@
|
|||
失敗を減らすために、マスクの中の灰色ではないピクセルだけを選択するとよいでしょう。(「マスクから色で領域選択、黒を選択、色加算モード、白を選択、反転」あるいは「すべてを選択、マスクから色で領域選択、色減算モード、黒を選択、白を選択」)この作業を行う際、選択範囲を少し広げて、選択領域を示す線を隠したくなるかもしれません。 </p>
|
||||
|
||||
<p>
|
||||
ここではクローンツールとブラシツールを使います。必要に応じて不透明度を変えて下さい。3x3か5x5の小さな円形のブラシを主に使います。ぼかし筆かどうかは問いません。(ぼかし筆は不透明度100%、ぼかしではないブラシは不透明度70%程度で組み合わせると良いでしょう)。あまり一般的ではない使い方ですが、半透明のオブジェクトの場合には有効です。 </p>
|
||||
Use the clone tool and the brush tool. Vary the opacity as needed. Use small round brushes mostly, perhaps 3x3 or 5x5, fuzzy or not. (It is generally nice to pair up fuzzy brushes with 100% opacity and non-fuzzy brushes with about 70% opacity.) Unusual drawing modes can be helpful with semi-transparent objects. </p>
|
||||
|
||||
<p>
|
||||
最終目標は、オブジェクトの内側と外側の両方の縁取りを除去することです。内側の縁取りは、マゼンタやグリーンの上にオブジェクトを合成したときに見えるもので、明らかに除去が必要です。外側のフリンジは、画像を縮小したときに見えるようになるため、こちらも除去する必要があります。例として、鋭角なオブジェクトの輪郭にある2x2のピクセルの領域を考えてみましょう。左半分は黒で、不透明度は0%。右半分は白で、100%不透明です。つまり、黒い背景に白い物体がある状態です。Tux Paintがこれを50%(1x1ピクセルの領域)にスケーリングすると、結果はグレーの50%不透明ピクセルになりますが、正しい結果は、白の50%不透明ピクセルです。この結果を得るためには、黒いピクセルを塗り潰します。不透明度が0%であるにもかかわらず、黒いピクセルは重要です。 </p>
|
||||
|
|
@ -262,7 +262,7 @@
|
|||
|
||||
<blockquote>
|
||||
<p>
|
||||
せっかくの労作も簡単にダメになることがあります。画像編集ソフトは、不透明度0%の領域のピクセルを勝手にで破棄することがあります。この現象が発生する条件は、ソフトウェアのバージョンによっても異なります。慎重を期すため、画像を直接PNGとして保存してみてください。その後、不透明度0%の部分が黒くなったり白くなったりしていないことを確認するために、もう一度画像を読み込んでみてください。ディスクスペースを節約するため(そして自分のミスを隠すため)に画像を縮小する必要がある場合、ほぼ確実に 0%の不透明部分をすべて破壊してしまうことになります。そこで、もっと良い方法があります。 </p>
|
||||
It is very easy to ruin your hard work. Image editors can silently destroy pixels in 0% opaque areas. The conditions under which this happens may vary from version to version. If you are very trusting, you can try saving your image directly as a PNG. Be sure to read it back in again to verify that the 0% opaque areas didn't turn black or white, which would create fringes when Tux Paint scales the image down. If you need to scale your image to save space (and hide your mistakes), you are almost certain to destroy all the 0% opaque areas. So here is a better way... </p>
|
||||
|
||||
<h3>
|
||||
より安全な保存方法 </h3>
|
||||
|
|
|
|||
|
|
@ -2012,7 +2012,7 @@
|
|||
</li>
|
||||
|
||||
<li>クリック&ドラッグの操作は、クリックキーのどちらか(例えば [Insert])を押しながら、マウス移動のキー(例えば [Left])を押します。 <p class="note">
|
||||
<span title="Information">💡</span> ><strong>注:</strong> "mouse-accessibility" オプションの機能は、キーボードの操作にも連動します。両方のオプションを有効にした場合、例えば線を引く場合は、「クリック」のキーを一度押してから「移動」のキーで描画し、最後にもう一度「クリック」キーを押して描画を完了します。 </p>
|
||||
<span title="Information">💡</span> <strong>注:</strong> "mouse-accessibility" オプションの機能は、キーボードの操作にも連動します。両方のオプションを有効にした場合、例えば線を引く場合は、「クリック」のキーを一度押してから「移動」のキーで描画し、最後にもう一度「クリック」キーを押して描画を完了します。 </p>
|
||||
</li>
|
||||
|
||||
<li>通常のマウスやジョイスティックも同時に使用することができます(例えば、マウスで移動してキーボードでクリックしたり、その逆も可能です)。 </li>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2023年5月29日 </p>
|
||||
2023年7月 9日 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -123,14 +123,14 @@
|
|||
<li><a href="#using_loading">Tux Paint の起動</a></li> <li><a href="#using_title">起動画面</a></li> <li><a href="#using_main">メインの画面</a></li> <li><a href="#using_tools">各種のツール</a> <ol type="1">
|
||||
<li><a href="#using_tools_drawing">描画ツール</a> <ol type="a">
|
||||
<li><a href="#using_tools_drawing_paint">ペイントブラシ「ふで」</a></li> <li><a href="#using_tools_drawing_stamp">「はんこ」ツール</a></li> <li><a href="#using_tools_drawing_lines">「せん」ツール</a></li> <li><a href="#using_tools_drawing_shapes">「かたち」ツール</a></li> <li><a href="#using_tools_drawing_text_and_label">「もじ」ツール、「ラベル」ツール</a></li> <li><a href="#using_tools_drawing_fill">「ぬる」ツール</a></li> <li><a href="#using_tools_drawing_magic">「まほう」ツール(特殊効果)</a></li> <li><a href="#using_tools_drawing_eraser">けしゴム</a></li> </ol>
|
||||
</li>
|
||||
</li><!-- Using: Tools: Drawing -->
|
||||
<li><a href="#using_tools_other">そのほかの操作</a> <ol type="a">
|
||||
<li><a href="#using_tools_other_undo_and_redo">「とりけし」と「やりなおし」</a></li> <li><a href="#using_tools_other_new">「さいしょから」</a></li> <li><a href="#using_tools_other_open">「ひらく」</a></li> <li><a href="#using_tools_other_save">「セーブ」</a></li> <li><a href="#using_tools_other_print">「いんさつ」</a></li> <li><a href="#using_tools_other_open_slides">「スライドショー」</a></li> <li><a href="#using_tools_other_quit">プログラムの終了</a></li> <li><a href="#using_tools_other_sound_muting">効果音を消すには</a></li> </ol>
|
||||
</li>
|
||||
</li><!-- Using: Tools: Other -->
|
||||
</ol>
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><a href="#using_controlling">Controlling Tux Paint</a></li> </ol>
|
||||
</li><!-- Using -->
|
||||
<li><a href="#loading_into">他の画像の Tux Paint への読み込み</a></li> <li><a href="#further">その他のドキュメント</a></li> <li><a href="#help">お問い合わせ先</a></li> <li><a href="#participate">プロジェクトへの参加</a></li> </ol>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
@ -242,6 +242,9 @@
|
|||
|
||||
<dt>削除の無効化</dd>
|
||||
<dd>保存した作品や自作のテンプレートを削除するボタンを無効にすることができます。(設定オプション<a href="OPTIONS.html#simplification">"<code>noerase</code>"を参照)</dd>
|
||||
|
||||
<dt>"Controlling Tux Paint" documentation</dd>
|
||||
<dd>A brief overview of how Tux Paint can be controlled — mouse, tablet, touchscreen, joystick, and keyboard — has been <a href="#using_controlling">added to the README documentation</a>.</dd>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
|
|
@ -1525,6 +1528,104 @@
|
|||
</section>
|
||||
<!-- Using: Tools -->
|
||||
|
||||
<!-- Using: Controlling -->
|
||||
<section>
|
||||
<header>
|
||||
<h2 id="using_controlling">
|
||||
E. Controlling Tux Paint </h2>
|
||||
</header>
|
||||
|
||||
<!-- Using: Controlling: Mouse -->
|
||||
<section>
|
||||
<header>
|
||||
<h3 id="using_controlling_mouse">
|
||||
1. Using a Mouse or Trackball </h3>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Tux Paint's main mode of operation is via any device that appears to your operating system as a mouse, including standard mice, trackballs, and trackpads, as well as drawing tablets (usually operated with a stylus) and touch screens (operated with a finger and/or a stylus) (see <a href="#using_controlling_tablet">"Using a Tablet or Touchscreen"</a> below for more information). </p>
|
||||
|
||||
<p>
|
||||
For drawing and controlling Tux Paint, only a single mouse button is used — typically, on multi-button mice, this will the left mouse button, but this can usually be configured at the operating system level. By default, Tux Paint will ignore input from the other button(s). If a user attempts to use the other button(s), a pop-up dialog will eventually appear reminding them that only one button is recognized Tux Paint. However, you may configure Tux Paint to accept any button as input (see the <a href="OPTIONS.html#mouse_keyboard">Options</a> documentation). </p>
|
||||
|
||||
<section>
|
||||
<header>
|
||||
<h4>
|
||||
a. Scrolling </h4>
|
||||
</header>
|
||||
<p>
|
||||
Many input devices offer a way to quickly scroll within applications — many mice have a scroll wheel, trackballs have scroll rings, and trackpads recognize certain "scroll" gestures (e.g., two-finger vertical motion, or vertical motion on the edge of the trackpad). Tux Paint supports scrolling input to allow quick scrolling through certain lists (e.g., Stamps, Magic tools, and the New and Open dialogs). </p>
|
||||
|
||||
<p>
|
||||
Tux Paint will also automatically scroll if you click and hold the mouse down on an scroll button — the "up" and "down" arrow buttons that appear above and below scrolling lists. </p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<header>
|
||||
<h4>
|
||||
b. Mouse Accessibility </h4>
|
||||
</header>
|
||||
<p>
|
||||
Other devices that appear as a mouse can be used to control Tux Paint. For example: <ul>
|
||||
<li>Head pointing/tracking devices</li>
|
||||
<li>Eye gaze trackers</li>
|
||||
<li>Foot mice</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Tux Paint offers a "sticky mouse click" accessibility setting, where a single click begins a click-and-drag operation, and a subsequent click ends it. (See the <a href="OPTIONS.html#accessibility">Options</a> documentation.) </p>
|
||||
</section>
|
||||
</section>
|
||||
<!-- Using: Controlling: Mouse -->
|
||||
|
||||
<!-- Using: Controlling: Tablet -->
|
||||
<section>
|
||||
<header>
|
||||
<h3 id="using_controlling_tablet">
|
||||
2. Using a Tablet or Touchscreen </h3>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
As noted above, Tux Paint recognizes any device that appears as a mouse. This means drawing tablets and touchscreens may be used. However, these devices often support other features beyond X/Y motion, button clicks, and scroll-wheel motion. Currently, those additional features are <strong>not supported</strong> by Tux Paint. Some examples: <ul>
|
||||
<li>Pressure and angle</li>
|
||||
<li>Eraser tip</li>
|
||||
<li>Multi-touch gestures</li>
|
||||
</ul>
|
||||
</p>
|
||||
</section>
|
||||
<!-- Using: Controlling: Tablet -->
|
||||
|
||||
<!-- Using: Controlling: Joystick -->
|
||||
<section>
|
||||
<header>
|
||||
<h3 id="using_controlling_joystick">
|
||||
3. Using a Joystick-like Device </h3>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Tux Paint may be configured to recognize input from any game controller that appears to your operating system as a joystick. That even includes modern game console controllers connected via USB or Bluetooth (e.g., <cite>Nintendo Switch</cite> or <cite>Microsoft Xbox</cite> game pads)! </p>
|
||||
|
||||
<p>
|
||||
Numerous configuration options are available to best suit the device being used, and the user's needs. Analog input will be used for coarse movement, and digital "hat" input for fine movement. Buttons on the controller can be mapped to different Tux Paint controls (e.g., acting as the <b><code>[Escape]</code></b> key, switching to the Paint tool, invoking Undo and Redo operations, etc.). See the <a href="OPTIONS.html#joystick">Options</a> documentation for more details. </p>
|
||||
</section>
|
||||
<!-- Using: Controlling: Joystick -->
|
||||
|
||||
<!-- Using: Controlling: Keyboard -->
|
||||
<section>
|
||||
<header>
|
||||
<h3 id="using_controlling_keyboard">
|
||||
4. Using the Keyboard </h3>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Tux Paint offers an option to allow the keyboard to be used to control the mouse pointer. This includes motion and clicking, as well as shortcuts to navigate between and within certain parts of the interface. See the <a href="OPTIONS.html#accessibility">Options</a> documentation for more details. </p>
|
||||
</section>
|
||||
<!-- Using: Controlling: Keyboard -->
|
||||
|
||||
</section>
|
||||
<!-- Using: Controlling -->
|
||||
|
||||
</section>
|
||||
<!-- Using -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue