jar

com.duiyou360 : simple-image-processor

Maven & Gradle

Dec 08, 2021
3 stars

Simple Image Processor · Common and easy-to-use image processing tools like resizing and filtering

Table Of Contents

Latest Version

Download com.duiyou360 : simple-image-processor JAR file - Latest Versions:

All Versions

Download com.duiyou360 : simple-image-processor JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 simple-image-processor-0.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.duiyou360.sip.resizer

├─ com.duiyou360.sip.resizer.ImageResizer.class - [JAR]

├─ com.duiyou360.sip.resizer.JavaImageResizer.class - [JAR]

com.duiyou360.sip.filter

├─ com.duiyou360.sip.filter.ImageFilter.class - [JAR]

├─ com.duiyou360.sip.filter.JavaImageFilter.class - [JAR]

com.duiyou360.sip.filter.kernel

├─ com.duiyou360.sip.filter.kernel.EmbossKernelMaker.class - [JAR]

├─ com.duiyou360.sip.filter.kernel.GeneralKernelMaker.class - [JAR]

├─ com.duiyou360.sip.filter.kernel.KernelMaker.class - [JAR]