schmitzal / tinyimg

TYPO3-Extension which compresses images (png & jpg) uploaded in the backend with the tinypng API
GNU General Public License v3.0
15 stars 11 forks source link

Add debugging mode #7

Closed schmitzal closed 7 years ago

schmitzal commented 7 years ago

Add a debugging mode so tinyimg does not run during development and does not use the limited image compressions (500 per month for free).

Example usage:

[applicationContext = Development]
plugin.tx_tinyimg.settings.debug = 1
[global]