KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
pxdoppelganger
★ 21
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
ebl-arduino
:
Automatically exported from code.google.com/p/ebl-arduino
uiCookbook
:
Some recipes and build workflows for UI dev
CFB_Analysis
:
No description available.
hsdn
:
Analysis of the human symptoms–disease network
supercomments
:
Include Reddit comment threads right on your blog or website
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pxdoppelganger
?
Download (.md)
# pXdoppelganger ## what can it do for me? * pXdoppelganger can compare two images for you. * pXdoppelganger converts the images into bitstreams and thus analyze every pixcel. * pXdoppelganger can tell you if those images are equal and what the percentual change is. * pXdoppelganger can also show you the "difference" image between the two images. ## what are the restrictions? * pXdoppelganger will only work with PNG files. ## how do I use it? install the gem: ``` gem install pxdoppelganger ``` and use it: ``` require 'pxdoppelganger' ``` provide paths to images: ``` images = PXDoppelganger::Images.new('~/Downloads/Image1.png', '~/Downloads/Image2.png') ``` see if images are equal: ``` images.equal? => true/false ``` get the difference of the two images (in percent): ``` images.difference => 1.3849177058385036 ``` save the difference-image: ``` images.save_difference_image('~Documents/analysis/diff_image.png') ``` ## how do I contribute? open pull request ## license MIT: http://opensource.org/licenses/MIT