Warning, /graphics/kolourpaint/doc/index.docbook is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" ?> 0002 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ 0003 <!ENTITY Clarence.Dang 0004 "<personname><firstname>Clarence</firstname><surname>Dang</surname></personname>"> 0005 <!ENTITY Clarence.Dang.mail "<email>dang@kde.org</email>"> 0006 <!ENTITY Thurston.Dang 0007 "<personname><firstname>Thurston</firstname><surname>Dang</surname></personname>"> 0008 <!ENTITY Thurston.Dang.mail "<email>thurston_dang@users.sourceforge.net</email>"> 0009 <!ENTITY % addindex "IGNORE"> 0010 <!ENTITY % English "INCLUDE"> 0011 ]> 0012 0013 <book id="kolourpaint" lang="&language;"> 0014 0015 <bookinfo> 0016 <title>The &kolourpaint; Handbook</title> 0017 0018 <authorgroup> 0019 <author> 0020 <personname> 0021 <firstname>Thurston</firstname> 0022 <surname>Dang</surname> 0023 </personname> 0024 &Thurston.Dang.mail; 0025 </author> 0026 0027 <othercredit role="reviewer"> 0028 <personname> 0029 <firstname>Clarence</firstname> 0030 <surname>Dang</surname> 0031 </personname> 0032 </othercredit> 0033 0034 <othercredit role="reviewer"> 0035 &Lauri.Watts; 0036 </othercredit> 0037 <!-- TRANS:ROLES_OF_TRANSLATORS --> 0038 </authorgroup> 0039 0040 <copyright> 0041 <year>2004</year> 0042 <year>2005</year> 0043 <holder>&Thurston.Dang;</holder> 0044 </copyright> 0045 0046 <legalnotice> 0047 &FDLNotice; 0048 </legalnotice> 0049 <date>2018-03-23</date> 0050 <releaseinfo>Applications 18.04</releaseinfo> 0051 0052 <abstract> 0053 <para> 0054 &kolourpaint; is a free, easy-to-use paint program by &kde;. 0055 </para> 0056 </abstract> 0057 0058 <keywordset> 0059 <keyword>kolourpaint</keyword> 0060 <keyword>kdegraphics</keyword> 0061 </keywordset> 0062 0063 </bookinfo> 0064 0065 <chapter id="introduction"> 0066 <title>Introduction</title> 0067 <para>&kolourpaint; is a free, easy-to-use paint program by &kde;. It's 0068 perfect for everyday tasks such as:</para> 0069 0070 <itemizedlist> 0071 <listitem> 0072 <para>Painting - drawing diagrams and <quote>finger painting</quote></para> 0073 </listitem> 0074 <listitem> 0075 <para>Manipulating Screenshots - acquiring and editing screenshots</para> 0076 </listitem> 0077 <listitem> 0078 <para>Image Manipulation - editing photos and acquired images; applying 0079 effects</para> 0080 </listitem> 0081 <listitem> 0082 <para>Icon Editing - drawing clipart and logos with transparency</para> 0083 </listitem> 0084 </itemizedlist> 0085 0086 <para> 0087 <inlinemediaobject> 0088 <imageobject> 0089 <imagedata fileref="KolourPaint.png" format="PNG"/> 0090 </imageobject> 0091 </inlinemediaobject> 0092 </para> 0093 </chapter> 0094 0095 <chapter id="using-kolourpaint"> 0096 <title>Using &kolourpaint;</title> 0097 0098 <para>Click on the following links to explore &kolourpaint;'s 0099 capabilities:</para> 0100 0101 <itemizedlist> 0102 <listitem> 0103 <para><link linkend="tools-chapter">Tools</link></para> 0104 </listitem> 0105 <listitem> 0106 <para><link linkend="working-with-color">Working with Color</link></para> 0107 </listitem> 0108 <listitem> 0109 <para><link linkend="view-options-chapter">View Options</link></para> 0110 </listitem> 0111 <listitem> 0112 <para><link linkend="image-effects-chapter">Image Effects</link></para> 0113 </listitem> 0114 </itemizedlist> 0115 </chapter> 0116 0117 <chapter id="tools-chapter"> 0118 <title>Tools</title> 0119 0120 <para>An additional option in the <guimenu>Settings</guimenu> menu allows to 0121 define if the tools draw with anti-aliasing (default) or not. 0122 </para> 0123 0124 <sect1 id="acquiring-screenshots"> 0125 <title>Acquiring Screenshots</title> 0126 0127 <para>A <quote>screenshot</quote> is a snapshot of what is on your computer's screen. It can be useful 0128 to explain some actions that should be done to obtain the result, or to show the issue that you have found. 0129 </para> 0130 <para>To make screenshot ready for editing in &kolourpaint; window you can use <menuchoice><guimenu>File</guimenu> 0131 <guimenuitem>Acquire Screenshot</guimenuitem></menuchoice> item from &kolourpaint; main menu. 0132 </para> 0133 <para> 0134 <inlinemediaobject> 0135 <imageobject> 0136 <imagedata fileref="screenshot_acquiring.png" format="PNG"/> 0137 </imageobject> 0138 </inlinemediaobject> 0139 </para> 0140 <para> 0141 Using the opened dialog you can change <guilabel>Screenshot Delay</guilabel> (in seconds), and choose 0142 to <guilabel>Hide Main Window</guilabel> during screenshoting. When you are ready to take screenshot 0143 just click <guibutton>OK</guibutton>. The screenshot taken will be placed directly into the &kolourpaint; 0144 editing area. 0145 </para> 0146 </sect1> 0147 0148 <sect1 id="tool-reference"> 0149 <title>Tool Reference</title> 0150 0151 <para> 0152 A quick way to select a tool in &kolourpaint; is to press the single key shortcut associated with it, 0153 documented below and in the <interface>Tool Box</interface> tooltips. You can also hold 0154 <keycombo action="simul">&Alt;&Shift;</keycombo> while pressing the key, which is necessary when you are 0155 writing text (as the single key shortcuts will be disabled). For example, to select the brush, press 0156 <keycombo action="simul">&Alt;&Shift;<keycap>B</keycap></keycombo> or just B (when not writing text). 0157 </para> 0158 0159 <simplelist> 0160 <member><link linkend="tool-brush"><guiicon> 0161 <inlinemediaobject><imageobject><imagedata fileref="tool_brush.png" format="PNG"/> 0162 </imageobject></inlinemediaobject> 0163 </guiicon></link> 0164 <link linkend="tool-brush">Brush</link> (B)</member> 0165 0166 <member><link linkend="tool-eraser-clr"><guiicon> 0167 <inlinemediaobject><imageobject> 0168 <imagedata fileref="tool_color_washer.png" format="PNG"/> 0169 </imageobject> 0170 </inlinemediaobject> 0171 </guiicon> 0172 </link> 0173 <link linkend="tool-eraser-clr">Color Eraser</link> (O)</member> 0174 0175 <member><link linkend="tool-color-picker"><guiicon> 0176 <inlinemediaobject> 0177 <imageobject> 0178 <imagedata fileref="tool_color_picker.png" format="PNG"/> 0179 </imageobject> 0180 </inlinemediaobject> 0181 </guiicon> 0182 </link> 0183 <link linkend="tool-color-picker">Color Picker</link> (C) 0184 </member> 0185 0186 <member> 0187 <link linkend="tool-polystar"> 0188 <guiicon> 0189 <inlinemediaobject> 0190 <imageobject> 0191 <imagedata fileref="tool_polyline.png" format="PNG"/> 0192 </imageobject> 0193 </inlinemediaobject> 0194 </guiicon> 0195 </link> 0196 <link linkend="tool-polystar">Connected Lines</link> (N)</member> 0197 0198 <member> 0199 <link linkend="tool-curve"> 0200 <guiicon> 0201 <inlinemediaobject> 0202 <imageobject> 0203 <imagedata fileref="tool_curve.png" format="PNG"/> 0204 </imageobject> 0205 </inlinemediaobject> 0206 </guiicon> 0207 </link> 0208 <link linkend="tool-curve">Curve</link> (V) 0209 </member> 0210 0211 <member> 0212 <link linkend="tool-ellipse"> 0213 <guiicon> 0214 <inlinemediaobject> 0215 <imageobject> 0216 <imagedata fileref="tool_ellipse.png" format="PNG"/> 0217 </imageobject> 0218 </inlinemediaobject> 0219 </guiicon> 0220 </link> 0221 <link linkend="tool-ellipse">Ellipse</link> (E) 0222 </member> 0223 0224 <member> 0225 <link linkend="tool-eraser-std"> 0226 <guiicon> 0227 <inlinemediaobject> 0228 <imageobject> 0229 <imagedata fileref="tool_eraser.png" format="PNG"/> 0230 </imageobject> 0231 </inlinemediaobject> 0232 </guiicon> 0233 </link> 0234 <link linkend="tool-eraser-std">Eraser</link> (A) 0235 </member> 0236 0237 <member> 0238 <link linkend="tool-flood-fill"> 0239 <guiicon> 0240 <inlinemediaobject> 0241 <imageobject> 0242 <imagedata fileref="tool_flood_fill.png" format="PNG"/> 0243 </imageobject> 0244 </inlinemediaobject> 0245 </guiicon> 0246 </link> 0247 <link linkend="tool-flood-fill">Flood Fill</link> (F) 0248 </member> 0249 0250 <member> 0251 <link linkend="tool-line"> 0252 <guiicon> 0253 <inlinemediaobject> 0254 <imageobject> 0255 <imagedata fileref="tool_line.png" format="PNG"/> 0256 </imageobject> 0257 </inlinemediaobject> 0258 </guiicon> 0259 </link> 0260 <link linkend="tool-line">Line</link> (L) 0261 </member> 0262 0263 <member> 0264 <link linkend="tool-pen"> 0265 <guiicon> 0266 <inlinemediaobject> 0267 <imageobject> 0268 <imagedata fileref="tool_pen.png" format="PNG"/> 0269 </imageobject> 0270 </inlinemediaobject> 0271 </guiicon> 0272 </link> 0273 <link linkend="tool-pen">Pen</link> (P) 0274 </member> 0275 0276 <member> 0277 <link linkend="tool-polystar"> 0278 <guiicon> 0279 <inlinemediaobject> 0280 <imageobject> 0281 <imagedata fileref="tool_polygon.png" format="PNG"/> 0282 </imageobject> 0283 </inlinemediaobject> 0284 </guiicon> 0285 </link> 0286 <link linkend="tool-polystar">Polygon</link> (G) 0287 </member> 0288 0289 <member> 0290 <link linkend="tool-rectangles"> 0291 <guiicon> 0292 <inlinemediaobject> 0293 <imageobject> 0294 <imagedata fileref="tool_rectangle.png" format="PNG"/> 0295 </imageobject> 0296 </inlinemediaobject> 0297 </guiicon> 0298 </link> 0299 <link linkend="tool-rectangles">Rectangle</link> (R) 0300 </member> 0301 0302 <member> 0303 <link linkend="tool-rectangles"> 0304 <guiicon> 0305 <inlinemediaobject> 0306 <imageobject> 0307 <imagedata fileref="tool_rounded_rectangle.png" format="PNG"/> 0308 </imageobject> 0309 </inlinemediaobject> 0310 </guiicon> 0311 </link> 0312 <link linkend="tool-rectangles">Rounded Rectangle</link> (U) 0313 </member> 0314 0315 <member> 0316 <link linkend="tool-selections"> 0317 <guiicon> 0318 <inlinemediaobject> 0319 <imageobject> 0320 <imagedata fileref="tool_elliptical_selection.png" format="PNG"/> 0321 </imageobject> 0322 </inlinemediaobject> 0323 </guiicon> 0324 </link> 0325 <link linkend="tool-selections">Selection (Elliptical)</link> (I) 0326 </member> 0327 0328 <member> 0329 <link linkend="tool-selections"> 0330 <guiicon> 0331 <inlinemediaobject> 0332 <imageobject> 0333 <imagedata fileref="tool_free_form_selection.png" format="PNG"/> 0334 </imageobject> 0335 </inlinemediaobject> 0336 </guiicon> 0337 </link> 0338 <link linkend="tool-selections">Selection (Free-Form)</link> (M) 0339 </member> 0340 0341 <member> 0342 <link linkend="tool-selections"> 0343 <guiicon> 0344 <inlinemediaobject> 0345 <imageobject> 0346 <imagedata fileref="tool_rect_selection.png" format="PNG"/> 0347 </imageobject> 0348 </inlinemediaobject> 0349 </guiicon> 0350 </link> 0351 <link linkend="tool-selections">Selection (Rectangular)</link> (S) 0352 </member> 0353 0354 <member> 0355 <link linkend="tool-spraycan"> 0356 <guiicon> 0357 <inlinemediaobject> 0358 <imageobject> 0359 <imagedata fileref="tool_spraycan.png" format="PNG"/> 0360 </imageobject> 0361 </inlinemediaobject> 0362 </guiicon> 0363 </link> 0364 <link linkend="tool-spraycan">Spraycan</link> (Y) 0365 </member> 0366 0367 <member> 0368 <link linkend="tool-text"> 0369 <guiicon> 0370 <inlinemediaobject> 0371 <imageobject> 0372 <imagedata fileref="tool_text.png" format="PNG"/> 0373 </imageobject> 0374 </inlinemediaobject> 0375 </guiicon> 0376 </link> 0377 <link linkend="tool-text">Text</link> (T) 0378 </member> 0379 </simplelist> 0380 0381 </sect1> 0382 0383 <sect1 id="tool-brush"> 0384 <title> 0385 Brush 0386 <inlinemediaobject> 0387 <imageobject> 0388 <imagedata fileref="tool_brush.png" format="PNG"/> 0389 </imageobject> 0390 </inlinemediaobject> 0391 </title> 0392 <para> 0393 Click or click and drag with the brush to draw. 0394 </para> 0395 0396 <informaltable> 0397 <tgroup cols="2"> 0398 <tbody> 0399 <row> 0400 <entry> 0401 <inlinemediaobject> 0402 <imageobject> 0403 <imagedata fileref="brush_shapes.png" format="PNG"/> 0404 </imageobject> 0405 </inlinemediaobject> 0406 </entry> 0407 0408 <entry> 0409 <para> 0410 Click on one of the shapes to select the brush shape. You can use a 0411 circular, square, slash or backslash brush shape.</para> 0412 </entry> 0413 </row> 0414 </tbody> 0415 </tgroup> 0416 </informaltable> 0417 0418 <para>The &LMB; draws in the foreground color. The &RMB; draws in the 0419 background color.</para> 0420 </sect1> 0421 0422 <sect1 id="tool-color-picker"> 0423 <title>Color Picker <inlinemediaobject> 0424 <imageobject> 0425 <imagedata fileref="tool_color_picker.png" format="PNG"/> 0426 </imageobject> 0427 </inlinemediaobject> 0428 </title> 0429 0430 <para>To set the foreground color, <mousebutton>left</mousebutton> click on 0431 a pixel. To set the background color, <mousebutton>right</mousebutton> click on a pixel. 0432 &kolourpaint; will then return to the previously selected tool.</para> 0433 0434 </sect1> 0435 0436 <sect1 id="tool-polystar"> 0437 <title>Connected Lines and Polygon 0438 <inlinemediaobject> 0439 <imageobject> 0440 <imagedata fileref="tool_polystar.png" format="PNG"/> 0441 </imageobject> 0442 </inlinemediaobject> 0443 </title> 0444 0445 <para>Click and drag to draw connected lines. The polygon tool is used in 0446 the same way, however, the start and end points are automatically connected 0447 to form a polygon.</para> 0448 0449 <para>The &LMB; draws in the foreground color. The &RMB; draws in the 0450 background color, and will also reverse the fill color for polygons.</para> 0451 0452 <para>You can <link linkend="tool-options">set the line width</link>. For 0453 polygons, you can also <link linkend="tool-options">set the fill 0454 style</link>.</para> 0455 0456 </sect1> 0457 0458 <sect1 id="tool-curve"> 0459 <title>Curve <inlinemediaobject> 0460 <imageobject> 0461 <imagedata fileref="tool_curve.png" format="PNG"/> 0462 </imageobject> 0463 </inlinemediaobject> 0464 </title> 0465 0466 <para>Click and drag to draw a line - this sets the start and end 0467 points. You can set up to two control points by dragging. To finish the 0468 curve without using both or any control points, click the other mouse 0469 button. The curve tool draws a Cubic Bezier.</para> 0470 0471 <para>The &LMB; draws in the foreground color. The &RMB; draws in the 0472 background color.</para> 0473 0474 <para>You can also <link linkend="tool-options">set the line 0475 width</link>.</para> 0476 0477 </sect1> 0478 0479 <sect1 id="tool-ellipse"> 0480 <title>Ellipse <inlinemediaobject> 0481 <imageobject> 0482 <imagedata fileref="tool_ellipse.png" format="PNG"/> 0483 </imageobject> 0484 </inlinemediaobject> 0485 </title> 0486 0487 <para>Click and drag to draw an ellipse.</para> 0488 0489 <para>The &LMB; draws in the foreground color. The &RMB; draws in the 0490 background color, and will reverse the fill color.</para> 0491 0492 <para>You can also <link linkend="tool-options">set the line width and fill 0493 style</link>.</para> 0494 0495 <para>For additional functionality, use the modifier keys:</para> 0496 0497 <itemizedlist> 0498 <listitem> 0499 <para>Hold &Shift; and drag to draw a circle.</para> 0500 </listitem> 0501 <listitem> 0502 <para>To draw an ellipse with a center point of your choice, hold &Ctrl;, 0503 click on the center point, and drag until the ellipse is the correct size 0504 and shape.</para> 0505 </listitem> 0506 <listitem> 0507 <para>To draw a circle with a center point of your choice, hold &Ctrl; and 0508 &Shift;, click on the center point, and drag until the circle is the correct 0509 size.</para> 0510 </listitem> 0511 </itemizedlist> 0512 </sect1> 0513 0514 <sect1 id="tool-erasers"> 0515 <!-- This title does not contain the eraser icons because they are present in the 0516 sections; c.f. Connected Lines and Polygon, Rectangles and Selections. --> 0517 <title>Erasers</title> 0518 0519 <sect2 id="tool-eraser-std"> 0520 <title>Eraser 0521 <inlinemediaobject> 0522 <imageobject> 0523 <imagedata fileref="tool_eraser.png" format="PNG"/> 0524 </imageobject> 0525 </inlinemediaobject> 0526 </title> 0527 0528 <para>Click and drag with the eraser to rub out mistakes.</para> 0529 0530 <note> 0531 <para>Unlike other tools, the erasers draw in the background color. To draw 0532 in the foreground color, use the &RMB;.</para> 0533 </note> 0534 0535 <para>The eraser only has <link linkend="tool-options">square 0536 shapes</link>. To draw with other shapes such as circles use the <link 0537 linkend="tool-brush">Brush</link> and the &RMB;.</para> 0538 0539 <tip> 0540 <para>Double-click on the Eraser icon to clear the entire image. This is 0541 equivalent to using the <link linkend="image-clear">Clear</link> option on 0542 the Image menu.</para> 0543 </tip> 0544 0545 </sect2> 0546 0547 <sect2 id="tool-eraser-clr"> 0548 <title>Color Eraser 0549 <inlinemediaobject> 0550 <imageobject> 0551 <imagedata fileref="tool_color_washer.png" format="PNG"/> 0552 </imageobject> 0553 </inlinemediaobject> 0554 </title> 0555 0556 <para>Click and drag to replace pixels of the foreground color with the 0557 background color. To replace all pixels similar (but not necessarily exactly 0558 equal) to the foreground color, such as in dithered images and photos, use a 0559 <link linkend="color-box">Color Similarity</link> setting other than 0560 Exact.</para> 0561 0562 <note> 0563 <para>Unlike other tools, the erasers draw in the background color. To 0564 replace pixels of the background color with the foreground color, use the 0565 &RMB;.</para> 0566 </note> 0567 0568 <para>You can configure the <link linkend="tool-options">eraser 0569 size</link>.</para> 0570 0571 <tip> 0572 <para>Double-click on the Color Eraser icon to apply it to the entire image.</para> 0573 </tip> 0574 </sect2> 0575 0576 </sect1> 0577 0578 <sect1 id="tool-flood-fill"> 0579 <title>Flood Fill 0580 <inlinemediaobject> 0581 <imageobject> 0582 <imagedata fileref="tool_flood_fill.png" format="PNG"/> 0583 </imageobject> 0584 </inlinemediaobject> 0585 </title> 0586 0587 <para>Click to fill a region. To fill a dithered region, use a <link 0588 linkend="color-box">Color Similarity</link> setting other than Exact.</para> 0589 0590 <para>The &LMB; fills in the foreground color. The &RMB; fills in the 0591 background color.</para> 0592 </sect1> 0593 0594 <sect1 id="tool-line"> 0595 <title> 0596 Line 0597 <inlinemediaobject> 0598 <imageobject> 0599 <imagedata fileref="tool_line.png" format="PNG"/> 0600 </imageobject> 0601 </inlinemediaobject> 0602 </title> 0603 0604 <para>Click and drag to draw a line.</para> 0605 0606 <para>The &LMB; draws in the foreground color. The &RMB; draws in the 0607 background color.</para> 0608 0609 <para>You can also <link linkend="tool-options">set the line 0610 width</link>.</para> 0611 0612 <para> 0613 <inlinemediaobject> 0614 <imageobject> 0615 <imagedata fileref="lines_30_deg.png" format="PNG"/> 0616 </imageobject> 0617 </inlinemediaobject> 0618 <inlinemediaobject> 0619 <imageobject> 0620 <imagedata fileref="lines_30_45_deg.png" format="PNG"/> 0621 </imageobject> 0622 </inlinemediaobject> 0623 <inlinemediaobject> 0624 <imageobject> 0625 <imagedata fileref="lines_45_deg.png" format="PNG"/> 0626 </imageobject> 0627 </inlinemediaobject> 0628 </para> 0629 0630 <itemizedlist> 0631 <listitem> 0632 <para>Hold &Ctrl; to draw lines angled at the nearest multiple of 30 degrees 0633 - these are the lines in the red diagram.</para> 0634 </listitem> 0635 <listitem> 0636 <para>Hold &Shift; to draw lines angled at the nearest multiple of 45 0637 degrees - these are the lines in the blue diagram.</para> 0638 </listitem> 0639 <listitem> 0640 <para>Hold &Ctrl; and &Shift; to draw lines angled at the nearest multiple 0641 of 30 or 45 degrees - these are the lines in the green diagram.</para> 0642 </listitem> 0643 </itemizedlist> 0644 0645 </sect1> 0646 0647 <sect1 id="tool-pen"> 0648 <title>Pen 0649 <inlinemediaobject> 0650 <imageobject> 0651 <imagedata fileref="tool_pen.png" format="PNG"/> 0652 </imageobject> 0653 </inlinemediaobject> 0654 </title> 0655 0656 <para>Click to draw a dot or click and drag to draw a freehand line.</para> 0657 0658 <para>The &LMB; draws in the foreground color. The &RMB; draws in the 0659 background color. </para> 0660 0661 </sect1> 0662 0663 <sect1 id="tool-rectangles"> 0664 <title>Rectangles 0665 <inlinemediaobject> 0666 <imageobject> 0667 <imagedata fileref="tool_rectangles.png" format="PNG"/> 0668 </imageobject> 0669 </inlinemediaobject> 0670 </title> 0671 0672 <para>Click and drag to draw a rectangle. The Rounded Rectangle is a Rectangle with rounded 0673 corners.</para> 0674 0675 <para>The &LMB; draws in the foreground color. The &RMB; draws in the background color, 0676 and will reverse the fill color.</para> 0677 0678 <para>You can also <link linkend="tool-options">set the line width and fill 0679 style</link>.</para> 0680 0681 <para> For additional functionality, use the modifier keys:</para> 0682 0683 <itemizedlist> 0684 <listitem> 0685 <para>Hold &Shift; and drag to draw a square.</para> 0686 </listitem> 0687 <listitem> 0688 <para>To draw a rectangle with a center point of your choice, hold &Ctrl;, 0689 click on the center point, and drag until the rectangle is the correct size 0690 and shape.</para> 0691 </listitem> 0692 <listitem> 0693 <para>To draw a square with a center point of your choice, hold &Ctrl; and &Shift;, 0694 click on the center point, and drag until the square is the correct size.</para> 0695 </listitem> 0696 </itemizedlist> 0697 0698 </sect1> 0699 0700 <sect1 id="tool-selections"> 0701 <title>Selections 0702 <inlinemediaobject> 0703 <imageobject> 0704 <imagedata fileref="tool_selections.png" format="PNG"/> 0705 </imageobject> 0706 </inlinemediaobject> 0707 </title> 0708 0709 <para>Use the selection tools to draw out the boundary of a 0710 selection.</para> 0711 0712 <para>To move the selection, click and drag on it. The main view will scroll as required to allow you to move the selection to part of the image that is not currently displayed.</para> 0713 0714 <para> 0715 You can free-form <link linkend="image-resize-scale">Resize</link> the entire image or 0716 <link linkend="image-resize-scale">Smooth Scale</link> the selection using the corresponding handles. 0717 Hold &Shift; while free-form scaling the selection to maintain aspect ratio. 0718 The &RMB; invokes a context menu with common <guimenu>Edit</guimenu> commands and <link linkend="image-effects-section">Image Effects</link>. 0719 </para> 0720 0721 <tip> 0722 <para>You can use the cursor keys while drawing out the boundary of the 0723 selection or while moving it.</para> 0724 </tip> 0725 0726 <para> 0727 If you hold &Ctrl; before moving the selection, then you will move a 0728 copy of it. The selection will be smeared when moving it while &Shift; is held. 0729 </para> 0730 0731 <informaltable> 0732 <tgroup cols="2"> 0733 <tbody> 0734 <row> 0735 <entry> 0736 <inlinemediaobject> 0737 <imageobject> 0738 <imagedata fileref="selections_opaque_transparent.png" 0739 format="PNG"/> 0740 </imageobject> 0741 </inlinemediaobject> 0742 </entry> 0743 <entry> 0744 <para>There are two selection modes: Opaque (default) and Transparent. If 0745 you use the Transparent selection mode, all pixels of the background color 0746 will be transparent (background subtraction). This allows you to paste a 0747 selection without the background. To perform background subtraction on a 0748 dithered image, use a <link linkend="color-box">Color Similarity</link> 0749 setting other than Exact.</para> 0750 </entry> 0751 </row> 0752 </tbody> 0753 </tgroup> 0754 </informaltable> 0755 0756 <para>You can apply Image Effects to a selection - see the <link 0757 linkend="image-effects-section">Image Effects</link> section for more 0758 information.</para> 0759 0760 <para>It is possible to save selection to file using the <guimenuitem>Copy to File...</guimenuitem> item from the selection context menu or <menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy to File...</guimenuitem></menuchoice> item from the main menu. 0761 </para> 0762 </sect1> 0763 0764 <sect1 id="tool-spraycan"> 0765 <title>Spraycan 0766 <inlinemediaobject> 0767 <imageobject> 0768 <imagedata fileref="tool_spraycan.png" format="PNG"/> 0769 </imageobject> 0770 </inlinemediaobject> 0771 </title> 0772 0773 <para>Click and drag to spray graffiti. Hold down the mouse button for a 0774 more concentrated spray.</para> 0775 0776 <informaltable> 0777 <tgroup cols="2"> 0778 <tbody> 0779 <row> 0780 <entry> 0781 <inlinemediaobject> 0782 <imageobject> 0783 <imagedata fileref="spraycan_patterns.png" format="PNG"/> 0784 </imageobject> 0785 </inlinemediaobject> 0786 </entry> 0787 <entry> 0788 <para>Click on one of the shapes to select the spray size. You can select 0789 from spray sizes of 9x9, 17x17 and 29x29.</para> 0790 </entry> 0791 </row> 0792 </tbody> 0793 </tgroup> 0794 </informaltable> 0795 0796 <para>The &LMB; draws in the foreground color. The &RMB; draws in the 0797 background color.</para> 0798 0799 </sect1> 0800 0801 <sect1 id="tool-text"> 0802 <title>Text 0803 <inlinemediaobject> 0804 <imageobject> 0805 <imagedata fileref="tool_text.png" format="PNG"/> 0806 </imageobject> 0807 </inlinemediaobject> 0808 </title> 0809 0810 <para> 0811 Click and drag an area in which to write text. As soon as the border will be shown you can start writing the text. Click and drag 0812 on the border to move it. You can resize the text box by dragging on the 0813 handles or by using the <link linkend="image-resize-scale">Resize</link> dialog. 0814 </para> 0815 0816 <tip> 0817 <para>If you have deselected a text box you can use <guimenuitem>Undo</guimenuitem> to edit the text 0818 again.</para> 0819 </tip> 0820 0821 <sect2 id="tool-text-transparent"> 0822 <title>Using the Transparent Color</title> 0823 0824 <para> 0825 <inlinemediaobject> 0826 <imageobject> 0827 <imagedata fileref="fcc_std_text.png" format="PNG"/> 0828 </imageobject> 0829 </inlinemediaobject> 0830 </para> 0831 <para>The left picture shows the example image. The right picture shows the addition of text 0832 with opaque foreground and background colors. 0833 </para> 0834 0835 <para> 0836 <inlinemediaobject> 0837 <imageobject> 0838 <imagedata fileref="fcc_trans_text.png" format="PNG"/> 0839 </imageobject> 0840 </inlinemediaobject> 0841 </para> 0842 0843 <para>The left picture shows the addition of text with opaque foreground 0844 colors and a transparent background color. The right picture shows the 0845 addition of text with a transparent foreground color and opaque background 0846 color.</para> 0847 </sect2> 0848 </sect1> 0849 0850 <sect1 id="tool-options"> 0851 <title>Common Tool Options</title> 0852 0853 <informaltable> 0854 <tgroup cols="2"> 0855 <tbody> 0856 <row> 0857 <entry> 0858 <inlinemediaobject> 0859 <imageobject> 0860 <imagedata fileref="eraser_shapes.png" format="PNG"/> 0861 </imageobject> 0862 </inlinemediaobject> 0863 </entry> 0864 <entry> 0865 <para>Click on one of the squares to select the eraser size. You can select 0866 from squares of side length 2, 3, 5, 9, 17 and 29 pixels.</para> 0867 0868 <para>The eraser size setting affects the <link 0869 linkend="tool-erasers">Erasers</link>.</para> 0870 </entry> 0871 </row> 0872 <row> 0873 <entry> 0874 <inlinemediaobject> 0875 <imageobject> 0876 <imagedata fileref="line_width.png" format="PNG"/> 0877 </imageobject> 0878 </inlinemediaobject> 0879 </entry> 0880 <entry> 0881 <para>Click on one of the lines to select the line width. You can select 0882 from line widths of 1, 2, 3, 5 and 8 pixel(s).</para> 0883 0884 <para>The line width setting affects the <link 0885 linkend="tool-polystar">Connected Lines</link>, <link 0886 linkend="tool-curve">Curve</link>, <link 0887 linkend="tool-ellipse">Ellipse</link>, <link 0888 linkend="tool-line">Line</link>, <link 0889 linkend="tool-polystar">Polygon</link>, <link 0890 linkend="tool-rectangles">Rectangle</link> and <link 0891 linkend="tool-rectangles">Rounded Rectangle</link> tools. </para> 0892 </entry> 0893 </row> 0894 <row> 0895 <entry> 0896 <inlinemediaobject> 0897 <imageobject> 0898 <imagedata fileref="fill_style.png" format="PNG"/> 0899 </imageobject> 0900 </inlinemediaobject> 0901 </entry> 0902 <entry> 0903 <para>Click on one of the rectangles to select the fill style. You can 0904 select from No Fill, Fill with Background Color and Fill with Foreground 0905 Color.</para> <para>The fill style setting affects the <link 0906 linkend="tool-ellipse">Ellipse</link>, <link 0907 linkend="tool-polystar">Polygon</link>, <link 0908 linkend="tool-rectangles">Rectangle</link> and <link 0909 linkend="tool-rectangles">Rounded Rectangle</link> tools. 0910 </para> 0911 </entry> 0912 </row> 0913 </tbody> 0914 </tgroup> 0915 </informaltable> 0916 0917 </sect1> 0918 </chapter> 0919 0920 <chapter id="working-with-color"> 0921 <title>Working with Color</title> 0922 0923 <sect1 id="color-box"> 0924 <title>The Color Box</title> 0925 0926 <para> 0927 <inlinemediaobject> 0928 <imageobject> 0929 <imagedata fileref="color_box.png" format="PNG"/> 0930 </imageobject> 0931 <textobject> 0932 <phrase>Color Box</phrase> 0933 </textobject> 0934 </inlinemediaobject> 0935 </para> 0936 0937 <para>The Color Box has 3 main sections: the Color Tablet, the Color Palette 0938 and the Color Similarity Selector.</para> 0939 0940 <para>The Color Tablet shows the current foreground color as a square on top 0941 of another square representing the current background color. When drawing 0942 with the &LMB;, the foreground color is used, and when drawing with the 0943 &RMB; the background color is used (except for the <link 0944 linkend="tool-erasers">Erasers</link>). You can click on the double-ended 0945 arrow to swap the foreground and background colors. </para> 0946 0947 <para>The Color Palette shows a selection of colors for you to choose 0948 from. The translucent pyramid represents the transparent color. Left-click 0949 on a color to set the foreground color and right-click on a color to set the 0950 background color. You can also drag and drop any opaque color into the Color 0951 Tablet squares. To edit a color in the Color Tablet or Palette, double-click 0952 on it. The <link linkend="tool-color-picker">Color Picker</link> tool allows 0953 you to select a color from the image. </para> 0954 0955 <para>Color Similarity allows you to work more effectively with dithered 0956 images and photos, in a comparable manner to the <quote>Magic Wand</quote> feature of other paint programs. It applies to transparent selections, as well as the 0957 <link linkend="tool-flood-fill">Flood Fill</link>, <link 0958 linkend="tool-eraser-clr">Color Eraser</link> and <link 0959 linkend="image-autocrop">Autocrop / Remove Internal Border</link> tools. Double-click on the Color 0960 Similarity Selector to choose how similar colors must be to be considered 0961 identical. When using selections in Transparent mode, any color in the 0962 selection that is similar to the background color will also be made 0963 transparent.</para> 0964 0965 <para> 0966 <inlinemediaobject> 0967 <imageobject> 0968 <imagedata fileref="fill_color_similarity.png" format="PNG"/> 0969 </imageobject> 0970 </inlinemediaobject> 0971 </para> 0972 0973 <para> 0974 The left picture shows the example image. The right pictures demonstrate the use of a flood fill, with Color Similarity settings of 5%, 15% and 30%. In this example, with a Color Similarity setting of <guilabel>Exact</guilabel>, a flood fill at (80, 100) would only fill one pixel, as the surrounding pixels are similar but not identical. As Color Similarity is increased, more pixels that are similar in color are considered identical, hence the fill extends further. 0975 </para> 0976 0977 </sect1> 0978 </chapter> 0979 0980 <chapter id="view-options-chapter"> 0981 <title>View Options</title> 0982 0983 <sect1 id="view-options-section"> 0984 <title>View Options Reference</title> 0985 0986 <para><link linkend="view-zoom">Zoom incorporating the Grid</link></para> 0987 <para><link linkend="view-thumbnail">Thumbnail</link></para> 0988 0989 </sect1> 0990 0991 <sect1 id="view-zoom"> 0992 <title>Zoom incorporating the Grid</title> 0993 <para>Increase the zoom level to edit images with more precision, or reduce it to see more of the image.</para> 0994 0995 <important> 0996 <para> 0997 At zoom levels that aren't multiples of 100%, parts of the image may appear to move when the user interacts with it. Other minor redraw glitches may also occur at such zoom levels. 0998 </para> 0999 </important> 1000 1001 <para>At zoom levels of 400% or greater that are also multiples of 100%, you can <guimenuitem>Show Grid</guimenuitem> to more accurately edit individual pixels.</para> 1002 1003 <para> 1004 <inlinemediaobject> 1005 <imageobject> 1006 <imagedata fileref="tool_text.png" format="PNG"/> 1007 </imageobject> 1008 </inlinemediaobject> 1009 1010 <inlinemediaobject> 1011 <imageobject> 1012 <imagedata fileref="text_zoom_grid.png" format="PNG"/> 1013 </imageobject> 1014 </inlinemediaobject> 1015 </para> 1016 1017 <para>The first picture shows the <link linkend="tool-text">Text</link> tool icon, while the latter shows it at 600% zoom with the grid on.</para> 1018 1019 <tip> 1020 <para> 1021 Another way of zooming when not drawing is to scroll the <mousebutton>wheel</mousebutton> while holding &Ctrl;. 1022 </para> 1023 </tip> 1024 1025 </sect1> 1026 1027 <sect1 id="view-thumbnail"> 1028 <title>Thumbnail</title> 1029 <para> 1030 <inlinemediaobject> 1031 <imageobject> 1032 <imagedata fileref="view_thumbnails.png" format="PNG"/> 1033 </imageobject> 1034 </inlinemediaobject> 1035 </para> 1036 <para> 1037 If <guimenuitem>Zoomed Thumbnail Mode</guimenuitem> is selected, the entire image is displayed, scaled as required to fit the thumbnail window (top-right picture). 1038 </para> 1039 <para> 1040 Otherwise, the thumbnail displays as much of the image as possible, starting from the top-left of the main view (bottom-right picture). 1041 </para> 1042 </sect1> 1043 1044 </chapter> 1045 1046 <chapter id="image-effects-chapter"> 1047 <title>Image Effects</title> 1048 1049 <sect1 id="image-effects-section"> 1050 <title>Image Effects Reference</title> 1051 <para><link linkend="image-autocrop">Autocrop / Remove Internal Border</link></para> 1052 <para><link linkend="image-balance">Balance</link></para> 1053 <para><link linkend="image-clear">Clear</link></para> 1054 <para><link linkend="image-emboss">Emboss</link></para> 1055 <para><link linkend="image-flatten">Flatten</link></para> 1056 <para><link linkend="image-flip">Flip (upside down)</link></para> 1057 <para><link linkend="image-invert">Invert</link></para> 1058 <para><link linkend="image-reduce-colors">Reduce Colors</link></para> 1059 <para><link linkend="image-grayscale">Reduce to Grayscale</link></para> 1060 <para><link linkend="image-monochrome">Reduce to Monochrome (Dithered)</link></para> 1061 <para><link linkend="image-mirror">Mirror (horizontally)</link></para> 1062 <para><link linkend="image-resize-scale">Resize / Scale</link></para> 1063 <para><link linkend="image-rotate">Rotate</link></para> 1064 <para><link linkend="image-set-as-image">Set as Image (Crop)</link></para> 1065 <para><link linkend="image-skew">Skew</link></para> 1066 <para><link linkend="image-soften-sharpen">Soften & Sharpen</link></para> 1067 <para><link linkend="image-more-effects">More Effects</link></para> 1068 <para><link linkend="image-notes">Notes</link></para> 1069 </sect1> 1070 1071 <sect1 id="image-autocrop"> 1072 <title>Autocrop / Remove Internal Border</title> 1073 1074 <para>This automatically removes the border of an image or selection. Use 1075 Autocrop if you have a figure that does not fill the entire image or selection and you 1076 wish to remove the excess whitespace. To use this feature with a dithered 1077 image border, you will also need to use <link linkend="color-box">Color 1078 Similarity</link>.</para> 1079 1080 </sect1> 1081 1082 <sect1 id="image-balance"> 1083 <title>Balance</title> 1084 1085 <para> 1086 This feature is accessible from the <link linkend="image-more-effects">More Effects</link> dialog. 1087 </para> 1088 <para> 1089 <inlinemediaobject> 1090 <imageobject> 1091 <imagedata fileref="image_balance.png" format="PNG"/> 1092 </imageobject> 1093 </inlinemediaobject> 1094 </para> 1095 1096 <para>This allows you to set the brightness, contrast and gamma of the image or selection. 1097 </para> 1098 1099 <note> 1100 <para> 1101 The more common measure of gamma (a decimal from 0.10 to 10.00) is located between the 1102 <guilabel>Gamma</guilabel> spinbox and the <guibutton>Reset</guibutton> button. 1103 </para> 1104 </note> 1105 </sect1> 1106 1107 <sect1 id="image-clear"> 1108 <title>Clear</title> 1109 1110 <para>This fills the entire image or selection with the background 1111 color.</para> 1112 1113 <tip> 1114 <para>Double-click on the <link linkend="tool-eraser-std">Eraser</link> 1115 icon to clear the entire image.</para> 1116 </tip> 1117 1118 </sect1> 1119 1120 <sect1 id="image-emboss"> 1121 <title>Emboss</title> 1122 1123 <para> 1124 This feature is accessible from the <link linkend="image-more-effects">More Effects</link> dialog. 1125 </para> 1126 <para> 1127 <inlinemediaobject> 1128 <imageobject> 1129 <imagedata fileref="image_emboss.png" format="PNG"/> 1130 </imageobject> 1131 </inlinemediaobject> 1132 </para> 1133 1134 <para> 1135 Check <guilabel>Enable</guilabel> to apply the Emboss effect. This emphasises the edges and gives the 1136 image or selection an "engraved look". 1137 </para> 1138 </sect1> 1139 1140 <sect1 id="image-flatten"> 1141 <title>Flatten</title> 1142 1143 <para> 1144 This feature is accessible from the <link linkend="image-more-effects">More Effects</link> dialog. 1145 </para> 1146 <para> 1147 <inlinemediaobject> 1148 <imageobject> 1149 <imagedata fileref="image_flatten.png" format="PNG"/> 1150 </imageobject> 1151 </inlinemediaobject> 1152 </para> 1153 1154 <para> 1155 This recolors the image with varying shades of the two selected colors. 1156 </para> 1157 </sect1> 1158 1159 <sect1 id="image-flip"> 1160 <title>Flip (upside down)</title> 1161 1162 <para>This flips the entire image or selection vertically.</para> 1163 1164 </sect1> 1165 1166 <sect1 id="image-invert"> 1167 <title>Invert</title> 1168 1169 <para> 1170 This feature is accessible from the <link linkend="image-more-effects">More Effects</link> dialog. 1171 </para> 1172 <para> 1173 <inlinemediaobject> 1174 <imageobject> 1175 <imagedata fileref="image_invert.png" format="PNG"/> 1176 </imageobject> 1177 </inlinemediaobject> 1178 </para> 1179 1180 <para>This allows you to invert one or more RGB channels in the image or selection. Select <guilabel>All</guilabel> to change a photo into a negative and vice versa. This generally looks quite funny.</para> 1181 1182 <tip> 1183 <para>To quickly invert all channels, you do not need to use this dialog. You can instead 1184 access the <guimenuitem>Invert Colors</guimenuitem> item in the <guimenu>Image</guimenu> or 1185 <guimenu>Selection</guimenu> menu. The <guimenu>Selection</guimenu> item is only displayed 1186 in the menubar if you use one of the selection tools. Additionally you can reach this action 1187 from the context menu opened with a &RMB; click in the image area. 1188 </para> 1189 </tip> 1190 1191 </sect1> 1192 1193 <sect1 id="image-mirror"> 1194 <title>Mirror (horizontally)</title> 1195 1196 <para>This mirrors the entire image or selection horizontally.</para> 1197 1198 </sect1> 1199 1200 <sect1 id="image-reduce-colors"> 1201 <title>Reduce Colors</title> 1202 1203 <para> 1204 This feature is accessible from the <link linkend="image-more-effects">More Effects</link> dialog. 1205 </para> 1206 <para> 1207 <inlinemediaobject> 1208 <imageobject> 1209 <imagedata fileref="image_reduce_colors.png" format="PNG"/> 1210 </imageobject> 1211 </inlinemediaobject> 1212 </para> 1213 1214 <para> 1215 This reduces the number of colors used by the image or selection, with or without dithering. 1216 </para> 1217 1218 <para> 1219 Dithering generally provides better quality results, however, you may wish to disable it for artistic effects; 1220 ⪚ using <guilabel>Monochrome</guilabel> instead of 1221 <guilabel>Monochrome (Dithered)</guilabel> gives a silhouette effect. 1222 </para> 1223 1224 <para> 1225 Another important distinction is that while <guilabel>Monochrome (Dithered)</guilabel> will always reduce the entire image or selection to black and white, <guilabel>Monochrome</guilabel> will do this only if the image or selection contains more than 2 colors. 1226 </para> 1227 1228 <tip> 1229 <para>For a quick, dithered monochrome image or selection, use the <link linkend="image-monochrome">Reduce to Monochrome (Dithered)</link> item of the <guimenu>Image</guimenu> or <guimenu>Selection</guimenu> menu. The <guimenu>Selection</guimenu> item is only displayed 1230 in the menubar if you use one of the selection tools. Additionally you can reach this action 1231 from the context menu opened with a &RMB; click in the image area. 1232 </para> 1233 </tip> 1234 1235 <note> 1236 <para> 1237 Changing the number of colors here has no effect on the color depth of the file format. If you want to 1238 change the color depth, you should select it in the file saving dialogs. Note that, confusingly, changing 1239 the color depth also changes the number of colors. 1240 </para> 1241 </note> 1242 </sect1> 1243 1244 <sect1 id="image-grayscale"> 1245 <title>Reduce to Grayscale</title> 1246 1247 <para> This reduces the entire image or selection to grayscale.</para> 1248 1249 </sect1> 1250 1251 <sect1 id="image-monochrome"> 1252 <title>Reduce to Monochrome (Dithered)</title> 1253 1254 <para>This reduces the entire image or selection to black and white.</para> 1255 1256 <tip> 1257 <para> 1258 If you do not want the image or selection to be dithered, use the <link linkend="image-reduce-colors"> 1259 Reduce Colors</link> dialog. 1260 </para> 1261 </tip> 1262 </sect1> 1263 1264 <sect1 id="image-resize-scale"> 1265 <title>Resize / Scale</title> 1266 1267 <para> 1268 <inlinemediaobject> 1269 <imageobject> 1270 <imagedata fileref="image_resize_scale.png" format="PNG"/> 1271 </imageobject> 1272 </inlinemediaobject> 1273 </para> 1274 1275 <para>Resizing the image changes the dimensions of the image without 1276 applying a transformation to the existing contents. Scaling the image will 1277 stretch the existing contents to the new dimensions. <guibutton>Smooth Scale</guibutton> 1278 generally provides better quality results than Scaling, by blending neighbouring colors.</para> 1279 1280 <para>You can express the new dimensions in pixels, or as a percentage of 1281 the original size. If you select <guilabel>Keep aspect ratio</guilabel>, the 1282 width and height will be scaled by the same percentage.</para> 1283 1284 <tip> 1285 <para> 1286 You can free-form <guibutton>Resize</guibutton> the entire image or <guibutton>Smooth Scale</guibutton> the selection using the corresponding handles. 1287 </para> 1288 </tip> 1289 1290 <note> 1291 <para>Only scaling is supported for selections, and only resizing is 1292 supported for text boxes. See <link linkend="image-notes">Notes</link> for 1293 additional details about applying these effects.</para> 1294 </note> 1295 </sect1> 1296 1297 <sect1 id="image-rotate"> 1298 <title>Rotate</title> 1299 1300 <para> 1301 <inlinemediaobject> 1302 <imageobject> 1303 <imagedata fileref="image_rotate.png" format="PNG"/> 1304 </imageobject> 1305 </inlinemediaobject> 1306 </para> 1307 1308 <para>This rotates the image. You can specify the angle and direction of 1309 rotation.</para> 1310 1311 <tip> 1312 <para>You can reverse the direction of rotation by specifying a negative 1313 custom angle.</para> 1314 </tip> 1315 1316 <note> 1317 <para>See <link linkend="image-notes">Notes</link> for details about 1318 applying this effect to a selection. 1319 </para> 1320 </note> 1321 </sect1> 1322 1323 <sect1 id="image-set-as-image"> 1324 <title>Set as Image (Crop)</title> 1325 1326 <para>This will set the selection as the image.</para> 1327 1328 <note> 1329 <para>This is only available when you have an active selection.</para> 1330 </note> 1331 </sect1> 1332 1333 <sect1 id="image-skew"> 1334 <title>Skew</title> 1335 1336 <para> 1337 <inlinemediaobject> 1338 <imageobject> 1339 <imagedata fileref="image_skew.png" format="PNG"/> 1340 </imageobject> 1341 </inlinemediaobject> 1342 </para> 1343 1344 <para>This skews the entire image or selection horizontally and/or 1345 vertically.</para> 1346 1347 <note> 1348 <para>See <link linkend="image-notes">Notes</link> for details about 1349 applying this effect to a selection.</para> 1350 </note> 1351 </sect1> 1352 1353 <sect1 id="image-soften-sharpen"> 1354 <title>Soften & Sharpen</title> 1355 1356 <para> 1357 This feature is accessible from the <link linkend="image-more-effects">More Effects</link> dialog. 1358 </para> 1359 <para> 1360 <inlinemediaobject> 1361 <imageobject> 1362 <imagedata fileref="image_soften_sharpen.png" format="PNG"/> 1363 </imageobject> 1364 </inlinemediaobject> 1365 </para> 1366 1367 <para> 1368 Use this effect to soften or sharpen the image. 1369 </para> 1370 </sect1> 1371 1372 <sect1 id="image-more-effects"> 1373 <!-- More Effects is left at the end because it is not part of the Image Effects Reference - if a 1374 user selects the next page, the next page should be Autocrop / Remove Internal Border. --> 1375 <title>More Effects</title> 1376 1377 <para> 1378 This dialog contains the <link linkend="image-balance">Balance</link>, 1379 <link linkend="image-emboss">Emboss</link>, <link linkend="image-flatten">Flatten</link>, 1380 <link linkend="image-invert">Invert</link>, <link linkend="image-reduce-colors">Reduce Colors</link> 1381 and <link linkend="image-soften-sharpen">Soften & Sharpen</link> features. 1382 </para> 1383 </sect1> 1384 1385 <sect1 id="image-notes"> 1386 <title>Notes</title> 1387 1388 <para><link linkend="image-resize-scale">Resizing / Scaling</link>, <link 1389 linkend="image-rotate">Rotating</link> and <link 1390 linkend="image-skew">Skewing</link> may change the dimensions of the 1391 image. You can view the new dimensions in the dialog.</para> 1392 1393 <para>If you apply these effects to an image, the image will be resized if 1394 necessary. However, if you apply these effects to a selection, the image 1395 will not be resized, even if the transformed selection does not fit.</para> 1396 1397 <para> 1398 <inlinemediaobject> 1399 <imageobject> 1400 <imagedata fileref="rotate_image_30.png" format="PNG"/> 1401 </imageobject> 1402 </inlinemediaobject> 1403 </para> 1404 1405 <para> 1406 The left image has been rotated 30 degrees clockwise to form the right image. &kolourpaint; has 1407 automatically enlarged the image to accommodate the larger contents. 1408 </para> 1409 1410 <para> 1411 <inlinemediaobject> 1412 <imageobject> 1413 <imagedata fileref="rotate_selection_30.png" format="PNG"/> 1414 </imageobject> 1415 </inlinemediaobject> 1416 </para> 1417 1418 <para> 1419 The left <emphasis>selection</emphasis> has been rotated 30 degrees clockwise to form the right 1420 selection. The image size has remained the same, hence parts of the selection will not be visible 1421 without <link linkend="image-resize-scale">Resizing</link> the <emphasis>image</emphasis>. 1422 </para> 1423 </sect1> 1424 1425 </chapter> 1426 1427 <chapter id="credits"> 1428 <title>Credits and License</title> 1429 <epigraph> 1430 <attribution>Carl Tucker</attribution> 1431 <para> 1432 It might not be concise documentation; it might not be complete documentation; but it is 1433 honest documentation. 1434 </para> 1435 </epigraph> 1436 1437 <para> 1438 &kolourpaint; 1439 </para> 1440 <para>Program Copyright © 2003, 2004, 2005 &Clarence.Dang; &Clarence.Dang.mail;</para> 1441 1442 <para> 1443 &kolourpaint;-specific icons Copyright © 2004, 2005 1444 Kristof Borrey <email>borrey@kde.org</email>, 1445 Nuno Pinheiro <email>nf.pinheiro@gmail.com</email>, 1446 &Danny.Allen; <email>dannya40uk@yahoo.co.uk</email> 1447 </para> 1448 1449 <para>Documentation and additional documentation artwork Copyright © 2004, 2005 1450 &Thurston.Dang; &Thurston.Dang.mail;</para> 1451 1452 <para>Portions reproduced with permission from <ulink 1453 url="http://kolourpaint.sourceforge.net/"></ulink>.</para> 1454 1455 <!-- TRANS:CREDIT_FOR_TRANSLATORS --> 1456 1457 &underFDL; 1458 1459 <para>This program is licensed as follows:</para> 1460 1461 <para>Copyright © 2003, 2004, 2005 &Clarence.Dang; &Clarence.Dang.mail;</para> 1462 1463 <literallayout> 1464 All rights reserved. 1465 1466 1467 Redistribution and use in source and binary forms, with or without 1468 modification, are permitted provided that the following conditions 1469 are met: 1470 1471 1. Redistributions of source code must retain the above copyright 1472 notice, this list of conditions and the following disclaimer. 1473 1474 2. Redistributions in binary form must reproduce the above copyright 1475 notice, this list of conditions and the following disclaimer in the 1476 documentation and/or other materials provided with the distribution. 1477 1478 1479 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 1480 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 1481 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 1482 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 1483 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 1484 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 1485 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 1486 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 1487 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 1488 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1489 </literallayout> 1490 </chapter> 1491 1492 &documentation.index; 1493 </book> 1494 1495 <!-- 1496 Local Variables: 1497 mode: xml 1498 sgml-minimize-attributes:nil 1499 sgml-general-insert-case:lower 1500 sgml-indent-step:0 1501 sgml-indent-data:nil 1502 End: 1503 1504 vim:tabstop=2:shiftwidth=2:expandtab 1505 -->