diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-03-10 02:28:47 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-03-10 02:28:47 +0000 |
commit | 04297ec9259407be73c2fbbc539812198952ab33 (patch) | |
tree | 3b7e80ff6ddcabd7a5bbb2f8796dfbc2942f75f2 | |
parent | af13710309c6dd0e6ac67e670bd8db990fa5e4a4 (diff) |
stuff about halftone
-rw-r--r-- | sys/scsi/README.ss | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sys/scsi/README.ss b/sys/scsi/README.ss index d88bd836b21..c582d02799a 100644 --- a/sys/scsi/README.ss +++ b/sys/scsi/README.ss @@ -1,4 +1,4 @@ -$OpenBSD: README.ss,v 1.2 1997/03/08 21:23:42 kstailey Exp $ +$OpenBSD: README.ss,v 1.3 1997/03/10 02:28:46 kstailey Exp $ If you think SCSI tape drives are quirky you haven't seen anything. @@ -31,3 +31,14 @@ use MODE_SELECT and not SET_WINDOW to send parameter data. However it is possible that too much code was farmed out to ss_mustek.c; it may be that common code for ssread() in ss.c could be used. +Other Considerations + +The image data from the scanner driver is currently supposed to resemble +headerless PBM "rawbits". Depending on this is probably a bad idea +especially because it cannot always be attained. The Fujutisu M3096G +grayscale data is photo-negative with repect to PBM and this cannot be +changed. It would be better to extend the ioctl() interface to be able +to describe the kind of data that is available. + +Halftone control of scanners is missing, save for one pre-defined +selection. This also should be in the ioctl() interface. |