Scanner Access from Java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Scanner Access from Java

Johannes Hermen
As there are a lot of Java/Imageing/OpenSource developers here,

Has anyone tried to access a Scanner (these normal Flat-bed Consumer ones
via Twain) from Java?
Are there any free available libs/APIs? How is the Compatibility with
WinXP/Vista/Win7/OS-X?

greets

        Johannes

-----------------------------------------------------------------
Johannes Hermen  -  Ingenieur de Recherche
[hidden email]
-----------------------------------------------------------------
CRP Henri Tudor  http://www.santec.tudor.lu
29, Avenue John F. Kennedy
L-1855 Luxembourg
-----------------------------------------------------------------
Reply | Threaded
Open this post in threaded view
|

Re: Scanner Access from Java

Gabriel Landini
On Friday 08 Jan 2010  09:04:26 you wrote:
> Has anyone tried to access a Scanner (these normal Flat-bed Consumer ones
> via Twain) from Java?
> Are there any free available libs/APIs? How is the Compatibility with
> WinXP/Vista/Win7/OS-X?

Yes, this works very well, (works also under linux via the sane library
instead of twain):
http://rsbweb.nih.gov/ij/plugins/twain-scan.html

This also works fine (under Win and Mac OSX) but you will need a license for
the morena driver (there are free educational licenses):
http://rsbweb.nih.gov/ij/plugins/twain.html

I have not tried this one (apparently Win only):
http://rsbweb.nih.gov/ij/plugins/jtwain.html

Cheers

G
Reply | Threaded
Open this post in threaded view
|

Re: Scanner Access from Java

Johannes Hermen
Thanks Gabriel!

> Yes, this works very well, (works also under linux via the sane library
> instead of twain):
> http://rsbweb.nih.gov/ij/plugins/twain-scan.html

just tested this with linux and it works fine, will do some more tests on
different win versions lateron.

The other tools are not usable for us as we will include and distribute it
with an open source-software that we provide.

Greets from snowy Luxembourg

        Johannes


-----------------------------------------------------------------
Johannes Hermen  -  Ingenieur de Recherche
[hidden email]
-----------------------------------------------------------------
CRP Henri Tudor  http://www.santec.tudor.lu
29, Avenue John F. Kennedy
L-1855 Luxembourg
-----------------------------------------------------------------

ImageJ Interest Group <[hidden email]> wrote on 08.01.2010 10:10:37:

> Gabriel Landini <[hidden email]>
> Sent by: ImageJ Interest Group <[hidden email]>
>
> 08.01.2010 10:12
>
> Please respond to
> ImageJ Interest Group <[hidden email]>
>
> To
>
> [hidden email]
>
> cc
>
> Subject
>
> Re: Scanner Access from Java
>
> On Friday 08 Jan 2010  09:04:26 you wrote:
> > Has anyone tried to access a Scanner (these normal Flat-bed Consumer
ones
> > via Twain) from Java?
> > Are there any free available libs/APIs? How is the Compatibility with
> > WinXP/Vista/Win7/OS-X?
>
> Yes, this works very well, (works also under linux via the sane library
> instead of twain):
> http://rsbweb.nih.gov/ij/plugins/twain-scan.html
>
> This also works fine (under Win and Mac OSX) but you will need a license
for
> the morena driver (there are free educational licenses):
> http://rsbweb.nih.gov/ij/plugins/twain.html
>
> I have not tried this one (apparently Win only):
> http://rsbweb.nih.gov/ij/plugins/jtwain.html
>
> Cheers
>
> G