Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 850 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 850 Bytes

TYPO3 ImageOptimizer Extension

Lossless image optimization. Process jpg/png/gif/svg images with binaries and parameters of your choice.

Features

  • Optimize images on upload or after processing (files in fileadmin/_processed_/)
  • Binaries, paths and their parameters are configurable

Installation

Debian/Ubuntu: apt-get install optipng libjpeg-turbo-progs gifsicle

svgo is installable via NPM npm install -g svgo

Configuration options

Extension Manager configuration options

Debugging

  • Check the backend report module. When the binaries are not found try to adapt their bin path in the Extension Manager.
  • Activate the debugging option in the Extension Manager. Full commands are then logged to the log module.