blob: f0ea21a4356b5447fa41113da248791feb5eaa71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
In this file:
* About kdegraphics
* Common Mistakes
* Debugging
* More Info
About kdegraphics
-----------------
kdegraphics is a collection of graphic oriented applications:
* debian
Files needed to create Debian packages.
* doc
XML based documentation for the programs.
* kamera
Digital camera io_slave for Konqueror. Together gPhoto this allows you
to access your camera's picture with the URL kamera:/
* kcoloredit
Contains two programs: a color value editor and also a color picker.
* kdvi
Program (and embeddable KPart) to display *.DVI files from TeX.
* kfax
A program to display raw and tiffed fax images (g3, g3-2d, g4).
* kfaxview
An embeddable KPart to display tiffed fax images.
* kfile-plugins
Provide meta information for graphic files.
* kghostview
Program (and embeddable KPart) to display *.pdf and *.ps
* kiconedit
An icon editor.
* kmrml
Connects to a MRML server and find similar images
* kooka
A raster image scan program, based on SANE and libkscan.
* kolourpaint
An easy-to-use paint program designed for everyday tasks like drawing
simple diagrams/logos/icons and editing screenshots.
* kpovmodeler
Program to enter scenes for the 3D rendering engine PovRay.
* kruler
A ruler in inch, centimeter and pixel to check distances on the screen.
* ksnapshot
Make snapshots of the screen contents.
* kuickshow
Fast and comfortable imageviewer.
* kview
Picture viewer, provided as standalone program and embeddable KPart.
* kviewshell
Generic framework for viewer applications.
* libkscan
Library to access scanners used by kooka (and koffice), needs SANE to be
used
Common Mistakes
---------------
If configure claims Qt cannot be found, have a look at http://www.trolltech.com
to get a copy of latest Qt 3.3.x version.
Debugging
---------
You can use --enable-debug with the configure script, if you want to have
debug code in your KDE apps and libs. This will ensure useful and more
verbose backtraces, but will require a lot more disk space.
More Info
---------
Please direct any bug reports to our bug list by visiting
http://bugs.kde.org.
General KDE discussions should go to the KDE mailing list (kde@kde.org).
|