Problem on getting ICAP_XRESOLUTION
Brought to you by:
kevin_gill
I have a problem getting resolutions from scanner. This is the command and the results:
>>> scanner.GetCapability(twain.ICAP_XRESOLUTION)
(7, (0, 0, [100.0, 0.51200000000000001, 0.20000000000000001, -14336.0, 200.0, 0.11264, 0.29999999999999999, 11264.1, 300.0, 1.3686400000000001]))
It seems that value is not read in the correct mode.
Any hint?