License |
License |
---|---|
GroupId | GroupIdcom.googlecode.jaitools |
ArtifactId | ArtifactIdjt-jiffle |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionJiffle: a language for raster image processing
Jiffle is a raster algebra language that can be used to
create new images from logical and mathematical expressions involving
source images and user defined variables. It is intended to let users
concentrate on algorithms rather than tedious boiler-plate code.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jt-jiffle-1.1.0.pom | |
jt-jiffle-1.1.0.jar | 278 KB |
jt-jiffle-1.1.0-sources.jar | 170 KB |
jt-jiffle-1.1.0-javadoc.jar | 1011 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jaitools/jt-jiffle/ -->
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>jt-jiffle</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jt-jiffle/
implementation 'com.googlecode.jaitools:jt-jiffle:1.1.0'
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jt-jiffle/
implementation ("com.googlecode.jaitools:jt-jiffle:1.1.0")
'com.googlecode.jaitools:jt-jiffle:jar:1.1.0'
<dependency org="com.googlecode.jaitools" name="jt-jiffle" rev="1.1.0">
<artifact name="jt-jiffle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jaitools', module='jt-jiffle', version='1.1.0')
)
libraryDependencies += "com.googlecode.jaitools" % "jt-jiffle" % "1.1.0"
[com.googlecode.jaitools/jt-jiffle "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.jaitools : jt-utils | jar | 1.1.0 |
org.antlr : antlr | jar | 3.3 |
org.codehaus.janino : janino | jar | 2.5.16 |
Group / Artifact | Type | Version |
---|---|---|
javax.media : jai_core | jar | 1.1.3 |
javax.media » jai_codec | jar | 1.1.3 |
javax.media » jai_imageio | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |