1
0
Fork 0
mirror of https://github.com/NaN-tic/nanscan.git synced 2023-12-14 03:12:57 +01:00
Commit graph

15 commits

Author SHA1 Message Date
unknown ce112dfd02 Added scandialog. 2008-06-22 12:42:41 +02:00
Albert Cervera i Areny 243ab2e684 Added duplex capabilities to Twain backend. 2008-06-15 18:57:02 +02:00
Albert Cervera i Areny b9ef19a44d Set proper resolution in scanned images (QImage). 2008-06-15 17:25:36 +02:00
Albert Cervera i Areny 6fbe42e63c Fixed Trigram implementation. 2008-06-15 11:17:32 +02:00
Albert Cervera i Areny b0320e055d Added our own trigram implementation. Now it's used in recognizer.
Recognizer usage of trigram still untested but should most possibly work.
2008-06-13 20:31:14 +02:00
Albert Cervera i Areny 6cb2c3b1bd Added __init__.py file needed for backends submodule.
Some fixes in sane backend, not working yet due to
a sane segfault (which also happens in sane examples).
2008-05-24 01:40:11 +02:00
unknown 6805ba78e7 Merge branch 'master' of ssh://albert@192.168.1.2/home/albert/d/git/nanscan 2008-05-24 01:12:09 +02:00
unknown 79db4254bb Add missing backends/common.py 2008-05-24 01:10:48 +02:00
Albert Cervera i Areny 44618101d5 Revert "Commit windows merge with twain backend working."
This reverts commit 1326a5cf02.
2008-05-24 01:09:54 +02:00
Albert Cervera i Areny 1326a5cf02 Commit windows merge with twain backend working. 2008-05-24 01:08:09 +02:00
unknown cd6559cb30 nanscan scanning module working on windows. twain.pyd
(twain python wrapper) has been added to the repository
so it's easier to deploy.

Basically it's meant merging scanner module done for the
ktiny plugin into nanscan which still has to be tested
with its sane backend on linux.
2008-05-24 01:04:29 +02:00
Albert Cervera i Areny dca04721f4 Initial scanner support. Nothing working yet.
Created:
- Generic scanner.py which delegates to backends depending on platform
- Initial sane backend more or less created but nothing tested yet
  waiting for twain merge.
2008-05-24 00:16:28 +02:00
Albert Cervera i Areny d965700280 Added change-resolution.py utility application. 2008-05-12 21:42:24 +02:00
Albert Cervera i Areny 7bca063e2e Now we work with millimeters instead of pixels. This should
allow us work with images scanned at different resolutions.
2008-05-12 17:55:51 +02:00
Albert Cervera i Areny 32bb3f1aa8 Initial commit of nanscan library. 2008-05-12 12:01:22 +02:00