jar

io.github.ks-shim.j-image-hash : JImageHash

Maven & Gradle

May 27, 2022
0 stars

JImageHash-Light · light version of https://github.com/KilianB/JImageHash (complied with 1.8 jdk)

Table Of Contents

Latest Version

Download io.github.ks-shim.j-image-hash : JImageHash JAR file - Latest Versions:

All Versions

Download io.github.ks-shim.j-image-hash : JImageHash 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 JImageHash-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.ksshim.jimagehash

├─ io.github.ksshim.jimagehash.ArrayUtil.class - [JAR]

├─ io.github.ksshim.jimagehash.CryptoUtil.class - [JAR]

├─ io.github.ksshim.jimagehash.MathUtil.class - [JAR]

├─ io.github.ksshim.jimagehash.MiscUtil.class - [JAR]

├─ io.github.ksshim.jimagehash.NetworkUtil.class - [JAR]

├─ io.github.ksshim.jimagehash.PlainAutoCloseable.class - [JAR]

├─ io.github.ksshim.jimagehash.Require.class - [JAR]

├─ io.github.ksshim.jimagehash.StringUtil.class - [JAR]

io.github.ksshim.jimagehash.hash

├─ io.github.ksshim.jimagehash.hash.FuzzyHash.class - [JAR]

├─ io.github.ksshim.jimagehash.hash.Hash.class - [JAR]

├─ io.github.ksshim.jimagehash.hash.HashUtil.class - [JAR]

io.github.ksshim.jimagehash.hashAlgorithms

├─ io.github.ksshim.jimagehash.hashAlgorithms.AverageColorHash.class - [JAR]

├─ io.github.ksshim.jimagehash.hashAlgorithms.AverageHash.class - [JAR]

├─ io.github.ksshim.jimagehash.hashAlgorithms.AverageKernelHash.class - [JAR]

├─ io.github.ksshim.jimagehash.hashAlgorithms.DifferenceHash.class - [JAR]

├─ io.github.ksshim.jimagehash.hashAlgorithms.HashBuilder.class - [JAR]

├─ io.github.ksshim.jimagehash.hashAlgorithms.HashingAlgorithm.class - [JAR]

├─ io.github.ksshim.jimagehash.hashAlgorithms.MedianHash.class - [JAR]

├─ io.github.ksshim.jimagehash.hashAlgorithms.PerceptiveHash.class - [JAR]

├─ io.github.ksshim.jimagehash.hashAlgorithms.RotAverageHash.class - [JAR]

├─ io.github.ksshim.jimagehash.hashAlgorithms.RotPHash.class - [JAR]

├─ io.github.ksshim.jimagehash.hashAlgorithms.WaveletHash.class - [JAR]

io.github.ksshim.jimagehash.graphics

├─ io.github.ksshim.jimagehash.graphics.ColorUtil.class - [JAR]

├─ io.github.ksshim.jimagehash.graphics.FastPixel.class - [JAR]

├─ io.github.ksshim.jimagehash.graphics.FastPixelByte.class - [JAR]

├─ io.github.ksshim.jimagehash.graphics.FastPixelImpl.class - [JAR]

├─ io.github.ksshim.jimagehash.graphics.FastPixelInt.class - [JAR]

├─ io.github.ksshim.jimagehash.graphics.FastPixelSlowDefault.class - [JAR]

├─ io.github.ksshim.jimagehash.graphics.ImageUtil.class - [JAR]

io.github.ksshim.jimagehash.hashAlgorithms.filter

├─ io.github.ksshim.jimagehash.hashAlgorithms.filter.Filter.class - [JAR]

├─ io.github.ksshim.jimagehash.hashAlgorithms.filter.Kernel.class - [JAR]

├─ io.github.ksshim.jimagehash.hashAlgorithms.filter.MaximumKernel.class - [JAR]

├─ io.github.ksshim.jimagehash.hashAlgorithms.filter.MedianKernel.class - [JAR]

├─ io.github.ksshim.jimagehash.hashAlgorithms.filter.MinimumKernel.class - [JAR]

├─ io.github.ksshim.jimagehash.hashAlgorithms.filter.MultiKernel.class - [JAR]

├─ io.github.ksshim.jimagehash.hashAlgorithms.filter.NonAveragingKernel.class - [JAR]

├─ io.github.ksshim.jimagehash.hashAlgorithms.filter.ScharrFilter.class - [JAR]

├─ io.github.ksshim.jimagehash.hashAlgorithms.filter.SobelFilter.class - [JAR]