• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

commands/H27-Feb-2022-8,4724,002

cursors/H27-Feb-2022-265101

dialogs/H27-Feb-2022-4,2512,537

doc/H03-May-2022-1,5061,248

document/H27-Feb-2022-2,6301,425

environments/H27-Feb-2022-1,336561

generic/H27-Feb-2022-499124

imagelib/H27-Feb-2022-6,2703,366

layers/H27-Feb-2022-5,2432,552

lgpl/generic/H03-May-2022-1,651880

mainWindow/H27-Feb-2022-8,8335,564

patches/H27-Feb-2022-299267

pics/H03-May-2022-

pixmapfx/H27-Feb-2022-1,349701

po/H01-Mar-2022-188,172157,315

scan/H27-Feb-2022-18795

tests/H03-May-2022-

tools/H27-Feb-2022-14,1037,019

views/H27-Feb-2022-4,8152,424

widgets/H27-Feb-2022-10,6655,674

.gitignoreH A D27-Feb-2022232 2322

.gitlab-ci.ymlH A D27-Feb-2022252 75

.kde-ci.ymlH A D27-Feb-2022462 1614

.krazyH A D27-Feb-202219 21

AUTHORSH A D27-Feb-2022632 3925

BUGSH A D27-Feb-20225.4 KiB13993

COPYINGH A D27-Feb-20225.6 KiB140105

COPYING.DOCH A D27-Feb-202219.9 KiB398328

ChangeLogH A D27-Feb-2022216 94

Messages.shH A D27-Feb-2022145 42

NEWSH A D27-Feb-202216.6 KiB387320

README.mdH A D27-Feb-20223 KiB10572

gen_cmake_include_dirsH A D27-Feb-2022271 84

gen_cmake_srcsH A D27-Feb-2022195 84

kolourpaint.cppH A D27-Feb-20225.2 KiB13983

kolourpaint.qrcH A D27-Feb-20221.2 KiB2019

kolourpaintui.rcH A D27-Feb-20227.4 KiB229153

kpDefs.hH A D27-Feb-20224.6 KiB13961

kpLogCategories.cppH A D27-Feb-20222 KiB4213

kpLogCategories.hH A D27-Feb-20221.9 KiB4716

kpThumbnail.cppH A D27-Feb-20224.3 KiB184103

kpThumbnail.hH A D27-Feb-20222.1 KiB7731

kpViewScrollableContainer.cppH A D27-Feb-202233 KiB1,206784

kpViewScrollableContainer.hH A D27-Feb-20225.7 KiB214128

org.kde.kolourpaint.appdata.xmlH A D27-Feb-202229 KiB402401

org.kde.kolourpaint.desktopH A D27-Feb-20227.5 KiB202195

README.md

1
2http://www.kolourpaint.org/
3
4Copyright (c) 2003-2007 Clarence Dang <dang@kde.org>
5
6
7For licensing and warranty information, read COPYING.
8For known problems with this release of KolourPaint, read BUGS.
9For what changes have been made, read NEWS.
10For developer information, checkout branches/kolourpaint/control/.
11For general information, read this file (README):
12
13
14What is KolourPaint?
15====================
16
17KolourPaint is a free, easy-to-use paint program by KDE.
18
19It aims to be conceptually simple to understand; providing a level of
20functionality targeted towards the average user.  It's designed for daily
21tasks like:
22
23* Painting - drawing diagrams and "finger painting"
24* Image Manipulation - editing screenshots and photos; applying effects
25* Icon Editing - drawing clipart and logos with transparency
26
27It's not an unusable and monolithic program where simple tasks like drawing
28lines become near impossible.  Nor is it so simple that it lacks essential
29features like Undo/Redo.
30
31KolourPaint is opensource software written in C++ using the Qt and KDE
32libraries.
33
34
35Features
36========
37
38* Undo/Redo Support (10-500 levels of history depending on memory usage)
39
40* Tools (single key shortcuts available for all tools)
41  - Brush, Color Eraser, Color Picker, Connected Lines a.k.a. Polyline
42  - Curve, Ellipse, Eraser, Flood Fill, Line, Pen, Polygon, Rectangle
43  - Rounded Rectangle, Spraycan, Text, Zoom
44
45* Selections (fully undo- and redo-able)
46  - Rectangular, Elliptical, Free-Form shapes
47  - Choice between Opaque and Transparent selections
48  - Full Clipboard/Edit Menu support
49  - Freehand resizeable
50
51* Configurable Color Palette
52
53* Color Similarity means that you can fill regions in dithered images and
54  photos
55
56* Transparency
57  - Draw transparent icons and logos on a checkerboard background
58  - All tools can draw in the "Transparent Color"
59
60* Image Effects
61  - Autocrop / Remove Internal Border
62  - Balance (Brightness, Contrast, Gamma)
63  - Clear, Emboss, Flatten, Flip, Histogram Equalizer
64  - Hue, Saturation, Value
65  - Invert (with choice of channels)
66  - Reduce Colors, Reduce to Grayscale, Resize, Rotate
67  - Scale, Set as Image (Crop), Skew, Smooth Scale, Soften & Sharpen
68
69* Close-up Editing
70  - Zoom (from 0.01x to 16x)
71  - Grid
72  - Thumbnail
73
74* File Operations
75  - Open/Save in all file formats provided by KImageIO
76    (PNG, JPEG, BMP, ICO, PCX, TIFF,...) with preview
77  - Print, Print Preview
78  - Mail
79  - Set as Wallpaper
80
81
82Updates & More Information
83==========================
84
85Visit: http://www.kolourpaint.org/
86
87
88Support
89=======
90
91Visit: http://www.kolourpaint.org/
92
93If you have any questions about compiling, installing or using KolourPaint,
94don't be afraid to contact us.  We try to support all versions of
95KolourPaint and even issues with 3rd party binary packages.
96
97
98Feedback
99========
100
101Please send bug reports and feature requests to http://bugs.kde.org/.
102Don't hesitate to report bugs nor hesitate to send us your wishes -- it
103provides valuable feedback that will help to improve future versions of
104KolourPaint and you will not receive flames for reporting duplicates.
105