Skip to content

A command line image matching tool for finding aesthetically similar images using difference to calculate similarity.

Notifications You must be signed in to change notification settings

Suese/PNGMatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

PNGMatcher

A command line image matching tool for finding aesthetically similar images using difference to calculate similarity.

Installation Requirements

Usage

nodejs pngmatcher.js 

Arguments

Argument Purpose
--input=folder Select custom input folder, default is ./input
--matches=folder Select custom matches folder, default is ./matches

Install instructions

  1. Install NodeJS
  2. Open a command line
  3. Type 'npm install bluebird' to install Blurbird Promises
  4. Type 'npm install pngjs' to install pngjs

Usage tutorial

  1. Create a folder called 'input'
  2. Place some PNG images you want to find the closest matches for
  3. Create a folder called 'matches'
  4. Place some PNG images you want to match against

Files

File Purpose
arglib.js a library to handle command-line arguments
pngmatcher.js the main program
README.md this file

About

A command line image matching tool for finding aesthetically similar images using difference to calculate similarity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published