Download jt-attributeop-1.1.0.jar file - Jar j

Jar examples for j:jt-attributeop

Description

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

You can download jar file jt-attributeop 1.1.0 in this page.

Build File

You can use the following script to add jt-attributeop-1.1.0.jar to your project.

<dependency>
   <groupId>com.googlecode.jaitools</groupId>
   <artifactId>jt-attributeop</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.googlecode.jaitools', name: 'jt-attributeop', version: '1.1.0'
libraryDependencies += "com.googlecode.jaitools" % "jt-attributeop" % "1.1.0"
<dependency org="com.googlecode.jaitools" name="jt-attributeop" rev="1.1.0"/>
@Grapes(@Grab(group='com.googlecode.jaitools', module='jt-attributeop', version='1.1.0'))
'com.googlecode.jaitools:jt-attributeop:jar:1.1.0'

Download

Click the following link to download the jar file.

jt-attributeop-1.1.0-javadoc.jar
jt-attributeop-1.1.0-sources.jar
jt-attributeop-1.1.0.jar
jt-attributeop-1.1.0.pom



Related Tutorials