DOC

it.tidalwave.image : image

Maven & Gradle

Jan 19, 2023

Mistral · This library is a façade for image manipulation, acting as a proxy to libraries such as Java2D, JAI, ImageJ. In its early years (after 2003) it was used for photo development, metadata management and even demonstrated distributed calculus on the Sun Grid. At the end of 2016 development stopped. It resumed at the end of 2022, dropping obsolete stuff (JAI). At the moment the portions related to image manipulation are not tested. Features about metadata manipulation are being actively developed. A few scripts for U*ix and Windows systems are provided to quickly run examples: + runViewerExample.sh + runHistogramViewerExample.sh + runViewerExample.bat + runHistogramViewerExample.bat Directory tree ============== * modules/Core sources for the core component * modules/Metadata sources for the Metadata component * modules/Processor sources for the imaging processor * modules/Renderer sources for the renderer * modules/Examples/ViewerExample example about the renderer * modules/Examples/HistogramViewerExample example about histogram computation * modules/Examples/CustomOperationExample example about custom operations * modules/Examples/Miscellaneous miscellaneous examples

Table Of Contents

Latest Version

Download it.tidalwave.image : image Javadoc & API Documentation - Latest Versions:

All Versions

Download it.tidalwave.image : image Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file image-1.0-ALPHA-7-javadoc.jar to image-1.0-ALPHA-7-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder image-1.0-ALPHA-7-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "image-1.0-ALPHA-7-sources.jar" -d "image-1.0-ALPHA-7-javadoc" -subpackages