MVN

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

<dependency>
    <groupId>it.tidalwave.image</groupId>
    <artifactId>image</artifactId>
    <version>1.0-ALPHA-7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.tidalwave.image : image to add to Maven - Latest Versions:

  • Latest Stable: 1.0-ALPHA-7
  • Latest Alpha: 1.0-ALPHA-7

All Versions

Choose a version of it.tidalwave.image : image to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
image-1.0-ALPHA-7
image-1.0-ALPHA-6
image-1.0-ALPHA-5
image-1.0-ALPHA-4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>it.tidalwave.image</groupId>
    <artifactId>image</artifactId>
    <version>1.0-ALPHA-7</version>
</dependency>