flowpack / similar-assets
Provides strategies to find similar assets in the Neos Media UI
Installs: 110
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 13
Forks: 1
Open Issues: 0
Type:neos-package
Requires
- jenssegers/imagehash: ^0.8
- neos/media: ^5.3 || ^7.3 || ^8.1 || dev-master
Suggests
- flowpack/media-ui: Will provide a similar asset strategy for the Neos Media Ui
This package is auto-updated.
Last update: 2024-11-05 14:22:44 UTC
README
This package provides a command and listeners to create perceptual image hashes for assets stored via the Neos Media package.
Via the included service class images similar to a provided image will be returned.
Note: this package is under development and not considered stable
Limitations
Database support
PostgreSQL is currently not supported yet.
As the comparison is done via a native SQL query to achieve
good performance an additional query needs to be implemented
for PostgreSQL to allow BIT_COUNT
operations.
MySQL and MariaDB are fully supported.
Using it with the Neos Media Ui
The new media ui package for Neos CMS can use the strategy provided in this package to show similar images for a selected image to editors. This can help them find duplicates they might not need anymore.