is not current version
Last Version 1.6.0

org.jaitools:jt-attributeop 1.2.0

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).

GroupId

GroupId

org.jaitools
ArtifactId

ArtifactId

jt-attributeop
Version

Version

1.2.0
Type

Type

jar

Download jt-attributeop 1.2.0


<!-- https://jarcasting.com/artifacts/org.jaitools/jt-attributeop/ -->
<dependency>
    <groupId>org.jaitools</groupId>
    <artifactId>jt-attributeop</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaitools/jt-attributeop/
implementation 'org.jaitools:jt-attributeop:1.2.0'
// https://jarcasting.com/artifacts/org.jaitools/jt-attributeop/
implementation ("org.jaitools:jt-attributeop:1.2.0")
'org.jaitools:jt-attributeop:jar:1.2.0'
<dependency org="org.jaitools" name="jt-attributeop" rev="1.2.0">
  <artifact name="jt-attributeop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaitools', module='jt-attributeop', version='1.2.0')
)
libraryDependencies += "org.jaitools" % "jt-attributeop" % "1.2.0"
[org.jaitools/jt-attributeop "1.2.0"]