kde-extraapps/kolourpaint
Ivailo Monev e166af4e02 generic: replace forward declarations with headers inclusions
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-05-23 00:08:45 +00:00
..
commands generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
cursors generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
dialogs generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
document generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
environments generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
generic generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
imagelib generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
layers generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
lgpl generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
mainWindow generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
patches import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
pics generic: optimize png images with optipng 2015-07-26 23:49:06 +03:00
pixmapfx generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
tests generic: optimize png images with optipng 2015-07-26 23:49:06 +03:00
tools generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
views generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
widgets generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
.krazy import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
AUTHORS import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
BUGS import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
CMakeLists.txt generic: build system cleanups 2016-04-06 12:26:19 +00:00
COPYING import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
COPYING.DOC import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
COPYING.LIB import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
gen_cmake_include_dirs import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
gen_cmake_srcs import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
kolourpaint.appdata.xml import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
kolourpaint.cpp generic: misc cleanups 2016-03-10 18:37:37 +00:00
kolourpaint.desktop generic: adjust to webp MIME type change 2015-11-05 03:47:26 +02:00
kolourpaintui.rc import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
kpDefs.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
kpThumbnail.cpp generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
kpThumbnail.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
kpViewScrollableContainer.cpp generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
kpViewScrollableContainer.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
Messages.sh import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
NEWS import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
README import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
stamp import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
VERSION import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00

KolourPaint Version 4.0.0 BETA (KDE 4.0.0 Release Frozen 2007-10-26)
http://www.kolourpaint.org/

Copyright (c) 2003-2007 Clarence Dang <dang@kde.org>


For licensing and warranty information, read COPYING.
For known problems with this release of KolourPaint, read BUGS.
For what changes have been made, read NEWS.
For developer information, checkout branches/kolourpaint/control/.
For general information, read this file (README):


1. What is KolourPaint?
=======================

KolourPaint is a free, easy-to-use paint program for KDE.

It aims to be conceptually simple to understand; providing a level of
functionality targeted towards the average user.  It's designed for daily
tasks like:

* Painting - drawing diagrams and "finger painting"
* Image Manipulation - editing screenshots and photos; applying effects
* Icon Editing - drawing clipart and logos with transparency

It's not an unusable and monolithic program where simple tasks like drawing
lines become near impossible.  Nor is it so simple that it lacks essential
features like Undo/Redo.

KolourPaint is opensource software written in C++ using the Qt and KDE
libraries.


2. Features
===========

* Undo/Redo Support (10-500 levels of history depending on memory usage)

* Tools (single key shortcuts available for all tools)
  - Brush, Color Eraser, Color Picker, Connected Lines a.k.a. Polyline
  - Curve, Ellipse, Eraser, Flood Fill, Line, Pen, Polygon, Rectangle
  - Rounded Rectangle, Spraycan, Text, Zoom

* Selections (fully undo- and redo-able)
  - Rectangular, Elliptical, Free-Form shapes
  - Choice between Opaque and Transparent selections
  - Full Clipboard/Edit Menu support
  - Freehand resizeable

* Configurable Color Palette

* Color Similarity means that you can fill regions in dithered images and
  photos

* Transparency
  - Draw transparent icons and logos on a checkerboard background
  - All tools can draw in the "Transparent Color"

* Image Effects
  - Autocrop / Remove Internal Border
  - Balance (Brightness, Contrast, Gamma)
  - Clear, Emboss, Flatten, Flip, Histogram Equalizer
  - Hue, Saturation, Value
  - Invert (with choice of channels)
  - Reduce Colors, Reduce to Grayscale, Resize, Rotate
  - Scale, Set as Image (Crop), Skew, Smooth Scale, Soften & Sharpen

* Close-up Editing
  - Zoom (from 0.01x to 16x)
  - Grid
  - Thumbnail

* File Operations
  - Open/Save in all file formats provided by KImageIO
    (PNG, JPEG, BMP, ICO, PCX, TIFF,...) with preview
  - Print, Print Preview
  - Mail
  - Set as Wallpaper


3. Updates & More Information
=============================

Visit: http://www.kolourpaint.org/


4. Support
==========

Visit: http://www.kolourpaint.org/

If you have any questions about compiling, installing or using KolourPaint,
don't be afraid to contact us.  We try to support all versions of
KolourPaint and even issues with 3rd party binary packages.


5. Feedback
===========

Please send bug reports and feature requests to http://bugs.kde.org/.
Don't hesitate to report bugs nor hesitate to send us your wishes -- it
provides valuable feedback that will help to improve future versions of
KolourPaint and you will not receive flames for reporting duplicates.