jar

net.ifok.image : webp4j

Maven & Gradle

Feb 23, 2022
0 stars

webp4j · Java Image I/O reader and writer for the Google WebP image format without system lib file.

Table Of Contents

Latest Version

Download net.ifok.image : webp4j JAR file - Latest Versions:

All Versions

Download net.ifok.image : webp4j JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window webp4j-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.luciad.imageio.webp

├─ com.luciad.imageio.webp.NativeLibraryUtils.class - [JAR]

├─ com.luciad.imageio.webp.VP8StatusCode.class - [JAR]

├─ com.luciad.imageio.webp.WebP.class - [JAR]

├─ com.luciad.imageio.webp.WebPDecoderOptions.class - [JAR]

├─ com.luciad.imageio.webp.WebPEncoderOptions.class - [JAR]

├─ com.luciad.imageio.webp.WebPImageReaderSpi.class - [JAR]

├─ com.luciad.imageio.webp.WebPImageWriterSpi.class - [JAR]

├─ com.luciad.imageio.webp.WebPReadParam.class - [JAR]

├─ com.luciad.imageio.webp.WebPReader.class - [JAR]

├─ com.luciad.imageio.webp.WebPWriteParam.class - [JAR]

├─ com.luciad.imageio.webp.WebPWriter.class - [JAR]

Advertisement