m m' s computing

Abstract

A simple Multi Page Image Viewer. To view multipage *.sff, [*.tiff] and *.gif files

Description

This application was developed to open, show and save multi page *.sff image files and to test the uk.co.mmscomputing.imageio.sff package.
Start with :
java -Xmx128m uk.co.mmscomputing.application.imageviewer.MainApp
When dealing with images you usually need to increase the memory settings for the jvm (java virtual machine). The default maximum heap size tends to be to small for image programs. The -Xmx option above sets the maximum heap size to 128 mega byte.

Sun has released a few imageio reader/writer i.e. for bmp and tiff, but I can't find the link anymore, sorry.

If TWAIN is available the program will be able to scan images from TWAIN devices.

If SANE is available the program will be able to scan images from SANE devices.
 
 

Package : uk.co.mmscomputing.application.imageviewer

  1. ImagePanel.java
  2. ImageTab.java
  3. MainApp.java
 
 

Projects :

  1. uk.co.mmscomputing.imageio.sff

    Classes that enable the java imageio system to read and write *.sff (structured fax format) files.

  2. uk.co.mmscomputing.device.sane

    This open source software project connects the world of java with SANE. SANE is an application programming interface standard used to access scanners & digital cameras ... . This project consists of a SANE frontend written in java.

  3. uk.co.mmscomputing.device.twain

    This open source software project connects the world of java with TWAIN. TWAIN is an application programming interface standard used to access scanners & digital cameras ... . This project deals only with the simple select device and acquire image bit of TWAIN

 
 

All software on this site is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation

 

m m' s computing
2003-12-23