flowpack/similar-assets

Last activity 24 Nov 2022 139
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
Nov 24, 2022 08:36
Source
git
Distribution
zip
Requires
  • neos/media: ^5.3 || ^7.3 || ^8.1 || dev-master
  • jenssegers/imagehash: ^0.8
Suggest
  • flowpack/media-ui: Will provide a similar asset strategy for the Neos Media Ui
GPL-3.0-or-later 653bf5fb379e82ad4ae5c45c5655dda25707af72

Readme excerpt

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 …
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 52 package(s).