Skip to content

kober-systems/ks-image-compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KS Image Compare

ks image compare?style=flat square status

When creating GUI’s, sometimes changes to the code will change the appearance of the GUI in unexpected but often subtle ways. KS Image Compare shows any GUI changes and visually display their differences. It can be easily integrated into git (or any other VCS) to alert you about any changes.

KS Image Compare is also perfect for checking modifications after editing photos or graphics!

Description

KS Image Compare takes two images as inputs and shows the discrepancies between them. Useful for comparing edited versions of pictures or verifying adjustments made in graphic design projects.

Basic Usage

Installation

From Source code

To get started with KS Image Compare, ensure you have installed Rust and Cargo on your system first. Once done, simply clone this repository and build the binary using:

git clone https://github.com/kober-systems/image_compare.git
cd image_compare
cargo build --release

This will create an executable named image_compare within the target/release directory.

Usage Examples

Run the following command, replacing <IMAGE1> and <IMAGE2> with paths to your images:

image_compare <IMAGE1> <IMAGE2>

The resulting output highlights areas where both images differ.

Contributing Guidelines

We welcome bug reports and feature requests through issues. Feel free to submit PRs for typos, broken links, or improvements.

License

KS Image Compare is released under the MIT License - see LICENSE for more information.

Contact Information

For direct integration into your company workflow, please visit our website at https://kober-systems.com or send us an email at [email protected]. Questions, feedback, collaboration opportunities are also always welcome.

Inspired by TortoiseDiff and Approval Test.

About

easily finding changes in images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published