Copyright © 2001, 2002 Pamela Roberts
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".
This document describes KPaint version 0.6.2 using KDE 3.0.0
Table of Contents
When you start KPaint you will be presented with a blank canvas. If you are starting work on a new image make sure that the canvas is the right size first, this can be adjusted with the Image->Resize... dialog box.
Or you can load an existing image file by selecting File->Open... .
Drawing lines or shapes is done by selecting the type of line or shape that you want from the Toolbar icons or the Tools menu and using the left mouse button or right mouse button to do the drawing. The colors used by the left and right mouse buttons can be changed by left clicking on the small pads shown in the right hand Toolbar menu (the one showing a small version of the image).
The thickness and style of lines can be adjusted with the Tools->Tool Properties... dialog box.
You can select part of the image by choosing the Area Select tool and defining the area by dragging the mouse with the left mouse button held down. Once you have done this, you can Copy or Cut the area and Paste it anywhere else or erase it by just choosing Cut You can also create a new image containing only the copied area from the original by choosing Edit ->Paste Image.
If you have modified an existing image and want to save it with the same file name, use File->Save .
To save a new image, or to save an existing one with a different file name and possibly a different image format, choose File ->Save As... which will bring up KDE's common Save As dialog. Enter the new file name into the Location: text box and press the Save button. The filename you enter must include a suitable extension to define the saved file format.
Start a new image. If an image is currently being displayed, a new instance of KPaint will be opened for the new image.
Open an image file. If a image is currently being displayed, another instance of KPaint will be opened to show the new one.
Save a modified image without changing its name or image format. If the image has not been previously saved, KPaint will open the Save As dialog for you to enter a suitable file name and extension.
Save an image with a new file name. You must give the file name a suitable extension to define the image format in which you want it to be saved.
Cancel any changes you may have made since you last saved the image.
Close the current image without quitting KPaint.
Quit KPaint.
Delete the area you have selected with the Area Select option.
Copy the area you have selected with the Area Select option.
Paste the area you have just cut or copied into the image.
Create a new image in a new KPaint window containing the area you have just cut or copied.
Open a dialog box that lets you select line width and style.
Draw an ellipse.
Draw a circle.
Use the cursor like a pen for freehand drawing.
Draw a straight line.
Draw a rectangle.
Draw a rectangle with rounded corners.
Use the spray can.
Insert text where you click the left mouse button.
Select an area for a Cut or Copy operation.
Gives you some information about the image.
Lets you change the size of the image.
Lets you change the color palette, but only for certain image formats.
Lets you change the color depth (number of bits per pixel), but only for certain image formats.
View this manual.
This feature is not implemented in the current version of KPaint.
Use this to report any bugs you may find with KPaint.
Use this to see the version number of KPaint as well as brief information about the program authors, copyright and license agreement.
To view brief information about the K Desktop Environment.
KPaint
Program copyright 1996-2001:
Richard J. Moore <rich@kde.org> (maintainer)
Robert Williams <rwilliams@jrcmaui.com>
Mario Weilguni <mweilguni@kde.org>
Christian Oppel <uzs84g@uni-bonn.de>
John Califf <jcaliff@compuzone.net>
Laurent Montel <lmontel@mandrakesoft.com>
Documentation copyright 2001-2002 Pamela Roberts <pamroberts@blueyonder.co.uk>
This documentation is licensed under the terms of the GNU Free Documentation License.
This program is licensed under the terms of the GNU General Public License.
KPaint is part of the K Desktop Environment (KDE) project, details of which can be found at http://www.kde.org.
To see if a later version of KPaint has been released, you can take a look in http://apps.kde.com.
Most distributions will include KPaint, but if you want to roll your own the source code can be found in the Kdegraphics package on ftp://ftp.kde.org/pub/kde/, the main ftp site of the KDE project.
To compile and install KPaint on your system, as root type the following in the directory where you saved the KPaint source code:
% ./configure % make % make install
Since KPaint uses autoconf and automake you should not have any trouble compiling it. But if you do run into problems please report them to the KDE mailing lists.