# ImageDifferencer **Repository Path**: gj1279/ImageDifferencer ## Basic Information - **Project Name**: ImageDifferencer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: 1.0.2 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-10-20 - **Last Updated**: 2024-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ImageDifferencer ================================= # Introduction **ImageDifferencer** is a Java program which uses [MagicImage](https://github.com/magiclen/MagicImage "MagicImage") to deal with images can compute the difference between two images. It's a very simple implementation, which only has command line interface. # Usage ## How to run? You can use the two commands below to run **ImageDifferencer**: java -jar ImageDifferencer.jar or java -jar ImageDifferencer.jar INPUT_IMAGE_FILE_PATH_1 INPUT_IMAGE_FILE_PATH_2 OUTPUT_IMAGE_FILE_PATH or java -jar ImageDifferencer.jar INPUT_IMAGE_FILE_PATH_1 INPUT_IMAGE_FILE_PATH_2 OUTPUT_IMAGE_FILE_PATH [PNG/JPEG/TIFF/BMP/GIF] The width and the height of the input image files need to be the same. # License Copyright 2015-2016 magiclen.org Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. # What's More? Please check out our web page at https://magiclen.org/image-differencer/