onedrop / progressiveimage
Overrides ImageThumbnailGenerator and adjusts all images to progressive
Installs: 3 039
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 0
Type:neos-package
Requires
- neos/flow: ^5.0 || ^6.0
This package is auto-updated.
Last update: 2024-10-22 23:26:32 UTC
README
This package overrides the default behavior of the ImageThumbnailGenerator
of Neos.Media
to
always generate progressive images (interlace plane).
Compatibility
How-To:
Install:
Use the command composer require onedrop/progressiveimage
to add this package as a
requirement to your Flow/Neos project.
Run flow media:clearthumbnails
to re-generate existing images progressively.