Download imageio-core-3.3.2.jar file

Introduction

You can download imageio-core-3.3.2.jar in this page.

License

Open Source

Type List

imageio-core-3.3.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.twelvemonkeys.imageio/imageio-core/pom.properties
META-INF/maven/com.twelvemonkeys.imageio/imageio-core/pom.xml
com.twelvemonkeys.imageio.AbstractMetadata.class
com.twelvemonkeys.imageio.ImageReaderBase.class
com.twelvemonkeys.imageio.ImageWriterBase.class
com.twelvemonkeys.imageio.color.CIELabColorConverter.class
com.twelvemonkeys.imageio.color.CMYKColorSpace.class
com.twelvemonkeys.imageio.color.ColorSpaces.class
com.twelvemonkeys.imageio.color.ICCProfileSanitizer.class
com.twelvemonkeys.imageio.color.Int16ComponentColorModel.class
com.twelvemonkeys.imageio.color.KCMSSanitizerStrategy.class
com.twelvemonkeys.imageio.color.LCMSSanitizerStrategy.class
com.twelvemonkeys.imageio.color.UInt32ColorModel.class
com.twelvemonkeys.imageio.color.YCbCrConverter.class
com.twelvemonkeys.imageio.spi.ImageReaderSpiBase.class
com.twelvemonkeys.imageio.spi.ImageWriterSpiBase.class
com.twelvemonkeys.imageio.spi.ProviderInfo.class
com.twelvemonkeys.imageio.spi.ReaderWriterProviderInfo.class
com.twelvemonkeys.imageio.stream.BufferedImageInputStream.class
com.twelvemonkeys.imageio.stream.ByteArrayImageInputStream.class
com.twelvemonkeys.imageio.stream.ByteArrayImageInputStreamSpi.class
com.twelvemonkeys.imageio.stream.SubImageInputStream.class
com.twelvemonkeys.imageio.stream.SubImageOutputStream.class
com.twelvemonkeys.imageio.stream.URLImageInputStreamSpi.class
com.twelvemonkeys.imageio.util.IIOInputStreamAdapter.class
com.twelvemonkeys.imageio.util.IIOOutputStreamAdapter.class
com.twelvemonkeys.imageio.util.IIOUtil.class
com.twelvemonkeys.imageio.util.ImageTypeSpecifiers.class
com.twelvemonkeys.imageio.util.IndexedImageTypeSpecifier.class
com.twelvemonkeys.imageio.util.Int16ImageTypeSpecifier.class
com.twelvemonkeys.imageio.util.ProgressListenerBase.class
com.twelvemonkeys.imageio.util.ReaderFileSuffixFilter.class
com.twelvemonkeys.imageio.util.UInt32ImageTypeSpecifier.class
com.twelvemonkeys.imageio.util.WriterFileSuffixFilter.class
com/twelvemonkeys/imageio/color/icc_profiles_lnx.properties
com/twelvemonkeys/imageio/color/icc_profiles_osx.properties
com/twelvemonkeys/imageio/color/icc_profiles_win.properties
profiles/ClayRGB1998.icc

Pom

imageio-core-3.3.2.pom file content.

<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.twelvemonkeys.imageio</groupId>
        <artifactId>imageio</artifactId>
        <version>3.3.2</version>
    </parent>
    <artifactId>imageio-core</artifactId>
    <name>TwelveMonkeys :: ImageIO :: Core</name>

    <dependencies>
        <dependency>
            <groupId>com.twelvemonkeys.common</groupId>
            <artifactId>common-lang</artifactId>
        </dependency>
        <dependency>
            <groupId>com.twelvemonkeys.common</groupId>
            <artifactId>common-io</artifactId>
        </dependency>
        <dependency>
            <groupId>com.twelvemonkeys.common</groupId>
            <artifactId>common-image</artifactId>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>com.twelvemonkeys.imageio</groupId>
   <artifactId>imageio-core</artifactId>
   <version>3.3.2</version>
</dependency>

Download

If you think the following imageio-core-3.3.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download imageio-core-3.3.2.jar file




PreviousNext

Related