codemonkey1988 / image-compression
TYPO3 Extension to compress image.
2.0.1
2018-10-25 20:28 UTC
Requires
- tinify/tinify: ^1.5
- typo3/cms-core: ^8.7 || ^9.5
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.10
- nimut/testing-framework: ^3.0 || ^4.0
- phpunit/phpunit: ^6.0
Replaces
- image_compression: 2.0.1
- typo3-ter/image-compression: 2.0.1
README
Adds image compression support to TYPO3.
Currently, there is only support for tinify.com but custom compressors an be added. The images can be compressed on-the-fly when uploading them, or by a scheduler task. Processsed images can only be compressed by the scheduler task because the compression can take several seconds for each image.
Installation
This extension can be installed via composer only.
composer require codemonkey1988/image-compression
Configuration for tinify.com
Add a tinify API key to the extension configuration in the extension manager. To start the compression, setup the compression scheduler task.