Simple scan in Ubuntu 10.10 does not scan in black and white at all.
Bug #659536 reported by
Jürgen Römer
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Simple Scan |
Fix Released
|
Low
|
Unassigned | ||
simple-scan (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
Maverick |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Impact: Text scans performed using proprietary brother3 driver result in a color scan
Resolution: Upstream code change (patch in comments below)
To reproduce:
1. Open simple-scan
2. Connect suitable scanner that uses this driver
3. Select Text from drop down menu beside scan button
4. Click scan
Expected result: A black and white image is shown, that scan is fast
Observed result: A color scan is shown
Simple scan changed from doing lineart scans in text mode to grayscale. brother3 driver does not use standard names for grayscale mode (as observed in attached log). brother3 mode added to list of modes that simple-scan tries.
Changed in simple-scan: | |
status: | New → Fix Released |
importance: | Undecided → Low |
tags: |
added: verification-done removed: verification-needed |
To post a comment you must log in.
Thanks for the bug report.
Simple Scan didn't know how to set the scan in grayscale mode, could you please run the following commands and attach the results:
$ scanimage -mode "Gray[Error Diffusion]" > page1.pnm
$ scanimage -mode "True Gray" > page2.pnm