Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

kasramp/FUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

FUI (Find Unique Images)

Find Unique Images (FUI) is a simple script that looks for unqiue images in the provided image folder and provide list of unique images in a file.

Note that all image names should be number like 1, 2, 3, etc. otherwise the script does not work.

The script also requires findimagedupes package to run.

Dependency

The script uses Findimagedupes package to run and it should be installed on the system.

In Ubuntu you can install it with the following command.

$ sudo apt-get install findimagedupes

How to use

In order to use the script just provide excuting permission and run it like below,

$ chmod a+x findUniqueImages.sh
$ ./findUniqueImages.sh

Contact

License

FUI is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.

FUI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. http://www.gnu.org/licenses/

Author(s):

© 2015-2017 Kasra Madadipouya kasra@madadipouya.com

About

Find Unique Images (FUI) is a simple script that looks for unqiue images in the provided image folder.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages