- This topic has 0 replies, 1 voice, and was last updated 15 years, 4 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
Forums › TWAIN Mac/OSX › developer tools
Dear Twain MAC OS X community,
we would like to inform you about our two developer’s tools for MAC OS X system.
First is Morena – Image Acquisition Framework for Java™ Platform
Morena is a Java library able to run under MS Windows, MAC OS X as well as unix systems. It has common API for Sane & Twain interfaces. Following two sentences will acquire an image regardless the used operating system or used image acquisition interface (Sane or Twain):
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
Second is ObjectiveTwain.
ObjectiveTwain is an ObjectiveC wrapper for TWAIN API and Cocoa environment on Apple OS X™.
You can find more information at
http://www.gnome.sk/ObjectiveTwain/ObjectiveTwain.html
Martin Motovsky