ijp_imageio
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.sf.ij-plugins</groupId>
<artifactId>ijp_imageio</artifactId>
<version>2.3.1</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.ij-plugins</groupId>
<artifactId>ijp_imageio</artifactId>
<packaging>jar</packaging>
<description>ijp-ImageIO enable reading and writing images using Java ImageIO codecs. The core ImageIO formats: JPEG, PNG, BMP, WBMP, and GIF. IJP-ImageIO is also using JAI codes adding support for TIFF, JPEG200, PNM, and PCX. TIFF supports reading and writing using various compression schemes: LZW, JPEG, ZIP, and Deflate. For more detailed information see IJP-ImageIO home page: https://github.com/ij-plugins/ijp-imageio/wiki.</description>
<url>https://github.com/ij-plugins/ijp-imageio</url>
<version>2.3.1</version>
<licenses>
<license>
<name>LGPL-2.1</name>
<url>https://opensource.org/licenses/LGPL-2.1</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>ijp_imageio</name>
<inceptionYear>2002</inceptionYear>
<organization>
<name>IJ-Plugins</name>
<url>https://github.com/ij-plugins</url>
</organization>
<scm>
<url>https://github.com/ij-plugins/ijp-imageio</url>
<connection>scm:https://github.com/ij-plugins/ijp-imageio.git</connection>
</scm>
<developers>
<developer>
<id>jpsacha</id>
<name>Jarek Sacha</name>
<url>https://github.com/jpsacha</url>
<email>jpsacha@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>net.imagej</groupId>
<artifactId>ij</artifactId>
<version>1.54p</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.novocode</groupId>
<artifactId>junit-interface</artifactId>
<version>0.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>