Sorry, initial tests suggest we still have this problem.
The following test:
scanimage -x 10mm -y 10mm > out-4-1.pnm
now generates a file 4596 bytes long.
The header of the file (33 bytes) is:
P6
# SANE data follows
39 40
255
Which indicates a 39x40 image. I calculate this should be 39*40*3 + 33 bytes
which is 4713 bytes.
David
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com