PictureComparer 0.7.0 #20
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
-
PictureComparer Version 0.7.0
Release Date: 09.12.2024
This is the first stable release of PictureComparer, delivering new features, performance improvements, and significant codebase modernization.
What's New?
Added:
Grouper
interface and its implementationCRC32Grouper
.Processor
class, which orchestrates the entire processing pipeline.AdaptiveCache
class: Implements an Adaptive Cache System using the Caffeine Cache library.Processor
class.Changed:
Algorithm
Interface:Algorithm
interface.Algorithm
implementations to align with the updated interface version.FileOperator
andFileVisitor
to use the new logging system.- Refactored the PixelByPixel algorithm implementation.
- Updated JavaDoc for the
PerceptualHash
algorithm.pom.xml
andREADME.md
.Removed:
RecordProcessor
,ImageRecord
, andRecord
classes.LoggingInterface
and TinyLog support.FileUtils
interface.Release Notes
How to Upgrade
Processor
class and updatedAlgorithm
interface to adapt custom implementation if necessary.This discussion was created from the release PictureComparer 0.7.0.
Beta Was this translation helpful? Give feedback.
All reactions