- This topic has 0 replies, 1 voice, and was last updated 15 years, 2 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
Forums › TWAIN Classic › Morena 6.3 = Twain(MS Windows+MAC OS X) + Sane(unix) + Java
Dear Twain community,
we would like to inform you, that we have released a new version of the Morena – Image Acquisition Framework for Java™ Platform. Version 6.3 has one automatic installation on MAC OS X, MS Windows and all unix
systems.
Java developer can design his/her application with common API for Twain & Sane interfaces. Following two sentences will acquire an image regardless the used operating system or used image acquisition interface (Twain or Sane):
MorenaSource source=Morena.selectSource(null);
MorenaImage image=new MorenaImage(source);
You can find more information and test Morena online at
http://www.gnome.sk/Twain/jtp.html
Martin Motovsky