kopia lustrzana https://gitlab.com/sane-project/backends
2000-09-18 Henning Meier-Geinitz <hmg@gmx.de>
* README: Removed comment about xscanimage error message. Added comment about find-scanner (may find scanners not supported by SANE). * tools/README: Added comment about find-scanner and some lines about sane-desc.el and sane-config. * tools/find-scanner.c: Added comment about scanners not supported by SANE. Removed some warnings. * TODO LEVEL2: Removed xscanimage error comment from TODO and moved ideas for SANE 2.0 from TODO to LEVEL2.DEVEL_2_0_BRANCH-1
rodzic
a2ce79ccf8
commit
f701767a55
26
TODO
26
TODO
|
@ -1,4 +1,4 @@
|
|||
TODO (2000-09-16)
|
||||
TODO (2000-09-17)
|
||||
|
||||
******** todo ********
|
||||
|
||||
|
@ -81,14 +81,11 @@ frontends
|
|||
* xcam: add dithering and support for SANE depths other than 8 bit (test
|
||||
with Mustek backend, for example)
|
||||
|
||||
* xcam: add recording feature (e.g., GIF, JPG, or MPEG)
|
||||
* xcam: add recording feature (e.g., GIF, JPG, or MPEG)
|
||||
|
||||
* dll: make it robust against against it being listed in the configuration
|
||||
file (currently bad things will happen if dll attempts to load itself)
|
||||
* dll: make it robust against against it being listed in the configuration
|
||||
file (currently bad things will happen if dll attempts to load itself)
|
||||
|
||||
* xscanimage: Fix "Gtk-CRITICAL **: file gtkmain.c: line 534 ..." bug
|
||||
when no SANE devices found
|
||||
|
||||
sanei
|
||||
-----
|
||||
* don't install sanei_* headers (?)
|
||||
|
@ -112,18 +109,6 @@ misc
|
|||
|
||||
* remove compiler warnings (>400 warnings even in disable-warning mode!)
|
||||
|
||||
* Update LEVEL2 file. Ideas:
|
||||
- add support for buttons etc. on the scanner/camera
|
||||
- Change of the version number system (the current standard version
|
||||
system is not really used in the SANE distribution).
|
||||
- add more frame types
|
||||
- add alpha channel so that RGBI scanners like Nikon LS-20 can
|
||||
send infra-red info back to gimp for post-processing
|
||||
- Might be nice if arbitrarily defined multiple channels, were possible.
|
||||
Some way of indicating the number of channels possible, and some
|
||||
details (wavelength, bandwidth, ...)
|
||||
- (see sane-devel archive for more ideas)
|
||||
|
||||
* Test SANE on different os/platforms, fix possible compilation problems
|
||||
Test methods: scanimage -d pnm:0 --filename=file.pnm -T
|
||||
scanimage -d net:localhost:pnm:0 --filename=file.pnm -T
|
||||
|
@ -148,6 +133,9 @@ misc
|
|||
|
||||
******** done ********
|
||||
|
||||
* Update LEVEL2 file. Ideas:
|
||||
* xscanimage: Fix "Gtk-CRITICAL **: file gtkmain.c: line 534 ..." bug
|
||||
when no SANE devices found
|
||||
+ PREVIEW: maybe there should be an option to limit the preview
|
||||
scan to the selected area? YES => this will also make it easier
|
||||
to avoid the scan area selection to get confused when the user
|
||||
|
|
Ładowanie…
Reference in New Issue