compile
[kdegraphics.git] / libs / libksane / TODO
blob82c5b10a1aff3152564053805a09dacbce7762b8
1 TODO list to be more KDE compliant:
3 TODO list of new features:
5 * Progressive final scan: scan can provide huge image especially in 16 bits color depth.
6 Send image data to host application by block, not the whole image at once.
7 * Use QGraphicsView for the preview (check Darkroom implementation)
8 * Test the batch scanning.
9 * Be more verbose about errors (why did sane_open fail...)
10 * Rework Scanner selection dialog.
11 * Added methods to get strings info from scanner device to be hosted later in
12   image metadata (dpi, color mode, etc)
13 * Move the scan reading to a thread to get a more responcive UI.