Skip to content

Releases: MASACR99/Image_Comparator

More fixes

Choose a tag to compare

@MASACR99 MASACR99 released this 16 Mar 22:27
8182508

Readded mutex for more stability
Solved more small issues around deletion of repeted images

*Reupload, cfg file wasn't in

Small issues and bugfixing

Choose a tag to compare

@MASACR99 MASACR99 released this 16 Mar 18:18
d446cfa

Solved an error where, when deleting more than 2 repeated images, there could be a problem and the program could crash.

New option!

Choose a tag to compare

@MASACR99 MASACR99 released this 04 Nov 00:18
6e31c56

I just added a new option that allows you to move the repeated images to another directory so you can manually check them more easily.

Linux releaseed!

Database!

Choose a tag to compare

@MASACR99 MASACR99 released this 29 Jun 23:19
f9e4349

Implemented sqlite3 database to save last runs hashes to improve performance over other searches in the same path!

I'm working on the linux implementation but I need to install vcpkg in linux first and get all packages before even starting to test, hopefully in a few weeks at most there'll be a linux version here too!

Linux version is ON! I haven't tested it thoroughly so I recommend that you do your own testing before attempting to use it on bigger file compilations

No dll requirement!

Choose a tag to compare

@MASACR99 MASACR99 released this 01 Apr 20:55
0fe118d

Same as last version but with no extra dlls to be worried about

QOL improvments

Choose a tag to compare

@MASACR99 MASACR99 released this 29 Mar 09:54
9b920cc

Just some quick changes an fixes to improve quality of life before trying to make a linux version.

Added a default threads option, the program will decide the best option (if you use OpenCL it will use only 2 threads, more threads do not mean better results when using the GPU)
If use-gpu is set to no then the number of default threads will be the number of physical cores.
Solved a bug where if the program ended too fast the progress bar would bug and crash the program.

Minor fixes and refactor

Choose a tag to compare

@MASACR99 MASACR99 released this 28 Mar 22:10
39d8140

Added support for tiff and webp images
Added .cfg file to control some program variables
Added version to the starting string (just to make sure what version you are using)
Deleted OpenCL devices finder (no need for it just threw random non important errors)

Final OpenCV and OpenCl implementation

Choose a tag to compare

@MASACR99 MASACR99 released this 27 Mar 00:07

Changed to OpenCV4, removed debug messages and finally solved the progress bar showing higher values than expected.

Known bugs: OpenCV showing an error if CPU has no iGPU, the program will still work as intended

OpenCL!

Choose a tag to compare

@MASACR99 MASACR99 released this 08 Jan 12:51
442dc70

This new version updates openCV to openCV3 to make use of your GPU to improve performance, not by much YET, but I'm working on full GPU hashing to make it a lot faster. Enjoy this new release!

Cleaning code

Choose a tag to compare

@MASACR99 MASACR99 released this 27 Aug 15:27
254ea1d

No real improvement on speed of the code, only did:
1- Checks user input
2- Computation time is now shown in different scale (less than 30 seconds, shows milliseconds, less than 5 minutes shows seconds, less than an hour shows minutes + seconds, more show hours + minutes)
3- Cleaned some dumb-dumb code