#2712 - Smart thumbnailing based on image content

Identifier #2712
Issue type Feature request or suggestion
Title Smart thumbnailing based on image content
Status Open
Handling member Deleted
Addon core
Description We can integrate some third party code to get thumbnailing based on any of:
- Most 'energetic' part of the image (CropEntropy: https://github.com/stojg/crop)
- Faces (https://github.com/mauricesvay/php-facedetection [there's also a good Microsoft API and OpenCV PHP extension, but those are excessive - the PHP-based algorithm here is sound and a port of a popular JavaScript one])

We'd implement it as an extension of the 'where' parameter in the convert_image_plus function. Instead of start/end/both we provide a value of either 'energetic' or 'face'. These essentially detect a central point which becomes the crop/pad origin.
Steps to reproduce

Funded? No
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated