https://github.com/flowpack/flowpack.similarassets
https://github.com/flowpack/flowpack.similarassets
neoscms
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/flowpack/flowpack.similarassets
- Owner: Flowpack
- License: gpl-3.0
- Created: 2021-04-30T08:02:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T08:37:08.000Z (over 3 years ago)
- Last Synced: 2025-02-14T13:17:46.020Z (about 1 year ago)
- Topics: neoscms
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Neos CMS plugin for finding similar images
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.