flowpack/similar-assets

Letzte Aktivität 01 May 2021 27
composer require flowpack/similar-assets

Provides strategies to find similar assets in the Neos Media UI

dev-main

Version
dev-main
Type
neos-package
Release Date
May 01, 2021 13:05
Source
git
Distribution
zip
Requires
Suggest
GPL-3.0-or-later e6fcd6dbab1098bbd34f85e28324183f1be134ba

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.

The content of the readme is provided by Github
The same vendor provides 54 package(s).