Picture Comparer v0.5d #8
maksik997
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
New version of the library completely changes how it works. Now user have to specify order of operations. Those changes allow user to define more flexible approach and allow some more user created content (like new comparing algorithms etc.). The library in it's current state allow you to define your own function (as in ImageRecord class), group by your own grouping algorithms (in current version I used checksum grouping, which isn't ideal), or using FileOperator load all the files that you want.
Additionally if you want, you're allowed to compare not only images but also any different files (as long as you specify your own algorithms and groupings).
Note:
What's now?
Well for now library is in good shape to leave it as it is. In future however it's quiet likely that I will enhance it, add new algorithms, change grouping algorithm for something better, maybe enhance I/O operations. Probably add some threading policy (now I use both virtual threading and traditional threading.).
Changes:
More Information about current release you can find in README.md file.
If you're interested in supporting this project (I don't know why, you could be q:), then you're welcome to post in discussion that hopefully is attached to this release.
This discussion was created from the release Picture Comparer v0.5d.
Beta Was this translation helpful? Give feedback.
All reactions