codemonkey1988/image-compression

TYPO3 Extension to compress image.

Installs: 1 960

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:typo3-cms-extension

2.0.1 2018-10-25 20:28 UTC

This package is auto-updated.

Last update: 2024-04-06 04:27:28 UTC


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.