silverstripe / silverstripe-asset-admin

Silverstripe assets gallery for asset management
BSD 3-Clause "New" or "Revised" License
19 stars 78 forks source link

Automatically convert files to generate thumbnails in Asset Admin if there's an available converter #1453

Open GuySartorelli opened 2 months ago

GuySartorelli commented 2 months ago

This is a follow-on card from https://github.com/silverstripe/silverstripe-assets/issues/489 which added an API for file converters.

For any file which has a valid file converter to convert the original file to an image, the file should be automatically converted and a thumbnail should be generated for use in Asset Admin (and maybe upload fields).

Acceptance Criteria

Things we need to decide