License |
License |
---|---|
GroupId | GroupIdcom.googlecode.jaitools |
ArtifactId | ArtifactIdjt-attributeop |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAttributeOpImage
An OpImage class that derives one or more attributes from a source image.
Source image pixels are passed through to the destination image unchanged (similar to JAI's
StatisticsOpImage).
|
Project URL |
Project URL |
Filename | Size |
---|---|
jt-attributeop-1.1.1.pom | |
jt-attributeop-1.1.1.jar | 3 KB |
jt-attributeop-1.1.1-sources.jar | 2 KB |
jt-attributeop-1.1.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jaitools/jt-attributeop/ -->
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>jt-attributeop</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jt-attributeop/
implementation 'com.googlecode.jaitools:jt-attributeop:1.1.1'
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jt-attributeop/
implementation ("com.googlecode.jaitools:jt-attributeop:1.1.1")
'com.googlecode.jaitools:jt-attributeop:jar:1.1.1'
<dependency org="com.googlecode.jaitools" name="jt-attributeop" rev="1.1.1">
<artifact name="jt-attributeop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jaitools', module='jt-attributeop', version='1.1.1')
)
libraryDependencies += "com.googlecode.jaitools" % "jt-attributeop" % "1.1.1"
[com.googlecode.jaitools/jt-attributeop "1.1.1"]
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 |