diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /krita/design.h | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'krita/design.h')
-rw-r--r-- | krita/design.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/krita/design.h b/krita/design.h new file mode 100644 index 00000000..2f7db402 --- /dev/null +++ b/krita/design.h @@ -0,0 +1,27 @@ +/** + @mainpage Krita Image manipulation and paint application + + Krita is an advanced and modular paint and image manipulation + application. + + Krita is built around two core libraries: kritacolor and kritaimage. + + The kritacolor library abstracts colorspaces and color + transformations. Colorspaces provide functions to manipulate pixels. The + kritcolor library loads colorspace plugins to extend the range of + available colorspaces. + + The kritaimage library abstracts the storage, creation, inspection + and manipulation of pixels stored in a rectangular area. It provides + layers, filters, iterators and painters. Filters and paint operations + are provided as service plugins loaded through the appropriate trader + queries. + + Both libraries are used by the user interface, which is a KOffice + part. the user interface loads tools and other plugins. + + */ +#ifndef DESIGN +#define DESIGN +// Let's keep icefox.net/kde/tests.headerincluded_koffice.html happy +#endif
\ No newline at end of file |