diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-26 00:41:16 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-26 00:41:16 +0000 |
commit | 698569f8428ca088f764d704034a1330517b98c0 (patch) | |
tree | bf45be6946ebbbee9cce5a5bcf838f4c952d87e6 /chalk/design.h | |
parent | 2785103a6bd4de55bd26d79e34d0fdd4b329a73a (diff) | |
download | koffice-698569f8428ca088f764d704034a1330517b98c0.tar.gz koffice-698569f8428ca088f764d704034a1330517b98c0.zip |
Finish rebranding of Krita as Chalk
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238363 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'chalk/design.h')
-rw-r--r-- | chalk/design.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/chalk/design.h b/chalk/design.h new file mode 100644 index 00000000..e4317fd8 --- /dev/null +++ b/chalk/design.h @@ -0,0 +1,27 @@ +/** + @mainpage Chalk Image manipulation and paint application + + Chalk is an advanced and modular paint and image manipulation + application. + + Chalk is built around two core libraries: chalkcolor and chalkimage. + + The chalkcolor 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 chalkimage 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 |