Skip to content

Picture Comparer 0.3.3.1f

Choose a tag to compare

@maksik997 maksik997 released this 26 Feb 13:58

Description:

Recursive comparing is live now!
Recursive comparing means that you can compare any files in sub directories that are supported by Comparer.
Some code optimization was added in this update.
Some log adjustments was added also.

New features:

  1. Updated readme file.
  2. Deleted manual suggestion for Garbage Collector.
  3. Specific errors informations are now throwed to separate file (logs/error.txt)
  4. In log.txt file now you will see when error is throwed and what kind of error you're encountering.
  5. Code optimization: Delete of unused throws.
  6. Integrated Checksum interface into Record class. Reason for that is that whole checksum part of lib will be used only in Record class, so there is no need for interface.
  7. Added recursive mode.
  8. Fixed _reset() method.

Information:

  • This update was tested for dataset of around 13500 image files.