Download jt-attributeop-1.1.1.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.1 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials